]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dsa
crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionally
[thirdparty/openssl.git] / crypto / dsa /
2019-07-31  David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-07-16  Rich SalzRegenerate mkerr 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-07-02  Antoine CœurFix Typos
2019-05-28  Tomas MrazThe SHA256 is not a mandatory digest for DSA.
2019-05-22  Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for DSA
2019-05-21  Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-05-07  Matt CaswellReject obviously invalid DSA parameters during signing
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18  David von Oheimbremove needless empty lines when printing certificates
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-01-30  David BenjaminDocument and add macros for additional DSA options
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-12-06  Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-11-01  PauliAdd a constant time flag to one of the bignums to avoid...
2018-10-29  Vitezslav CizekDSA: Check for sanity of input parameters
2018-10-28  PauliTiming vulnerability in DSA signature generation (CVE...
2018-10-28  PauliDSA mod inverse fix
2018-09-11  Matt CaswellUpdate copyright year
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-07-29  Bryan DonlanRemove DSA digest length checks when no digest is passed
2018-06-21  Nicola TuveriUse DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
2018-06-21  Matt CaswellAdd blinding to a DSA signature
2018-05-29  Matt CaswellUpdate copyright year
2018-05-28  Dr. Matthias St... DSA: add simple getters for commonly used struct members
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05  Matt CaswellDon't crash if an unrecognised digest is used with...
2018-04-03  Matt CaswellUpdate copyright year
2018-03-21  Jack BatesConvert _meth_get_ functions to const getters
2017-11-03  Pavel KopylCheck return value of OBJ_nid2obj in dsa_pub_encode.
2017-11-01  Pauli Address a timing side channel whereby it is possible...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-13  Rich SalzRemove email addresses from source code.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-29  Samuel WeiserAdded const-time flag to DSA key decoding to avoid...
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-06-14  Bernd EdlingerFix a possible crash in dsa_builtin_paramgen2.
2017-06-07  Rich Salzmake error tables const and separate header file
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
2017-04-07  Rich SalzMake default_method mostly compile-time
2017-01-25  FdaSilvaYYStyle
2017-01-25  FdaSilvaYYFix some extra or missing whitespaces...
2017-01-20  Richard LevitteFix DSA parameter generation control error
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17  FdaSilvaYYRaise an error on memory alloc failure.
2016-11-14  Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-09-21  Matt CaswellFix a missing NULL check in dsa_builtin_paramgen
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-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20  Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-06-24  Ben LaurieDeal with API changes.
2016-06-20  Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-16  Matt CaswellFix the build and tests following constification of...
2016-06-15  Richard LevitteConstify the parameter getters for RSA, DSA and DH
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-06-07  Cesar PereidaSet flag BN_FLG_CONSTTIME earlier
2016-06-07  Cesar PereidaRemove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
2016-06-06  Matt CaswellDeprecate the flags that switch off constant time
2016-06-06  Matt CaswellSimplify dsa_ossl.c
2016-06-06  Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-06-04  Kurt RoeckxSpecifiy size of arrays
2016-06-01  Rich SalzRemove/rename some old files.
2016-06-01  FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-31  Dr. Stephen HensonParameter copy sanity checks.
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-23  FdaSilvaYYRemove useless NULL checks
2016-05-18  Matt CaswellAdd some error messages for malloc fails
2016-05-18  Matt CaswellBetter checks for malloc failure in various METHOD...
2016-05-17  Rich SalzManual fixes after copyright consolidation
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-04-29  Matt CaswellRemove some dead code
2016-04-28  FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value...
2016-04-28  Matt CaswellCheck that we were actually allocated BIGNUMs in dsa_bu...
2016-04-27  Viktor DukhovniFix set0 reuse test
2016-04-27  Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-20  Richard LevitteRemove --classic build entirely
2016-04-09  Matt CaswellFix double free bug in error path
2016-04-09  Matt CaswellMake DH opaque
2016-04-02  Matt CaswellRename get/set_app_data to get0/set0_app_data
2016-04-02  Matt CaswellVarious DSA opacity fixups
2016-04-02  Matt CaswellMake DSA_METHOD opaque
2016-04-02  Matt CaswellMake the DSA structure opaque
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20  Rich SalzRemove #error from include files.
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.
next