Richard Levitte
|
b646179229
Copyright year updates
|
9 months ago |
Jiasheng Jiang
|
68d6dd3354
rands/drbg_hash.c: Add checks for the EVP_MD_get_size()
|
9 months ago |
Tomas Mraz
|
cb4f7a6ee0
Fix memory leaks on error cases during drbg initializations
|
10 months ago |
Dimitri Papadopoulos
|
10fe5e29ca
Fix new typos found by codespell
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Dimitri Papadopoulos
|
eb4129e12c
Fix typos found by codespell
|
1 year ago |
Matt Caswell
|
61f11cad7a
Enable obtaining certain DRBG params without a lock
|
1 year ago |
Matt Caswell
|
189ad3ab20
Refactor the DRBG implementations to manage locking themselves
|
1 year ago |
Irak Rigia
|
1e6bd31e58
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
|
1 year ago |
Pauli
|
f553c0f0dd
DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
x2018
|
1287dabd0b
fix some code with obvious wrong coding style
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Pauli
|
b98d550d80
prov: update rand implementations to have a params argument for the instantiate call
|
3 years ago |
Pauli
|
a3f091fddd
prov: update RNGs to support modified gettable/settable CTX params
|
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
|
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 |
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 |
Pauli
|
1be63951f8
prov: prefix all OSSL_DISPATCH tables names with ossl_
|
4 years ago |
Dr. Matthias St. Pierre
|
b0614f0ae3
drbg: revert renamings of the generate and reseed counter
|
4 years ago |
Pauli
|
0ed26fb63c
drbg: gettable parameters for cipher/digest/mac type.
|
4 years ago |
Pauli
|
1017ab21e4
provider: add the unused paramater tag to the gettable and settable functions
|
4 years ago |
Dr. Matthias St. Pierre
|
82a7b2fb00
rand: fix typo in parameter name
|
4 years ago |
Pauli
|
7d615e2178
rand_drbg: remove RAND_DRBG.
|
4 years ago |
Pauli
|
af5e1e852d
gettables: provider changes to pass the provider context.
|
4 years ago |