summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_check.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove X9.42 DH rudimentstb2024-11-291-7/+3
* Garbage collect the DH_check*_ex() APItb2024-08-301-65/+3
* Fix a minibug in DH_check()tb2023-07-241-2/+2
* Hide symbols in dhbeck2023-07-081-1/+3
* Make internal header file names consistenttb2022-11-261-2/+2
* Simplify computation of max_pub_key = dh->p - 1.tb2022-07-131-4/+2
* Provide DH_check*_ex and many error codestb2022-01-101-1/+68
* Add an essentially empty dh_local.h and include it in the files wheretb2022-01-071-1/+2
* Simplify DH_check_params a bit.tb2021-12-051-12/+4
* Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1.tb2021-11-291-18/+53
* Increase number of iterations in Miller-Rabin checks for DH.tb2021-11-291-4/+9
* Synchronize DH_check() mostly with OpenSSL 1.1.1 with sometb2021-11-291-32/+47
* Provide a version of DH_check_params() for internal use.tb2021-11-291-1/+43
* 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