summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte
2020-09-10Fix an EVP_MD_CTX leakMatt Caswell
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte
2020-09-08EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-09-08EVP: Don't shadow EVP_PKEY_CTX_new* error recordsRichard Levitte
2020-09-08EVP: Preserve the EVP_PKEY id in a few more spotsRichard Levitte
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