]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dh/dh_pmeth.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / dh / dh_pmeth.c
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-25  Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-05-21  Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2017-10-12  Dr. Stephen HensonAdd pad support
2017-10-12  Dr. Stephen HensonAdd RFC7919 support to EVP
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-13  Insu YunFix OpenSSL_memdup error handling
2016-04-09  Matt CaswellMake DH opaque
2016-03-20  Rich SalzRemove #error from include files.
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03  Rich Salzremove 0 assignments.
2015-09-03  David BarRT3674: Make no-cms build work.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-24  Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24  Rich Salzfree NULL cleanup
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from dh
2013-08-05  Dr. Stephen HensonCMS RFC2631 X9.42 DH enveloped data support.
2013-08-05  Dr. Stephen HensonExtend DH parameter generation support.
2011-12-07  Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2009-04-23  Dr. Stephen HensonMerge from 1.0.0-stable branch.
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-03-16  Geoff ThorpeFix a variety of warnings generated by some elevated...
2006-05-24  Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24  Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-15  Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-13  Dr. Stephen HensonComplete key derivation support.
2006-04-13  Dr. Stephen HensonAdd key derivation support.
2006-04-13  Dr. Stephen HensonTypo.
2006-04-12  Dr. Stephen HensonExtend DH ASN1 method, add DH EVP_PKEY_METHOD.