Dr. David von Oheimb
|
ae643b32f9
EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on failure
|
1 year ago |
Richard Levitte
|
1296c2ec78
Restore the meaning of EVP_PKEY_print_private()
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Ingo Franzki
|
e2972982c6
Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()
|
1 year ago |
lan1120
|
4c4fefa5c7
Fix int_ctx_new() error when use 1.1.1n sm2 key and ec method engine
|
1 year ago |
Pauli
|
6be83ac172
evp: update to structure based atomics
|
1 year ago |
Yi Li
|
4032cd9a14
configure: introduce no-ecx to remove ECX related feature
|
1 year ago |
Matt Caswell
|
36424806d6
Don't take a write lock when freeing an EVP_PKEY
|
1 year ago |
Anatolii Lishchynskyi
|
34e4a962bc
Erase temporary buffer in EVP_PKEY_get_bn_param()
|
1 year ago |
zhailiangliang
|
ab5a172f1b
Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrl
|
1 year ago |
Simo Sorce
|
98642df4ba
Propagate selection all the way on key export
|
2 years ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Dr. David von Oheimb
|
bd07cc1c7e
ERR: replace remnant ECerr() and EVPerr() calls in crypto/
|
2 years ago |
Tomáš Mráz
|
c342004e07
EVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS provider
|
2 years ago |
Pauli
|
ee8db8c5fb
evp: make all _is_a functions accept and handle a NULL argument
|
2 years ago |
slontis
|
4e9a4997c5
Fix memory leak in EVP_PKEY_get1_encoded_public_key.
|
2 years ago |
K1
|
115eb945ac
Fix a mem leak in evp_pkey_export_to_provider
|
2 years ago |
Tomas Mraz
|
d8732803c4
Check return of BIO_new() and always free pkey from evp_pkey_copy_downgraded()
|
2 years ago |
Matt Caswell
|
ae4d9573ac
Fix a mem leak in evp_pkey_copy_downgraded()
|
2 years ago |
Peiwei Hu
|
7e5e91176b
Fix the defective check of EVP_PKEY_get_params
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dmitry Belyavskiy
|
fba140c735
str[n]casecmp => OPENSSL_strncasecmp
|
2 years ago |
Richard Levitte
|
d5f9166bac
Move e_os.h to include/internal
|
2 years ago |
Richard Levitte
|
f3ba626538
Fix EVP_PKEY_eq() to be possible to use with strictly private keys
|
3 years ago |
x2018
|
9dddcd90a1
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
|
3 years ago |
Matt Caswell
|
43da9a14f0
Prevent an overflow if an application supplies a buffer that is too small
|
3 years ago |
Matt Caswell
|
f7d6868d0d
Ensure pkey_set_type handles ENGINE references correctly
|
3 years ago |
PW Hu
|
d11cab4781
Bugfix: unsafe return check of EVP_PKEY_fromdata
|
3 years ago |
PW Hu
|
5e199c356d
Bugfix: unsafe return check of EVP_PKEY_fromdata_init
|
3 years ago |
Richard Levitte
|
4e92d5c79d
EVP_PKEY_get_utf8_string_param(): ensure the string is NUL terminated
|
3 years ago |