summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2020-09-03EVP: Don't report malloc failure in new_raw_key_int()Richard Levitte
2020-09-03EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()Richard Levitte
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-09-03Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell
2020-08-29Improve code reuse in the provider MAC bridgeMatt Caswell
2020-08-29Delete unused PKEY MAC filesMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-29Extend the provider MAC bridge for Poly1305Matt Caswell
2020-08-29Don't require a default digest from signature algorithmsMatt Caswell
2020-08-29Extend the provider MAC bridge for SIPHASHMatt Caswell
2020-08-29Fix some EVP_MD_CTX_* functionsMatt Caswell
2020-08-29Convert EVP_PKEY_CTX_set_mac_key() into a functionMatt Caswell
2020-08-29Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell
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