]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dh/dh_ameth.c
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
[thirdparty/openssl.git] / crypto / dh / dh_ameth.c
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-28  Tomas MrazImplement EVP_PKEY_dup() function
2021-03-19  Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18  Shane LontisAdd ossl_asn1 symbols
2021-03-11  Matt CaswellUpdate copyright year
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-02-26  Shane LontisFix external symbols related to dh keys
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11  Richard LevitteDH: Move the code to set the DH sub-type
2020-10-19  Richard LevitteDH: make the private key length importable / exportable
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15  Matt CaswellRemove CMS recipient info information out of the algori...
2020-10-15  Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-05  Pauliffc: add _ossl to exported but internal functions
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-24  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-05  Shane LontisFix coverity CID #1465967 & #1465968 - fix NULL derefer...
2020-08-11  Shane LontisAdd DHX serialization
2020-06-05  Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-26  Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-20  Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-17  Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-15  Shane LontisAdd DSA keygen to provider
2020-04-09  Matt CaswellEnable export_to functions to have access to the libctx
2020-03-28  PauliParam build: make structures opaque.
2020-03-28  PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25  Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-23  Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-09  Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-11  Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-01-24  Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-07  Paulicoverity 1201478: check BIO_indent returns
2019-11-01  Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-17  Richard LevitteDH: Add export of domain parameters to provider
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-09  Matt CaswellEnable DH "keys" which only contain domain parameters
2019-09-09  Matt CaswellImplement DSA in the default provider
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
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.
next