index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_prime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore NUMPRIMES as a numeric literal
Viktor Dukhovni
2016-01-28
1
-2
/
+0
*
Remove EIGHT_BIT and SIXTEEN_BIT
Rich Salz
2016-01-28
1
-6
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
RT3955: Reduce some stack usage
Rich Salz
2015-09-05
1
-5
/
+9
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-5
/
+3
*
Fix probable_prime over large shift
Matt Caswell
2015-03-17
1
-1
/
+11
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-11
/
+11
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-520
/
+538
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-2
/
+4
*
Tidy up, don't exceed the number of requested bits.
Ben Laurie
2014-06-01
1
-38
/
+41
*
Constify and reduce coprime random bits to allow for multiplier.
Ben Laurie
2014-06-01
1
-5
/
+8
*
Add a test to check we're really generating probable primes.
Felix Laurie von Massenbach
2014-06-01
1
-2
/
+2
*
Remove unused BIGNUMs.
Felix Laurie von Massenbach
2014-06-01
1
-7
/
+0
*
Refactor the first prime index.
Felix Laurie von Massenbach
2014-06-01
1
-3
/
+3
*
Try skipping over the adding and just picking a new random number.
Felix Laurie von Massenbach
2014-06-01
1
-30
/
+109
*
Generate safe primes not divisible by 3, 5 or 7.
Felix Laurie von Massenbach
2014-06-01
1
-6
/
+16
*
Add a method to generate a prime that is guaranteed not to be divisible by 3 ...
Felix Laurie von Massenbach
2014-06-01
1
-29
/
+55
*
Remove static from probable_prime_dh.
Felix Laurie von Massenbach
2014-06-01
1
-42
/
+40
*
Remove indentation from the goto targets.
Felix Laurie von Massenbach
2014-06-01
1
-3
/
+5
*
Ensure that, when generating small primes, the result is actually of the
Adam Langley
2013-06-04
1
-10
/
+61
*
Minimize stack utilization in probable_prime.
Andy Polyakov
2007-09-18
1
-2
/
+2
*
Ensure that the addition mods[i]+delta cannot overflow in probable_prime().
Bodo Möller
2006-09-18
1
-6
/
+3
*
2 is a prime
Nils Larsch
2006-01-14
1
-1
/
+2
*
Adjust various bignum functions to use BN_CTX for variables instead of
Geoff Thorpe
2004-03-25
1
-6
/
+11
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+5
*
Old-style callbacks can be NULL!
Ben Laurie
2003-02-01
1
-0
/
+2
*
Make sure everything that may be freed is allocated or initiated.
Richard Levitte
2003-01-10
1
-1
/
+1
*
Nils Larsch submitted;
Geoff Thorpe
2002-12-08
1
-2
/
+2
*
This is a first-cut at improving the callback mechanisms used in
Geoff Thorpe
2002-12-08
1
-31
/
+49
*
OpenSSL copyright notices ...
Bodo Möller
2001-09-04
1
-1
/
+1
*
Correct a typo.
Geoff Thorpe
2001-09-03
1
-1
/
+1
*
Use uniformly chosen witnesses for Miller-Rabin test
Bodo Möller
2001-09-03
1
-5
/
+5
*
Constify the BIGNUM routines a bit more. The only trouble were the
Richard Levitte
2000-11-06
1
-8
/
+9
*
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
Ulf Möller
2000-02-05
1
-17
/
+22
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-2
/
+2
*
Some 'const's for BNs.
Bodo Möller
2000-02-03
1
-8
/
+9
*
Include OpenSSL license.
Bodo Möller
2000-02-03
1
-0
/
+53
*
Tolerate negative numbers in BN_is_prime.
Bodo Möller
2000-02-02
1
-23
/
+34
*
rndsort{Miller, Rabin} primality test.
Bodo Möller
2000-02-02
1
-182
/
+91
*
Bug fix: BN_is_prime() would fail with a high probability for small
Ulf Möller
2000-02-02
1
-0
/
+1
*
Seek out and destroy another evil cast.
Ulf Möller
2000-01-31
1
-4
/
+7
*
Make output of "openssl dsaparam 1024" more interesting :-)
Bodo Möller
2000-01-30
1
-0
/
+3
*
Make DSA_generate_parameters, and fix a couple of bug
Bodo Möller
2000-01-30
1
-10
/
+28
*
Document DSA and SHA.
Ulf Möller
2000-01-27
1
-19
/
+1
*
Document the BN library.
Ulf Möller
2000-01-23
1
-12
/
+17
*
Document the DH library, and make some minor changes along the way.
Ulf Möller
2000-01-22
1
-5
/
+30
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-0
/
+1
*
Turn BN_prime_checks into a macro.
Bodo Möller
2000-01-12
1
-10
/
+11
*
More evil cast removal.
Ben Laurie
1999-06-03
1
-3
/
+3
[next]