]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dsa/dsa_ameth.c
Add selection support to the provider keymgmt_dup function
[thirdparty/openssl.git] / crypto / dsa / dsa_ameth.c
2021-04-15  Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15  Tomas MrazImplement provider-side keymgmt_dup function
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-02-26  Shane LontisFix external symbols related to dsa keys
2021-01-28  Richard LevitteUpdate copyright year
2021-01-20  Shane LontisRemove pkey_downgrade from PKCS7 code
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-19  Matt CaswellFix no-dh
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 signing code out of the algorithms and into CMS
2020-10-05  Pauliffc: add _ossl to exported but internal functions
2020-05-26  Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-04-23  Matt CaswellUpdate copyright year
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-11  PauliDeprecate the low level DSA 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
2019-10-17  Richard LevitteDSA: 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-24  jayaramfix for dsa key size feature request issue: pkey -text...
2019-09-09  Matt CaswellImplement DSA in the default provider
2019-05-28  Tomas MrazThe SHA256 is not a mandatory digest for DSA.
2019-03-18  David von Oheimbremove needless empty lines when printing certificates
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-03  Pavel KopylCheck return value of OBJ_nid2obj in dsa_pub_encode.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-09-29  Samuel WeiserAdded const-time flag to DSA key decoding to avoid...
2016-08-17  Dr. Stephen HensonConstify private key decode.
2016-08-17  Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-01  Dr. Stephen HensonAdd DSA_bits() function.
2016-06-20  Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-04  Kurt RoeckxSpecifiy size of arrays
2016-05-31  Dr. Stephen HensonParameter copy sanity checks.
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-03-20  Rich SalzRemove #error from include files.
2016-03-08  Dr. Stephen HensonMake DSA_SIG opaque.
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-19  Dr. Stephen HensonRemove DSA negative integer workaround code.
2016-02-19  Dr. Stephen HensonRemove broken DSA private key workarounds.
2016-02-18  Dr. Stephen Hensontypo
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-14  Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-07-30  Martin VejnarRT3774: double-free in DSA
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 Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree NULL cleanup 8
2015-04-28  Rich Salzremove malloc casts
2015-03-26  Dr. Stephen HensonSimplify DSA public key handling.
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 dsa_pub_encode
2015-03-08  Dr. Stephen HensonCleanse PKCS#8 private key components.
2015-01-22  Matt CaswellRe-align some comments after running the reformat script.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-09-08  Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-08-22  Emilia KasperRT3061: slightly amend patch
2014-03-28  Dr. Stephen HensonAdd functions returning security bits.
2013-07-17  Dr. Stephen HensonReturn correct enveloped data type in ASN1 methods.
2013-06-13  Adam LangleyDon't SEGFAULT when trying to export a public DSA key...
2010-10-04  Dr. Stephen Hensonfix signature printing routines
2010-04-20  Dr. Stephen HensonPR: 2241
2010-03-08  Dr. Stephen Hensoncorrect error code
2010-03-06  Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-01-22  Dr. Stephen HensonTolerate PKCS#8 DSA format with negative private key.
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...
2008-03-12  Dr. Stephen HensonAnd so it begins...
2007-04-02  Nils Larschcheck correct pointer before freeing it (Coverity CID...
2007-02-03  Nils Larschadd support for DSA with SHA2
2006-11-16  Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-08-28  Ben LaurieMake things static that should be. Declare stuff in...
2006-07-17  Dr. Stephen HensonFix various error codes to match functions.
2006-07-02  Dr. Stephen Hensondsa_pub_cmp() doesn't need to check parameters because...
2006-05-15  Dr. Stephen HensonCorrectly handle missing DSA parameters.
2006-05-07  Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-17  Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-17  Dr. Stephen HensonFix (most) WIN32 warnings and errors.
next