summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2020-08-27EVP: NULL pctx pointer after free.Pauli
2020-08-24Fix coverity CID #1452773 - Dereference before NULL check in EVP_DigestFinal_...Shane Lontis
2020-08-24Fix coverity CID #1452775 & #1452772- Dereference before NULL check in evp_lib.cShane Lontis
2020-08-24Fix coverity CID #1454638 - Dereference after NULL check in EVP_MD_CTX_gettab...Shane Lontis
2020-08-24Fix coverity CID #1455335 - Dereference after NULL check in fromdata_init()Shane Lontis
2020-08-24Fix coverity CID #1465594 - Null dereference in EVP_PKEY_get0()Shane Lontis
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-20EVP: Have evp_pkey_cmp_any() detect if export wasn't possibleRichard Levitte
2020-08-17Load the default config file before working with default propertiesMatt Caswell
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis
2020-08-11Avoid deprecated function in evp_lib.cBenjamin Kaduk
2020-08-11Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk
2020-08-11Use local IV storage in e_rc2.cBenjamin Kaduk
2020-08-11Use local IV storage in e_xcbc_d.cBenjamin Kaduk
2020-08-11Use local IV storage in e_sm4.cBenjamin Kaduk
2020-08-11Use local IV storage in e_des3.cBenjamin Kaduk
2020-08-11Use local IV storage in e_des.cBenjamin Kaduk
2020-08-11Use local IV storage in e_camellia.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aria.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aes_ebc_hmac_sha256.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aes_ebc_hmac_sha1.cBenjamin Kaduk
2020-08-11Use local IV storage in e_aes.cBenjamin Kaduk
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk
2020-08-11Deprecate and replace EVP_CIPHER_CTX_iv()/etc.Benjamin Kaduk
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-11Add DHX serializationShane Lontis
2020-08-11Add dh_kdf support to providerShane Lontis
2020-08-10Delete old KDF bridge EVP_PKEY_METHODSMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-08-09Use libctx for EVP_CIPHER_CTX_rand_key() method.Shane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07EVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_MD_NIDRichard Levitte
2020-08-07mac: add some consistency to setting the XXX_final output length.Pauli
2020-08-07gettables: core changes to pass the provider context.Pauli
2020-08-06Update copyright yearMatt Caswell
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-07-30Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easilyMatt Caswell
2020-07-27EVP, PROV: Add misc missing bits for RSA-PSSRichard Levitte
2020-07-24EVP: Fix key type check logic in evp_pkey_cmp_any()Richard Levitte
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte
2020-07-24EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22Fix provider cipher reinit issueShane Lontis