Dimitri Papadopoulos
|
164a541b93
Fix new typos found by codespell
|
10 months ago |
Matthias St. Pierre
|
f1e0c94545
internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`
|
1 year ago |
Pauli
|
f3a7e6c057
evp: process key length and iv length early if present
|
1 year ago |
Tomas Mraz
|
8ed76c62b5
Optimize out unneeded up_ref/free of EVP_CIPHER
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Liu-ErMeng
|
ed6dfd1e36
use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.
|
1 year ago |
Pauli
|
6be83ac172
evp: update to structure based atomics
|
1 year ago |
Tomas Mraz
|
eb52450f51
Avoid calling into provider with the same iv_len or key_len
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Matt Caswell
|
f817a7439e
Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTX
|
2 years ago |
Matt Caswell
|
25d47cccf2
Fix usage of custom EVP_CIPHER objects
|
2 years ago |
Peiwei Hu
|
d649c51a53
Fix check of EVP_CIPHER_CTX_ctrl
|
2 years ago |
Pauli
|
71b7f34978
Fix Coverity 1503325 use after free
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Pauli
|
d1592f21c0
Fix Coverity 1503096: out-of-bounds access
|
2 years ago |
Pauli
|
330ff7e67d
Use safe math to computer sizes.
|
2 years ago |
Hugo Landau
|
1832bb0f02
Fix signed integer overflow in evp_enc
|
2 years ago |
Hugo Landau
|
b9a2f24e44
Fix IV length caching in EVP encryption code
|
2 years ago |
Pauli
|
70f39a487d
evp enc: cache cipher key length
|
2 years ago |
Pauli
|
b30b45b724
evp enc: cache cipher IV length
|
2 years ago |
Pauli
|
4e62f1a3af
Add context dup functions for digests and ciphers
|
2 years ago |
Tomas Mraz
|
0f70d60134
EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settable
|
3 years ago |
Tomas Mraz
|
3f773c911a
fips module header inclusion fine-tunning
|
3 years ago |
Richard Levitte
|
cd77073879
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
|
3 years ago |
Pauli
|
69807ab8ed
evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been called already
|
3 years ago |
Pauli
|
cec8854cc9
evp: fix Coverity 1485670 argument cannot be negative
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Pauli
|
5cbd2ea3f9
add zero strenght arguments to BN and RAND RNG calls
|
3 years ago |
Shane Lontis
|
f5d0c02cdc
Add missing EVP_CTRL_CCM_SET_L control
|
3 years ago |
Shane Lontis
|
7c14d0c1c0
Rename the field 'provctx and data' to 'algctx' inside some objects containing
|
3 years ago |