summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2020-01-19Deprecate the low level IDEA functions.Pauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2020-01-16Move the stored namemap pre-population to namemap constructionRichard Levitte
2020-01-16Deprecate the low level RC5 functionsPauli
2020-01-16Deprecate the low level RC4 functionsPauli
2020-01-16Deprecate the low level RC2 functionsPauli
2020-01-16Deprecate the low level SEED functionsPauli
2020-01-15Restoring correct check for legacy PKEYDmitry Belyavskiy
2020-01-15Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte
2020-01-14Fix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign,Verify}() for provider...Richard Levitte
2020-01-13Always go the legacy route if EVP_MD_CTX_FLAG_NO_INIT is setMatt Caswell
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell
2020-01-12Deprecate the low level Whirlpool functions.Pauli
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12Deprecate the low level MD4 functions.Pauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli
2020-01-12Add dsa signature alg to fips providerShane Lontis
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis
2020-01-09EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte
2020-01-09CORE & EVP: Specify OP_query_operation_name() for KEYMGMTRichard Levitte
2020-01-08EVP: If a key can't be exported to provider, fallback to legacyRichard Levitte
2020-01-08Deprecate Low Level Blowfish APIsMatt Caswell
2020-01-07coverity 1201462: check error returnsPauli
2020-01-06Deprecate the low level AES functionsMatt Caswell
2020-01-06EVP: Fix method to determine if a PKEY is legacy or notRichard Levitte
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-12-19EVP & PROV: Fix all platform inclusionsRichard Levitte
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang
2019-12-18EVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()Richard Levitte
2019-12-18Cleanup legacy digest methods.Shane Lontis
2019-12-17EVP: make it possible to init EVP_PKEY_CTX with provided EVP_PKEYRichard Levitte
2019-12-16Ensure EVP_PKEY_set1_DH detects X9.42 keysMatt Caswell
2019-12-11Fix some typosVeres Lajos
2019-11-29SERIALIZER: add hooks in EVP_PKEY_print_ routinesRichard Levitte
2019-11-29CORE: pass the full algorithm definition to the method constructorRichard Levitte
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte
2019-11-29Check that OPENSSL_zalloc was successful when creating EVP typesMatt Caswell
2019-11-25Cache constants for fetched EVP_cipherShane Lontis
2019-11-21EVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.Pauli
2019-11-20Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
2019-11-19EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell
2019-11-18Properties: make query cache reference count aware.Pauli
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu