Tomas Mraz
|
eb52450f51
Avoid calling into provider with the same iv_len or key_len
|
hace 1 año |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
hace 2 años |
Matt Caswell
|
f817a7439e
Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTX
|
hace 2 años |
Matt Caswell
|
25d47cccf2
Fix usage of custom EVP_CIPHER objects
|
hace 2 años |
Peiwei Hu
|
d649c51a53
Fix check of EVP_CIPHER_CTX_ctrl
|
hace 2 años |
Pauli
|
71b7f34978
Fix Coverity 1503325 use after free
|
hace 2 años |
Matt Caswell
|
fecb3aae22
Update copyright year
|
hace 2 años |
Pauli
|
d1592f21c0
Fix Coverity 1503096: out-of-bounds access
|
hace 2 años |
Pauli
|
330ff7e67d
Use safe math to computer sizes.
|
hace 2 años |
Hugo Landau
|
1832bb0f02
Fix signed integer overflow in evp_enc
|
hace 2 años |
Hugo Landau
|
b9a2f24e44
Fix IV length caching in EVP encryption code
|
hace 2 años |
Pauli
|
70f39a487d
evp enc: cache cipher key length
|
hace 2 años |
Pauli
|
b30b45b724
evp enc: cache cipher IV length
|
hace 2 años |
Pauli
|
4e62f1a3af
Add context dup functions for digests and ciphers
|
hace 2 años |
Tomas Mraz
|
0f70d60134
EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settable
|
hace 3 años |
Tomas Mraz
|
3f773c911a
fips module header inclusion fine-tunning
|
hace 3 años |
Richard Levitte
|
cd77073879
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
|
hace 3 años |
Pauli
|
69807ab8ed
evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been called already
|
hace 3 años |
Pauli
|
cec8854cc9
evp: fix Coverity 1485670 argument cannot be negative
|
hace 3 años |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
hace 3 años |
Pauli
|
5cbd2ea3f9
add zero strenght arguments to BN and RAND RNG calls
|
hace 3 años |
Shane Lontis
|
f5d0c02cdc
Add missing EVP_CTRL_CCM_SET_L control
|
hace 3 años |
Shane Lontis
|
7c14d0c1c0
Rename the field 'provctx and data' to 'algctx' inside some objects containing
|
hace 3 años |
Tomas Mraz
|
6c9bc258d2
Add type_name member to provided methods and use it
|
hace 3 años |
Rich Salz
|
f6c95e46c0
Add "origin" field to EVP_CIPHER, EVP_MD
|
hace 3 años |
Rich Salz
|
543e740b95
Standard style for all EVP_xxx_free routines
|
hace 3 años |
Pauli
|
c12bf35026
evp: fix coverity 1473631: argument cannot be negative
|
hace 3 años |
Richard Levitte
|
309a78aa30
CORE: Add an algorithm_description field to OSSL_ALGORITHM
|
hace 3 años |
Tomas Mraz
|
83abd33cf7
Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0
|
hace 3 años |
Shane Lontis
|
6d7776892f
Add ossl_is_partially_overlapping symbol
|
hace 3 años |