| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch deprecation method for RIPEMD | Richard Levitte | 2020-12-04 | 1 | -9/+10 |
* | Switch deprecation method for RC5 | Richard Levitte | 2020-12-04 | 1 | -21/+24 |
* | Switch deprecation method for RC4 | Richard Levitte | 2020-12-04 | 1 | -6/+8 |
* | Switch deprecation method for RC2 | Richard Levitte | 2020-12-04 | 1 | -19/+23 |
* | Switch deprecation method for RAND | Richard Levitte | 2020-12-04 | 1 | -4/+7 |
* | Switch deprecation method for PKCS#12 | Richard Levitte | 2020-12-04 | 1 | -2/+4 |
* | Switch deprecation method for MDC2 | Richard Levitte | 2020-12-04 | 1 | -7/+8 |
* | Switch deprecation method for MD5 | Richard Levitte | 2020-12-04 | 1 | -7/+8 |
* | Switch deprecation method for MD4 | Richard Levitte | 2020-12-04 | 1 | -7/+8 |
* | Switch deprecation method for MD2 | Richard Levitte | 2020-12-04 | 1 | -8/+9 |
* | Switch deprecation method for IDEA | Richard Levitte | 2020-12-04 | 1 | -22/+25 |
* | Switch deprecation method for HMAC | Richard Levitte | 2020-12-04 | 1 | -23/+26 |
* | Switch deprecation method for EVP | Richard Levitte | 2020-12-04 | 1 | -226/+218 |
* | Switch deprecation method for ERR | Richard Levitte | 2020-12-04 | 1 | -5/+12 |
* | Switch deprecation method for ENGINE | Richard Levitte | 2020-12-04 | 1 | -163/+221 |
* | Switch deprecation method for DES | Richard Levitte | 2020-12-04 | 1 | -101/+105 |
* | Switch deprecation method for CRYPTO | Richard Levitte | 2020-12-04 | 1 | -19/+24 |
* | Switch deprecation method for CONF | Richard Levitte | 2020-12-04 | 1 | -3/+6 |
* | Switch deprecation method for CMAC | Richard Levitte | 2020-12-04 | 1 | -13/+15 |
* | Switch deprecation method for CAST | Richard Levitte | 2020-12-04 | 1 | -30/+23 |
* | Switch deprecation method for Camellia | Richard Levitte | 2020-12-04 | 1 | -53/+52 |
* | Switch deprecation method for BIGNUM | Richard Levitte | 2020-12-04 | 1 | -25/+31 |
* | Switch deprecation method for Blowfish | Richard Levitte | 2020-12-04 | 1 | -23/+23 |
* | Switch deprecation method for BIO | Richard Levitte | 2020-12-04 | 1 | -6/+7 |
* | Switch deprecation method for ASN.1 | Richard Levitte | 2020-12-04 | 1 | -2/+6 |
* | Switch deprecation method for AES | Richard Levitte | 2020-12-04 | 1 | -59/+54 |
* | test/certs/setup.sh: Fix two glitches | Dr. David von Oheimb | 2020-12-04 | 1 | -3/+3 |
* | x509_vfy.c: Improve comments (correcting typos etc.) | Dr. David von Oheimb | 2020-12-04 | 1 | -13/+13 |
* | apps/verify:c: Enable output of multiple verification errors due to -x509_strict | Dr. David von Oheimb | 2020-12-04 | 1 | -2/+17 |
* | {.travis,ci,appveyor}.yml: Make minimal config consistent, add no-deprecated ... | Dr. David von Oheimb | 2020-12-04 | 5 | -8/+29 |
* | apps/speed.c: Rename misleading 'rsa_count' variable to 'op_count' | Dr. David von Oheimb | 2020-12-04 | 1 | -44/+44 |
* | evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_{DH,DSA,EC} | Dr. David von Oheimb | 2020-12-04 | 1 | -1/+1 |
* | endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M} | Dr. David von Oheimb | 2020-12-04 | 1 | -2/+8 |
* | apps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA,EC,DEPECATED_3_0} | Dr. David von Oheimb | 2020-12-04 | 1 | -7/+16 |
* | fuzz/server.c: Fix build error on OPENSSL_NO_{DSA,EC,DEPECATED_3_0} | Dr. David von Oheimb | 2020-12-04 | 1 | -0/+3 |
* | encode_key2text.c: Fix build error on OPENSSL_NO_{DH,DSA,EC} | Dr. David von Oheimb | 2020-12-04 | 1 | -0/+2 |
* | encode_key2any.c: Fix build error on OPENSSL_NO_DH and OPENSSL_NO_EC | Dr. David von Oheimb | 2020-12-04 | 1 | -0/+3 |
* | appveyor.yml: Move printing of env variables such that locally defined ones a... | Dr. David von Oheimb | 2020-12-04 | 1 | -3/+3 |
* | Fix no-dsa | Matt Caswell | 2020-12-04 | 2 | -26/+28 |
* | Fix dsa & rsa signature dupctx() so that ctx->propq is strduped | Shane Lontis | 2020-12-04 | 2 | -2/+13 |
* | Fix ecdsa digest setting code to match dsa. | Shane Lontis | 2020-12-04 | 2 | -76/+126 |
* | Fix EVP_PKEY_CTX propq so that it uses a copy | Shane Lontis | 2020-12-04 | 2 | -4/+17 |
* | fix x509_PUBKEY propq so that it uses a copy | Shane Lontis | 2020-12-04 | 1 | -3/+25 |
* | Fix x509_crl propq so that it uses a copy | Shane Lontis | 2020-12-04 | 2 | -2/+17 |
* | Fix X509 propq so it does not use references | Shane Lontis | 2020-12-04 | 2 | -7/+15 |
* | ci.yml: Let 'make' run silently (-s) with build (gcc) runs in parallel (-j4) | Dr. David von Oheimb | 2020-12-03 | 1 | -14/+23 |
* | ci.yml: Add 'perl configdata.pm --dump' to each config | Dr. David von Oheimb | 2020-12-03 | 1 | -7/+7 |
* | .travis.yml: Do some build (gcc) runs in parallel (-j4) | Dr. David von Oheimb | 2020-12-03 | 1 | -2/+3 |
* | appveyor.yml: Let 'nmake' do builds in parallel on all CPU cores | Dr. David von Oheimb | 2020-12-03 | 1 | -1/+3 |
* | appveyor.yml: Let 'nmake' run by defaut silently (/S), using MAKEVERBOSE like... | Dr. David von Oheimb | 2020-12-03 | 1 | -5/+11 |