index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_prime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve FIPS RSA keygen performance.
slontis
2022-11-23
1
-0
/
+11
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Fix error propagatation in BN_check_prime()
Kazuki Yamaguchi
2022-10-04
1
-2
/
+3
*
bn: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-3
/
+4
*
bn: rename bn_check_prime_int -> ossl_bn_check_primt
Pauli
2021-05-27
1
-5
/
+5
*
Fix external symbols for bn
Shane Lontis
2021-02-26
1
-4
/
+4
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Fix incorrect use of BN_CTX API
Agustin Gianni
2021-01-13
1
-2
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-2
/
+2
*
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-22
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-03
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-15
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-27
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-04-30
1
-5
/
+3
*
Fix probable_prime over large shift
Matt Caswell
2015-03-17
1
-1
/
+11
[next]