summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_prime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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