summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_prime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cap the size of numbers we check for primalitytb2023-07-201-1/+12
* Hide symbols in bnbeck2023-07-081-1/+5
* Add Miller-Rabin test for random bases to BPSWtb2023-05-101-5/+11
* Remove the deprecated API from BNtb2023-04-251-56/+1
* Remove comment referencing bn_depr.c.jsing2023-01-281-6/+1
* Move the three functions that are in bn_depr.c back to bn_prime.c.jsing2023-01-281-1/+56
* Make internal header file names consistenttb2022-11-261-2/+2
* Remove BIGNUM consistency macros.jsing2022-11-261-5/+1
* Move table in bn_primes.h to a .c file and get rid of prime_ttb2022-11-091-7/+7
* Inline use of bn_is_prime_bpsw()tb2022-11-091-24/+20
* Next pass of bn_prime.c cleanuptb2022-11-091-39/+29
* Drop some dead codetb2022-11-091-136/+1
* Avoid unnecessary loops in BN_generate_prime_ex()tb2022-07-191-4/+6
* Enable BPSW primality test.tb2022-07-131-1/+3
* Hook BPSW into BN_is_prime_fasttest_ex()tb2022-07-131-3/+13
* Fix prime recognition when doing trial divisionstb2022-06-181-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* Split out BN_div and BN_mod into ct and nonct versions for Internal use.beck2017-01-211-3/+3
* Make explicit _ct and _nonct versions of bn_mod_exp funcitons thatbeck2017-01-211-2/+2
* On systems where we do not have BN_ULLONG defined (most 64-bit systems),bcook2016-07-051-8/+22
* Reject too small bits value in BN_generate_prime_ex(), so that it does not riskmiod2015-10-211-2/+16
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-11/+12
* None of these need to include <openssl/rand.h>jsing2014-10-181-3/+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-3/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Emergency knfectomie requested by tedu@.jsing2014-05-081-184/+209
* resolve conflictsdjm2008-09-061-44/+70
* make BN_is_prime() realise that 2 is, in fact, a prime number.djm2006-03-141-1/+3
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-14/+15
* OpenSSL 0.9.5 mergebeck2000-03-191-180/+198
* OpenSSL 0.9.4 mergebeck1999-09-291-76/+50
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+473