summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dsa/dsa_gen.c
AgeCommit message (Expand)Author
2015-07-15Fix inverted test in previous. Commit message told what we intended, butMiod Vallat
2015-07-15Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0,Miod Vallat
2015-02-15Avoid calling BN_CTX_end() on a context that wasn't started.Doug Hogan
2015-02-15If we decide to discard the provided seed buffer because its size is notMiod Vallat
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09KNFMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2012-10-13resolve conflictsDamien Miller
2011-11-03openssl-1.0.0e: resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker