]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dsa/dsa_asn1.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / dsa / dsa_asn1.c
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-07-11  Matt CaswellConvert asn1_dsa.c to use the WPACKET API instead
2019-07-11  David MakepeaceAdd simple ASN.1 utils for DSA signature DER.
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
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
2016-07-20  Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-06-20  Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-13  TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13  TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13  TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-03-20  Dr. Stephen Hensonconstify DSA_SIG_get0()
2016-03-11  Dr. Stephen Hensonmove DSA_SIG definition into C source file
2016-03-08  Dr. Stephen HensonMake DSA_SIG opaque.
2016-01-28  Dr. Stephen HensonUse callback for DSAPublicKey
2016-01-26  Rich SalzRemove /* foo.c */ comments
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-04  Rich SalzUse safer sizeof variant in malloc
2015-04-30  Rich Salzfree cleanup almost the finale
2015-03-26  Dr. Stephen HensonSimplify DSA public key handling.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-05  Dr. Stephen HensonFix various certificate fingerprint issues.
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2011-02-13  Dr. Stephen HensonRemove dependency of dsa_sign.o and dsa_vrf.o: new...
2011-01-25  Dr. Stephen HensonMove DSA_sign, DSA_verify to dsa_asn1.c and include...
2009-09-06  Dr. Stephen HensonPR: 1644
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2005-09-01  Dr. Stephen HensonExtend callback function to support print customization.
2001-02-23  Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2000-12-08  Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-11-19  Richard LevitteMake sure bs is assigned NULL when it's free'd, or...
2000-11-07  Richard LevitteConstify DSA-related code.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-04-09  Ulf MöllerSeparate DSA functionality from ASN.1 encoding.