summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_gen.c
AgeCommit message (Expand)Author
2021-04-01DSA_generate_parameters_ex: use the old method for all small keysTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dsa keysShane Lontis
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-06-30Fix CID-1464802Shane Lontis
2020-06-17Add ACVP fips module testsShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-15Add DSA keygen to providerShane Lontis
2020-02-16Add FFC param/key validationShane Lontis
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-06Add FFC param/key generationShane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-09Implement DSA in the default providerMatt Caswell
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-10-30DSA: Check for sanity of input parametersVitezslav Cizek
2018-04-17Update copyright yearRichard Levitte
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-28Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2Matt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-02-08GH322 revisited: remove unused function.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq
2015-08-31GH367 follow-up, for more clarityBen Kaduk
2015-08-27GH367: Fix dsa keygen for too-short seedIsmo Puustinen
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/dsaDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2011-11-25return error if counter exceeds limit and seed value suppliedDr. Stephen Henson
2011-11-25check counter value against 4 * L, not 4096Dr. Stephen Henson
2011-10-16L=3072, N=256 provides 128 bits of security not 112.Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov