Fix the default digest algorthm of SM2
[openssl.git] / crypto / dh /
2018-09-05 Nicola TuveriHarmonize the error handling codepath
2018-09-05 Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-06-20 Matt CaswellUpdate copyright year
2018-06-12 Guido VrankenReject excessively large primes in DH key generation.
2018-05-29 Matt CaswellUpdate copyright year
2018-05-18 Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-12 Benjamin KadukFix memory leak in DH_get_nid()
2017-10-12 Dr. Stephen Hensonmake update
2017-10-12 Dr. Stephen HensonAdd pad support
2017-10-12 Dr. Stephen HensonAdd RFC7919 support to EVP
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-12 Dr. Stephen HensonSupport constant BN for DH parameters
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-26 David BenjaminAllow DH_set0_key with only private key.
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich SalzUse "" not <> on e_os.h include
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-25 FdaSilvaYYStyle
2017-01-24 Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-10 Rich SalzChange callers to use the new constants.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-25 David BenjaminHandle BN_mod_word failures.
2016-06-25 David BenjaminFix BN_is_prime* calls.
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-16 Matt CaswellFix the build and tests following constification of...
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 Matt CaswellFix printing of DH Parameters
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 FdaSilvaYYRemove useless NULL checks
2016-05-18 Matt CaswellAdd some error messages for malloc fails
2016-05-18 Matt CaswellBetter checks for malloc failure in various METHOD...
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-13 Insu YunFix OpenSSL_memdup error handling
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value...
2016-04-27 Viktor DukhovniFix set0 reuse test
2016-04-27 Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-09 Matt CaswellAdd documentation for following DH and DH_METHOD opacity
2016-04-09 Matt CaswellMake DH_METHOD opaque
2016-04-09 Matt CaswellMake DH opaque
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-10 Rich SalzRT3676 add: Export ASN.1 DHparams
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Matt CaswellAdd missing return value checks
2016-01-28 Matt CaswellPrevent small subgroup attacks on DH/DHE
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Rich Salzmem functions cleanup
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-09-30 Rich SalzMake update / libeay.num fix
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
next