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
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-4
/
+4
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
1
-1
/
+1
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
1
-8
/
+54
*
Use fewer primes for the trial division
Kurt Roeckx
2019-10-14
1
-7
/
+45
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Merge probable_prime_dh_safe with bn_probable_prime_dh
Bernd Edlinger
2019-08-09
1
-84
/
+36
*
Add a parameter to probable_prime if we look for a safe prime
Bernd Edlinger
2019-08-09
1
-56
/
+25
*
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
2019-07-15
1
-23
/
+44
*
Fix an endless loop in BN_generate_prime_ex
Bernd Edlinger
2019-07-07
1
-2
/
+6
*
Call RSA generation callback at the correct time.
Kurt Roeckx
2019-04-15
1
-2
/
+2
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-2
/
+1
*
FIPS 186-4 RSA Generation & Validation
Shane Lontis
2019-03-12
1
-82
/
+189
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...
Shane Lontis
2018-06-21
1
-15
/
+13
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-2
/
+3
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-5
/
+5
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-1
/
+1
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-4
/
+4
*
BN_pseudo_rand is really BN_rand
Rich Salz
2017-07-04
1
-1
/
+1
*
Fix inaccurate comments in bn_prime.c
Paul Yang
2017-06-26
1
-4
/
+2
*
Numbers greater than 1 are usually non-negative.
David Benjamin
2017-04-21
1
-18
/
+6
*
Small primes are primes too.
Adam Langley
2017-04-20
1
-1
/
+1
*
Remove dead code in bn
Matt Caswell
2017-02-28
1
-124
/
+0
*
Check return value of some BN functions.
Rich Salz
2016-11-16
1
-1
/
+2
*
Change callers to use the new constants.
Rich Salz
2016-08-10
1
-5
/
+6
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Handle BN_mod_word failures.
David Benjamin
2016-06-25
1
-11
/
+30
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
1
-1
/
+0
*
Add some missing return value checks
Matt Caswell
2016-06-13
1
-3
/
+5
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-107
/
+8
*
Don't leak memory on error in BN_generate_prime_ex
Matt Caswell
2016-04-28
1
-3
/
+4
*
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
[next]