summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-21PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte
2020-01-21EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte
2020-01-20Fix unwind info in crypto/rc4/asm/rc4-x86_64.plH.J. Lu
2020-01-20Implement the NULL cipher in the default providerMatt Caswell
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2020-01-20Don't register drbg_delete_thread_state twiceMatt Caswell
2020-01-20Fix init_thread_stopMatt Caswell
2020-01-19libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2020-01-19Deprecate the low level IDEA functions.Pauli
2020-01-19param_bld: add a padded BN call.Pauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-18Add GNU properties note for Intel CET in x86_64-xlate.plRichard Levitte
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte
2020-01-17DSA: Move DSA_security_bits() and DSA_bits()Richard 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-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2020-01-16Move the stored namemap pre-population to namemap constructionRichard Levitte
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard 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-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