slontis
|
d2f6e66d28
Improve FIPS RSA keygen performance.
|
vor 2 Jahren |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
vor 2 Jahren |
Kazuki Yamaguchi
|
0b3867634f
Fix error propagatation in BN_check_prime()
|
vor 2 Jahren |
Pauli
|
26b3e44a66
bn: remove TODOs
|
vor 3 Jahren |
Pauli
|
5cbd2ea3f9
add zero strenght arguments to BN and RAND RNG calls
|
vor 3 Jahren |
Pauli
|
36ec749fda
bn: rename bn_check_prime_int -> ossl_bn_check_primt
|
vor 3 Jahren |
Shane Lontis
|
94553e85b6
Fix external symbols for bn
|
vor 3 Jahren |
Richard Levitte
|
4333b89f50
Update copyright year
|
vor 3 Jahren |
Agustin Gianni
|
48116c2d0f
Fix incorrect use of BN_CTX API
|
vor 3 Jahren |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
vor 4 Jahren |
Matt Caswell
|
454afd9866
Update copyright year
|
vor 4 Jahren |
Richard Levitte
|
f844f9eb44
Rename FIPS_MODE to FIPS_MODULE
|
vor 4 Jahren |
Richard Levitte
|
936c2b9e93
Update source files for deprecation at 3.0
|
vor 5 Jahren |
Kurt Roeckx
|
42619397eb
Add BN_check_prime()
|
vor 5 Jahren |
Kurt Roeckx
|
6c4ae41f1c
Use fewer primes for the trial division
|
vor 5 Jahren |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
vor 5 Jahren |
Bernd Edlinger
|
28b4880b8b
Merge probable_prime_dh_safe with bn_probable_prime_dh
|
vor 5 Jahren |
Bernd Edlinger
|
3ce0566dab
Add a parameter to probable_prime if we look for a safe prime
|
vor 5 Jahren |
Matt Caswell
|
2934be9134
Make sure all BIGNUM operations work within the FIPS provider
|
vor 5 Jahren |
Bernd Edlinger
|
291f616ced
Fix an endless loop in BN_generate_prime_ex
|
vor 5 Jahren |
Kurt Roeckx
|
3e3dcf9ab8
Call RSA generation callback at the correct time.
|
vor 5 Jahren |
Shane Lontis
|
ce1415ed2c
Added NULL check to BN_clear() & BN_CTX_end()
|
vor 5 Jahren |
Shane Lontis
|
8240d5fa65
FIPS 186-4 RSA Generation & Validation
|
vor 6 Jahren |
Richard Levitte
|
367ace6870
Following the license change, modify the boilerplates in crypto/bn/
|
vor 6 Jahren |
Shane Lontis
|
7d79d13a56
Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < w-1. It was using 1<= rand < w (which is wrong by 1 on both ends)
|
vor 6 Jahren |
Matt Caswell
|
c4d3c19b4c
Update copyright year
|
vor 6 Jahren |
Kurt Roeckx
|
4cffafe967
Use the private RNG for data that is not public
|
vor 7 Jahren |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
vor 7 Jahren |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
vor 7 Jahren |
Rich Salz
|
ddc6a5c8f5
Add RAND_priv_bytes() for private keys
|
vor 7 Jahren |