aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid deprecated API in evp_test.cBenjamin Kaduk2020-08-111-6/+10
* Avoid deprecated function in evp_lib.cBenjamin Kaduk2020-08-111-3/+2
* Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk2020-08-116-5/+10
* Use local IV storage in e_rc2.cBenjamin Kaduk2020-08-111-3/+1
* Use local IV storage in e_xcbc_d.cBenjamin Kaduk2020-08-111-2/+3
* Use local IV storage in e_sm4.cBenjamin Kaduk2020-08-111-2/+2
* Use local IV storage in e_des3.cBenjamin Kaduk2020-08-111-21/+16
* Use local IV storage in e_des.cBenjamin Kaduk2020-08-111-11/+11
* Use local IV storage in e_camellia.cBenjamin Kaduk2020-08-111-20/+15
* Use local IV storage in e_aria.cBenjamin Kaduk2020-08-111-15/+12
* Use local IV storage in e_aes_ebc_hmac_sha256.cBenjamin Kaduk2020-08-111-5/+5
* Use local IV storage in e_aes_ebc_hmac_sha1.cBenjamin Kaduk2020-08-111-7/+7
* Use local IV storage in e_aes.cBenjamin Kaduk2020-08-111-60/+46
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-115-20/+6
* Document EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-112-3/+66
* Make GCM providers more generous about fetching IVsBenjamin Kaduk2020-08-111-2/+2
* Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-0/+113
* Deprecate and replace EVP_CIPHER_CTX_iv()/etc.Benjamin Kaduk2020-08-113-6/+30
* Support cipher provider "iv state"Benjamin Kaduk2020-08-1110-6/+72
* Add DHX serializationShane Lontis2020-08-1113-71/+135
* Add dh_kdf support to providerShane Lontis2020-08-1110-288/+1044
* Add DHX support to keymanagerShane Lontis2020-08-115-2/+77
* README.md: remove incorrect link to openssl.github.ioDr. Matthias St. Pierre2020-08-111-9/+0
* README.md: replace incorrect access token for the AppVeyor badgeDr. Matthias St. Pierre2020-08-111-8/+1
* conf: add an error if the openssl_conf section isn't found.Pauli2020-08-114-2/+12
* Remove a TODO from evp_testMatt Caswell2020-08-101-15/+2
* Extend the EVP_PKEY KDF to KDF provider bridge to the FIPS providerMatt Caswell2020-08-101-0/+4
* Minimise the size of the macros in kdf_exch.cMatt Caswell2020-08-101-37/+44
* Update KDF documentationMatt Caswell2020-08-104-10/+20
* Delete old KDF bridge EVP_PKEY_METHODSMatt Caswell2020-08-104-430/+15
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-107-23/+113
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-1010-138/+206
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-1016-23/+435
* Initial Apple Silicon support.C.W. Betts2020-08-101-0/+10
* Fix memory leak in drbgtestShane Lontis2020-08-101-9/+2
* Add 'on demand self test' and status test to providersShane Lontis2020-08-0922-33/+364
* Add some of the missing CMS API documentationShane Lontis2020-08-099-18/+412
* Change CMS tests to use a library context.Shane Lontis2020-08-092-113/+156
* Add EVP signature with libctx methods.Shane Lontis2020-08-0918-122/+192
* Use libctx for EVP_CIPHER_CTX_rand_key() method.Shane Lontis2020-08-091-1/+16
* Add libctx to ecdh_KDF_X9_63.Shane Lontis2020-08-093-16/+23
* Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they u...Shane Lontis2020-08-091-2/+2
* Add libctx support to PKCS7.Shane Lontis2020-08-0916-99/+419
* Add libctx to SMIME ASN1Shane Lontis2020-08-092-19/+43
* Add internal method x509_set0_libctx().Shane Lontis2020-08-092-0/+15
* Add libctx support to CMS.Shane Lontis2020-08-0920-340/+843
* rand: fix typo in parameter nameDr. Matthias St. Pierre2020-08-085-10/+10
* Update gost-engine to fix API renameDmitry Belyavskiy2020-08-071-0/+0
* Use .cnf for config files, not .confKelvin Lee2020-08-071-2/+2
* Add evp_test fixes.Shane Lontis2020-08-0773-13956/+14170