Add more complete support for libctx/propq in the EC code
[openssl.git] / crypto / dsa /
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
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-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-07 Richard LevittePROV: Add DERlib support for DSA
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-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-04 Shane LontisAdd DSA Key validation to default provider
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.
next