Always go the legacy route if EVP_MD_CTX_FLAG_NO_INIT is set
[openssl.git] / crypto /
2020-01-13 Matt CaswellAlways go the legacy route if EVP_MD_CTX_FLAG_NO_INIT...
2020-01-13 Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13 Matt CaswellDeprecate Low Level Camellia APIs
2020-01-12 Richard LevitteWhen deprecated symbols are removed, ensure liblegacy...
2020-01-12 PauliDeprecate the low level Whirlpool functions.
2020-01-12 PauliDeprecate the low level MDC2 functions.
2020-01-12 PauliDeprecate the low level MD4 functions.
2020-01-12 PauliDeprecate the low level MD2 functions.
2020-01-12 PauliDeprecate the low level RIPEMD160 functions.
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-10 Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-09 Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-09 Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2020-01-08 Richard LevitteEVP: If a key can't be exported to provider, fallback...
2020-01-08 Matt CaswellDeprecate Low Level Blowfish APIs
2020-01-07 Rich SalzMake generated copyright year be "now"
2020-01-07 Dr. Matthias St... Modify the add_seeds_stringlist() macro to fix a prepro...
2020-01-07 Dr. Matthias St... Move random-related defines to "crypto/rand.h"
2020-01-07 Shane LontisMake ECDSA_size() use consistent asn1 encoder.
2020-01-07 Paulicoverity 1201462: check error returns
2020-01-07 Paulicoverity 1201478: check BIO_indent returns
2020-01-06 Matt CaswellDeprecate the low level AES functions
2020-01-06 Matt CaswellDon't use the low level AES key wrap APIs in CMS
2020-01-06 Matt CaswellDon't store an HMAC key for longer than we need
2020-01-06 Richard LevitteEVP: Fix method to determine if a PKEY is legacy or not
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2020-01-05 Andrew HoangFix incorrect return code on ECDSA key verification
2020-01-05 Fangming.FangFix side channel in ecp_nistz256-armv8.pl
2020-01-05 Bernd EdlingerFix side channel in the ecp_nistz256.c reference implem...
2020-01-05 Bernd EdlingerImprove side channel fix in ecp_nistz256-x86_64.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-armv4.pl
2020-01-05 Bernd EdlingerFix side channel in ecp_nistz256-x86.pl
2020-01-05 David BenjaminAvoid leaking intermediate states in point doubling...
2020-01-05 Nicola TuveriFix potential SCA vulnerability in some EC_METHODs
2020-01-02 Matt CaswellRun make update
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in rc4-md5-x86_64.pl
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in poly1305-x86_64.pl
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in aesni-gcm-x86_64.pl
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in x25519-x86_64.pl
2019-12-23 Bernd EdlingerFix aesni_cbc_sha256_enc_avx2 backtrace info
2019-12-23 Bernd EdlingerAdd some missing cfi frame info in ecp_nistz256-x86_64.pl
2019-12-21 Shane LontisRemove asn1 module dependency from RSASSA-PKCS1-v1_5...
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in aesni-sha and sha...
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in keccak1600-x86_64.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in aesni-x86_64.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in rsaz-x86_64
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in x86_64-mont5.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in aes-x86_64.pl
2019-12-20 Bernd EdlingerAdd some missing cfi frame info in camellia-x86_64.pl
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-19 Richard LevitteCRYPTO: split cipher_platform.h into algorithm specific...
2019-12-19 Fangming.FangOptimize AES-GCM implementation on aarch64
2019-12-18 Richard LevitteEVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()
2019-12-18 Richard LevitteASN1: Adapt ASN.1 output routines to use BIO_f_prefix()
2019-12-18 Richard LevitteBIO: Add BIO_f_prefix(), a text line prefixing filter
2019-12-18 Richard Levittecrypto/bio/build.info: split the source files in categories
2019-12-18 Bernd EdlingerFix unwind info for some trivial functions
2019-12-18 Rich SalzFix build when enabling mdebug options.
2019-12-18 Shane LontisCleanup legacy digest methods.
2019-12-17 Richard LevitteEVP: make it possible to init EVP_PKEY_CTX with provide...
2019-12-16 Matt CaswellEnsure EVP_PKEY_set1_DH detects X9.42 keys
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-12-12 Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL
2019-12-11 Dr. Matthias St... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-12-11 Jan-Frederik RieckersAdd support for otherName:NAIRealm in output
2019-12-11 Veres LajosFix some typos
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11 Andy Polyakovcrypto/perlasm/ppc-xlate.pl: add linux64v2 flavour
2019-12-10 avasMove U64 macro from sha.h to sha512.c
2019-12-06 Bernd EdlingerImprove the overflow handling in rsaz_512_sqr
2019-12-06 Andy PolyakovFix an overflow bug in rsaz_512_sqr
2019-12-05 Matt CaswellTeach the RSA implementation about TLS RSA Key Transport
2019-12-04 Dr. David von Oheimbadd X509_cmp_timeframe() including its documentation
2019-12-03 raja-ashokSet argument only after successful dup on CMP APIs
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DH keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing RSA keys
2019-11-29 Richard LevittePROV SERIALIZER: add common functionality to serialize...
2019-11-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-29 Richard LevitteSERIALIZER: add hooks in EVP_PKEY_print_ routines
2019-11-29 Richard LevitteSERIALIZER: add hooks in PEM_write_bio_ and PEM_write_f...
2019-11-29 Richard LevitteSERIALIZER: add support for serializing EVP_PKEYs
2019-11-29 Richard LevitteCORE: expose the property parsers and checker to the...
2019-11-29 Richard LevitteSERIALIZER: add functions for serialization to file
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-29 Richard LevitteCORE: pass the full algorithm definition to the method...
2019-11-29 Richard LevitteCORE: ossl_namemap_add_names(): new function to add...
2019-11-29 Matt CaswellDisable mem leak checking for the self test lock
2019-11-29 Matt CaswellCheck the return from OPENSSL_buf2hexstr()
2019-11-29 Matt CaswellCheck that OPENSSL_zalloc was successful when creating...
2019-11-28 Ard Biesheuvelchacha/asm/chacha-armv8.pl: preserve FP registers d8...
2019-11-25 PauliProperty: fix memory leak.
2019-11-25 Shane LontisCache constants for fetched EVP_cipher
2019-11-24 PauliProperty: fix intermittent test failure.
2019-11-23 Matus KyselRemove deadlock that was caused by calling pthread_rwlo...
2019-11-22 Richard LevitteUI_UTIL_wrap_read_pem_callback(): when |cb| is NULL...
2019-11-22 PauliThread: Avoid a NULL dereference after failed initialis...
2019-11-21 PauliCore: allow NULL argument to stored_namemap_free().
2019-11-21 PauliEVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.
2019-11-21 PauliEngine: Add NULL check.
2019-11-21 PauliECDSA: don't clear free memory after verify.
next