Pauli
|
8094a69458
Squashed commit of the following:
|
5 years ago |
Pauli
|
6517516324
Add prediction resistance capability to the DRBG reseeding process.
|
5 years ago |
Pauli
|
6c7d80ab3b
Reseeding without derivation function is not supported in FIPS mode.
|
5 years ago |
Pauli
|
d69226a3fc
Add the FIPS related continuous random number generator (CRNG) testing.
|
5 years ago |
Pauli
|
b1522fa5ef
Address a bug in the DRBG tests where the reseeding wasn't properly
|
5 years ago |
Richard Levitte
|
03cdfe1efa
test/drbgtest.c: call OPENSSL_thread_stop() explicitly
|
5 years ago |
Richard Levitte
|
909f1a2e51
Following the license change, modify the boilerplates in test/
|
6 years ago |
Dr. Matthias St. Pierre
|
1c615e4ce9
Test: link drbgtest statically against libcrypto
|
6 years ago |
Bernd Edlinger
|
2bb1b5ddd1
Fix a race condition in drbgtest.c
|
6 years ago |
Bernd Edlinger
|
7ecd6c5186
Fix error handling in drbgtest.c
|
6 years ago |
Dr. Matthias St. Pierre
|
8817215d5c
RAND_add()/RAND_seed(): fix failure on short input or low entropy
|
6 years ago |
Dr. Matthias St. Pierre
|
3064b55134
DRBG: fix reseeding via RAND_add()/RAND_seed() with large input
|
6 years ago |
Matt Caswell
|
1b39bc9bcf
Fix the drbgtest with randomized ordering
|
6 years ago |
Shane Lontis
|
8bf3665196
Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/public/private + renamed generate_counter back to reseed_counter + generated new cavs data tests
|
6 years ago |
Kurt Roeckx
|
3cb7c5cfef
Use void in all function definitions that do not take any arguments
|
6 years ago |
Dr. Matthias St. Pierre
|
43687d685f
DRBG: fix coverity issues
|
6 years ago |
Kurt Roeckx
|
2a70d65b99
Make sure we use a nonce when a nonce is required
|
6 years ago |
Dr. Matthias St. Pierre
|
59f124f90f
Fix: drbgtest fails when tests are executed in random order
|
6 years ago |
Kurt Roeckx
|
440bce8f81
Add a multithread rand test
|
6 years ago |
Kurt Roeckx
|
eb238134e0
Propagate the request for prediction resistance to the get entropy call
|
6 years ago |
Dr. Matthias St. Pierre
|
8164d91d18
DRBG: make the derivation function the default for ctr_drbg
|
6 years ago |
Richard Levitte
|
48e5119a6b
Copyright update of more files that have changed this year
|
6 years ago |
Dr. Matthias St. Pierre
|
8212d50576
crypto/rand: restore the generic DRBG implementation
|
6 years ago |
Dr. Matthias St. Pierre
|
08a65d9686
Implement automatic reseeding of DRBG after a specified time interval
|
7 years ago |
Dr. Matthias St. Pierre
|
a93ba405b0
Add master DRBG for reseeding
|
7 years ago |
Dr. Matthias St. Pierre
|
c16de9d832
Fix reseeding issues of the public RAND_DRBG
|
7 years ago |
Dr. Matthias St. Pierre
|
aa048aef0b
DRBG: clarify difference between entropy counts and buffer lengths
|
7 years ago |
Rich Salz
|
176db6dc51
Use "" not <> for internal/ includes
|
7 years ago |
Pauli
|
b99fe5f492
Remove tests dependence on e_os.h
|
7 years ago |
FdaSilvaYY
|
31a80694d4
[Win] Fix some test method signatures ...
|
7 years ago |