summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-01-16Deprecate the low level SEED functionsPauli
2020-01-15Restoring correct check for legacy PKEYDmitry Belyavskiy
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-15Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte
2020-01-14Avoid leak in error path of asn1_parse2kinichiro
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-12When deprecated symbols are removed, ensure liblegacy has WHIRLPOOLRichard Levitte
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-07Make generated copyright year be "now"Rich Salz
2020-01-07Modify the add_seeds_stringlist() macro to fix a preprocessor errorDr. Matthias St. Pierre
2020-01-07Move random-related defines to "crypto/rand.h"Dr. Matthias St. Pierre
2020-01-07Make ECDSA_size() use consistent asn1 encoder.Shane Lontis
2020-01-07coverity 1201462: check error returnsPauli
2020-01-07coverity 1201478: check BIO_indent returnsPauli
2020-01-06Deprecate the low level AES functionsMatt Caswell
2020-01-06Don't use the low level AES key wrap APIs in CMSMatt Caswell
2020-01-06Don't store an HMAC key for longer than we needMatt 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
2020-01-05Fix incorrect return code on ECDSA key verificationAndrew Hoang
2020-01-05Fix side channel in ecp_nistz256-armv8.plFangming.Fang
2020-01-05Fix side channel in the ecp_nistz256.c reference implementationBernd Edlinger
2020-01-05Improve side channel fix in ecp_nistz256-x86_64.plBernd Edlinger
2020-01-05Fix side channel in ecp_nistz256-armv4.plBernd Edlinger
2020-01-05Fix side channel in ecp_nistz256-x86.plBernd Edlinger
2020-01-05Avoid leaking intermediate states in point doubling special case.David Benjamin
2020-01-05Fix potential SCA vulnerability in some EC_METHODsNicola Tuveri
2020-01-02Run make updateMatt Caswell
2019-12-23Add some missing cfi frame info in rc4-md5-x86_64.plBernd Edlinger
2019-12-23Add some missing cfi frame info in poly1305-x86_64.plBernd Edlinger
2019-12-23Add some missing cfi frame info in aesni-gcm-x86_64.plBernd Edlinger
2019-12-23Add some missing cfi frame info in x25519-x86_64.plBernd Edlinger
2019-12-23Fix aesni_cbc_sha256_enc_avx2 backtrace infoBernd Edlinger
2019-12-23Add some missing cfi frame info in ecp_nistz256-x86_64.plBernd Edlinger
2019-12-22Remove asn1 module dependency from RSASSA-PKCS1-v1_5 implementation.Shane Lontis
2019-12-20Add some missing cfi frame info in aesni-sha and sha-x86_64.plBernd Edlinger
2019-12-20Add some missing cfi frame info in keccak1600-x86_64.plBernd Edlinger