summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused DSA methodstb2024-05-111-4/+1
* Inline dsa_builtin_keygen() in DSA_generate_key()tb2024-05-101-12/+6
* Make the bn_rand_interval() API a bit more ergonomictb2023-08-031-2/+2
* hide symbols in dsabeck2023-07-081-1/+2
* Simplify BIGNUM handling in dsa_builtin_keygen().jsing2023-01-111-18/+17
* Make internal header file names consistenttb2022-11-261-3/+3
* Fix whitespacetb2022-11-191-8/+8
* Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h bytb2022-01-071-1/+3
* Initialize priv_key and pub_key on first use instead of at the top.tb2018-11-091-4/+4
* unrevert the use of bn_rand_interval().tb2018-11-061-5/+3
* revert use of bn_rand_interval due to failures with ECDHE and TLStb2018-11-061-3/+5
* Make use of bn_rand_interval() where appropriate.tb2018-11-051-5/+3
* Eliminate a few "} else" branches, a few unneeded NULL checks beforetb2018-11-051-11/+9
* Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() alreadytb2018-11-051-9/+3
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-2/+3
* Remove flags for disabling constant-time operations.bcook2016-06-301-10/+4
* Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior.bcook2016-06-211-10/+10
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* KNFmiod2014-07-091-37/+41
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-16/+0
* resolve conflictsdjm2012-10-131-0/+16
* resolve conflicts, fix local changesdjm2010-10-011-4/+0
* resolve conflictsdjm2009-01-091-0/+4
* resolve conflictsdjm2008-09-061-4/+11
* resolve conflictsdjm2006-06-271-1/+15
* resolve conflictsdjm2005-04-291-0/+2
* merge with 0.9.7-beta1markus2002-09-051-3/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-2/+1
* import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@markus2001-04-231-10/+5
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+1
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+2
* OpenSSL 0.9.4 mergebeck1999-09-291-7/+7
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+112