Tomas Mraz
|
3732a8963d
Fix memory leaks on error cases during drbg initializations
|
10 months ago |
Tomas Mraz
|
973801c91a
Update copyright year
|
1 year ago |
afshinpir
|
d4f8122192
Segmentation fault in parent rng cleanup
|
1 year ago |
Matt Caswell
|
ee71383a8d
Update copyright year
|
2 years ago |
Pauli
|
589e0ab4eb
drbg: add handling for cases where TSAN isn't available
|
2 years ago |
Pauli
|
7260376b77
rand: don't free an mis-set pointer on error
|
3 years ago |
Matt Caswell
|
a16d21744d
Add the ability for ex_data to have a priority
|
3 years ago |
Pauli
|
20b8dc6fb1
update set_ctx_param DRBG calls to return 1 for a NULL params
|
3 years ago |
Pauli
|
b98d550d80
prov: update rand implementations to have a params argument for the instantiate call
|
3 years ago |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
Pauli
|
335e85f542
rand: update DRBGs to use the get_entropy call for seeding
|
3 years ago |
Tomas Mraz
|
2741128e9d
Move the PROV_R reason codes to a public header
|
3 years ago |
Pauli
|
08edd447c9
prov: move the entropy source out of the FIPS provider
|
4 years ago |
Pauli
|
b24d6c335d
Rename internal drbg_ functions so they have an ossl_ prefix.
|
4 years ago |
Pauli
|
1dc188ba0e
Provide side RNG functions renamed to have an ossl_ prefix.
|
4 years ago |
Richard Levitte
|
6debc6ab74
Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
a829b735b6
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Pauli
|
7d6766cb53
prov: prefix provider internal functions with ossl_
|
4 years ago |
Dr. Matthias St. Pierre
|
b0614f0ae3
drbg: revert renamings of the generate and reseed counter
|
4 years ago |
Dr. Matthias St. Pierre
|
4f14a378f8
prov/drbg: cleanup some RAND_DRBG leftovers
|
4 years ago |
Dr. Matthias St. Pierre
|
1d30b0a4ad
prov/drbg: fix misspelling of '#ifdef FIPS_MODULE'
|
4 years ago |
Pauli
|
aef30ad0b6
rand: add FIPS error state handling
|
4 years ago |
Pauli
|
edd53e9135
rand: add a note about a potentially misleading code analyzer warning.
|
4 years ago |
Pauli
|
7d615e2178
rand_drbg: remove RAND_DRBG.
|
4 years ago |
Vitezslav Cizek
|
9fb6692c1b
Fix DRBG reseed counter condition.
|
4 years ago |
Pauli
|
c4d0221405
coverity: CID 1464987: USE AFTER FREE
|
4 years ago |
Dr. Matthias St. Pierre
|
363b1e5dae
Make the naming scheme for dispatched functions more consistent
|
4 years ago |
Pauli
|
f000e82898
CTR, HASH and HMAC DRBGs in provider
|
4 years ago |
Pauli
|
714a1bb380
rand: set up EVP and DRBG infrastructure for RAND from providers.
|
4 years ago |