summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.tb2019-01-201-5/+12
* On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook2016-07-051-1/+5
* Delete a lot of #if 0 code in libressl.doug2015-02-071-7/+1
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-5/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Simplify error path of DH_check_pub_key()miod2014-07-091-8/+4
* KNFmiod2014-07-091-60/+65
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* resolve conflicts, fix local changesdjm2010-10-011-6/+2
* resolve conflictsdjm2009-01-091-0/+4
* resolve conflictsdjm2008-09-061-7/+3
* backport checks for degenerate Diffie-Hellman public exponents fromdjm2006-05-041-0/+22
* resolve conflictsdjm2005-04-291-0/+4
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+1
* OpenSSL 0.9.5 mergebeck2000-03-191-4/+6
* OpenSSL 0.9.4 mergebeck1999-09-291-5/+3
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+120