Rich Salz
|
d318389eff
Document "get/set-app-data" macros.
|
hace 5 años |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
hace 5 años |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
hace 5 años |
Rich Salz
|
51ba9ebd09
Avoid ?: construct in XXXerr calls
|
hace 5 años |
Dr. Matthias St. Pierre
|
849529257c
drbg: ensure fork-safety without using a pthread_atfork handler
|
hace 5 años |
Richard Levitte
|
85d09e8848
Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULL
|
hace 5 años |
Bernd Edlinger
|
1372560f64
Allocate DRBG additional data pool from non-secure memory
|
hace 5 años |
Antoine Cœur
|
c2969ff6e7
Fix Typos
|
hace 5 años |
Matt Caswell
|
57ca171a13
Make the RAND code available from inside the FIPS module
|
hace 5 años |
Matt Caswell
|
6913f5fe05
Provide an ability to deregister thread stop handlers
|
hace 5 años |
Matt Caswell
|
da747958c5
Tell the FIPS provider about thread stop events
|
hace 5 años |
Matt Caswell
|
242f84d06a
Convert thread stop handling into a publish/subscribe model
|
hace 5 años |
Matt Caswell
|
a2f27fd750
Move the rand_nonce_lock code into drbg_lib.c
|
hace 5 años |
Matt Caswell
|
da0d114cd9
Convert drbg_lib to use OPENSSL_CTX for its global data
|
hace 5 años |
Dr. Matthias St. Pierre
|
3a50a8a91a
Ignore entropy from RAND_add()/RAND_seed() in FIPS mode
|
hace 5 años |
Pauli
|
d69226a3fc
Add the FIPS related continuous random number generator (CRNG) testing.
|
hace 5 años |
Pauli
|
b3d113ed29
Cosmetic rand/drbg changes.
|
hace 5 años |
Richard Levitte
|
0db63de94c
Following the license change, modify the boilerplates in crypto/rand/
|
hace 6 años |
Dr. Matthias St. Pierre
|
1c615e4ce9
Test: link drbgtest statically against libcrypto
|
hace 6 años |
Bernd Edlinger
|
31f32abb8e
Rename the rand_drbg_st data member "pool" to "seed_pool"
|
hace 6 años |
Bernd Edlinger
|
fb9c3ff565
Fix error handling in RAND_DRBG_uninstantiate
|
hace 6 años |
Bernd Edlinger
|
c5e0b3a6d5
Fix error handling in rand_drbg_new
|
hace 6 años |
Bernd Edlinger
|
17209be89b
Fix error handling in RAND_DRBG_set
|
hace 6 años |
Bernd Edlinger
|
54f3e855d4
Avoid two memory allocations in each RAND_DRBG_bytes
|
hace 6 años |
Bernd Edlinger
|
4011bab1f8
Fix a race condition in drbg_add
|
hace 6 años |
Bernd Edlinger
|
f9e43929c4
Rework and simplify resource flow in drbg_add
|
hace 6 años |
Dr. Matthias St. Pierre
|
59f90557dd
drbg_lib: avoid NULL pointer dereference in drbg_add
|
hace 6 años |
Bernd Edlinger
|
a83dc59afa
Fix data race in RAND_DRBG_generate
|
hace 6 años |
Dr. Matthias St. Pierre
|
8817215d5c
RAND_add()/RAND_seed(): fix failure on short input or low entropy
|
hace 6 años |
Dr. Matthias St. Pierre
|
3064b55134
DRBG: fix reseeding via RAND_add()/RAND_seed() with large input
|
hace 6 años |