aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_key.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* FFC cleanupsslontis2023-04-031-45/+44
* dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli2022-11-021-1/+50
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dsa keysShane Lontis2021-02-261-3/+3
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-1/+1
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-4/+5
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+2
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+7
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-4/+4
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-0/+5
* Add DSA keygen to providerShane Lontis2020-04-151-1/+7
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-5/+62
* Add FFC param/key validationShane Lontis2020-02-161-25/+24
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* Add FFC param/key generationShane Lontis2020-02-061-11/+23
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Implement DSA in the default providerMatt Caswell2019-09-091-0/+1
* Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-1/+1
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-061-13/+7
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+6
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-261-1/+3
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* More secure storage of key material.Rich Salz2015-06-231-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-8/+5
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-5/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-64/+65
* Implement internally opaque bn access from dsaMatt Caswell2014-12-081-4/+9
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/dsaDr. Stephen Henson2014-12-081-43/+0
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-1/+1
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-1/+4
* Use 0 for tbslen to perform strlen.Dr. Stephen Henson2011-04-191-1/+1
* Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson2011-04-141-9/+0
* Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson2011-04-141-1/+2
* Update pairwise consistency checks to use SHA-256.Dr. Stephen Henson2011-02-151-2/+1
* Free keys if DSA pairwise error.Dr. Stephen Henson2011-02-111-1/+5
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* FIPS mode DSA changes:Dr. Stephen Henson2011-01-261-0/+45
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-1/+1
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-271-0/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-1/+14
* Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte2003-03-201-1/+1