aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_gen.c
Commit message (Expand)AuthorAgeFilesLines
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* GH322 revisited: remove unused function.Rich Salz2016-02-081-36/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-9/+10
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Remove useless codeAlessandro Ghedini2015-10-231-10/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-3/+3
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* GH367 follow-up, for more clarityBen Kaduk2015-08-311-4/+4
* GH367: Fix dsa keygen for too-short seedIsmo Puustinen2015-08-271-17/+12
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 7Rich Salz2015-04-301-24/+13
* RAND_bytes updatesMatt Caswell2015-03-251-2/+2
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-22/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-627/+644
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/dsaDr. Stephen Henson2014-12-081-105/+0
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* return error if counter exceeds limit and seed value suppliedDr. Stephen Henson2011-11-251-0/+6
* check counter value against 4 * L, not 4096Dr. Stephen Henson2011-11-251-1/+1
* L=3072, N=256 provides 128 bits of security not 112.Dr. Stephen Henson2011-10-161-1/+1
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+1
* Add support for DSA2 PQG generation of g parameter.Dr. Stephen Henson2011-08-271-12/+17
* Add support for canonical generation of DSA parameter g.Dr. Stephen Henson2011-08-261-11/+107
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-2/+2
* Fix warning.Dr. Stephen Henson2011-04-241-1/+2
* fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.Richard Levitte2011-04-241-0/+2
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-8/+60
* check RAND_pseudo_bytes return valueDr. Stephen Henson2011-04-041-2/+6
* Return security strength for supported DSA parameters: will be usedDr. Stephen Henson2011-02-111-7/+10
* fixes for DSA2 parameter generationDr. Stephen Henson2011-02-011-4/+5
* Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson2011-01-311-2/+266
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* FIPS mode DSA changes:Dr. Stephen Henson2011-01-261-0/+21
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-1/+4
* Fix warnings.Ben Laurie2010-06-121-2/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-3/+7
* Remove misleading dead code. Constify. (Coverity ID 142)Ben Laurie2008-12-261-7/+2
* Fix from fips branch.Dr. Stephen Henson2007-10-051-2/+9
* Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fi...Dr. Stephen Henson2007-03-161-2/+2
* size_t -> intNils Larsch2007-03-021-2/+1
* add support for DSA with SHA2Nils Larsch2007-02-031-43/+72
* when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macroNils Larsch2005-03-281-1/+1
* Remaing bits of PR:620 relevant to 0.9.8.Dr. Stephen Henson2004-12-051-17/+23
* The new BN_CTX code makes this sort of abuse unnecessary.Geoff Thorpe2004-04-281-19/+15
* Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte2003-03-201-0/+2
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-0/+15