]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dsa
Fix build with clang assembler
[thirdparty/openssl.git] / crypto / dsa /
2020-03-03  Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-03-02  Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-22  Richard LevitteDSA: More conforming names in crypto/dsa/dsa_aid.c
2020-02-16  Shane LontisAdd FFC param/key validation
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-02-06  Shane LontisAdd FFC param/key generation
2020-01-28  Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-24  Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-17  Richard LevitteDSA: Move DSA_security_bits() and DSA_bits()
2020-01-15  Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2019-11-07  Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-10-17  Richard LevitteDSA: Add export of domain parameters to provider
2019-10-14  Kurt RoeckxAdd BN_check_prime()
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-25  Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-24  jayaramfix for dsa key size feature request issue: pkey -text...
2019-09-12  Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-09  Matt CaswellImplement DSA in the default provider
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
next