]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dh/dh_ameth.c
TLS1.3 FFDHE Support
[thirdparty/openssl.git] / crypto / dh / dh_ameth.c
2019-06-12  raja-ashokTLS1.3 FFDHE Support
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-20  Paul YangSupport public key and param check in EVP interface
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-12  Dr. Stephen HensonSupport constant BN for DH parameters
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-06-01  Matt CaswellFix printing of DH Parameters
2016-05-31  Dr. Stephen HensonParameter copy sanity checks.
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-04-09  Matt CaswellMake DH opaque
2016-03-20  Rich SalzRemove #error from include files.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14  Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11  Ben LaurieEnable -Wmissing-variable-declarations and
2015-06-23  Rich SalzMore secure storage of key material.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich SalzRemove goto inside an if(0) block
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-30  Rich Salzfree NULL cleanup 8
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-28  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-24  Rich Salzfree NULL cleanup
2015-03-12  Matt CaswellFix dh_pub_encode
2015-03-08  Dr. Stephen HensonCleanse PKCS#8 private key components.
2015-02-22  Kurt RoeckxFix memory leak
2015-02-22  Doug HoganAvoid a double-free in an error path.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-03-28  Dr. Stephen HensonAdd functions returning security bits.
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-08-21  Ben LaurieFix compile errors.
2013-08-05  Dr. Stephen HensonCMS RFC2631 X9.42 DH enveloped data support.
2013-08-05  Dr. Stephen HensonEnhance DH dup functions.
2013-08-05  Dr. Stephen HensonIf present print j, seed and counter values for DH
2011-12-07  Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-10-11  Dr. Stephen Hensonprint out subgroup order if present
2010-03-06  Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-11-01  Ben LaurieMore size_tification.
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-04-02  Nils Larschcheck correct pointer before freeing it (Coverity CID...
2006-07-17  Dr. Stephen HensonFix various error codes to match functions.
2006-04-17  Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-13  Dr. Stephen HensonComplete key derivation support.
2006-04-12  Dr. Stephen HensonExtend DH ASN1 method, add DH EVP_PKEY_METHOD.
2006-04-12  Dr. Stephen HensonPKCS#3 DH PKCS#8 ASN1 support.
2006-04-12  Dr. Stephen HensonExtend DH ASN1 method to support public key encode...
2006-04-04  Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2006-03-28  Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-23  Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22  Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-20  Dr. Stephen HensonDH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).