trinity-1686a
|
1c95d96411
Handle empty param in EVP_PKEY_CTX_add1_hkdf_info
|
7 months ago |
Todd Short
|
77995ed7ff
Fix EVP_PKEY_CTX_add1_hkdf_info() behavior
|
9 months ago |
Richard Levitte
|
0ce7d1f355
Copyright year updates
|
8 months ago |
Matt Caswell
|
8aa3781bfc
Move discovery of the legacy alg type into the keymgmt
|
10 months ago |
Matthias St. Pierre
|
1acc3e8cc3
no-engine: fix signing with legacy app method based keys
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
atishkov
|
926601dc0f
Remove unused internal functions
|
1 year ago |
Yi Li
|
4032cd9a14
configure: introduce no-ecx to remove ECX related feature
|
1 year ago |
afshinpir
|
864c70e43e
`EVP_PKEY_CTX_dup` segmentation fault fix
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Tomas Mraz
|
615525bd4d
int_ctx_new(): Revert extra OPENSSL_init_crypto() call
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dmitry Belyavskiy
|
e560655f72
Ensure we initialized the locale before evp_pkey_name2type
|
2 years ago |
x2018
|
1287dabd0b
fix some code with obvious wrong coding style
|
3 years ago |
Richard Levitte
|
5246183e7a
EVP: Reverse the fetch logic in all pkey using functionality
|
3 years ago |
slontis
|
85407b7754
Fix double free in EVP_PKEY_CTX_dup()
|
3 years ago |
Matt Caswell
|
c6fcd88fa0
Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs
|
3 years ago |
Richard Levitte
|
ad0a2c0110
EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()
|
3 years ago |
Tomas Mraz
|
4d4de19e9c
Fix potential problems with EVP_PKEY_CTX_new() with engine set
|
3 years ago |
Matt Caswell
|
929f651eaa
Fix custom EVP_PKEY_METHOD implementations where no engine is present
|
3 years ago |
Tomas Mraz
|
3f773c911a
fips module header inclusion fine-tunning
|
3 years ago |
Pauli
|
4c3c2633b2
evp: remove TODOs
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Shane Lontis
|
7c14d0c1c0
Rename the field 'provctx and data' to 'algctx' inside some objects containing
|
3 years ago |
Pauli
|
87e4e9c473
todo: remove TODO(3.0) from the sources.
|
3 years ago |
Dr. David von Oheimb
|
56784203ec
Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.
|
3 years ago |
Tomas Mraz
|
6c9bc258d2
Add type_name member to provided methods and use it
|
3 years ago |
Tomas Mraz
|
b247113c05
Detect low-level engine and app method based keys
|
3 years ago |
Pauli
|
7153f54437
evp: fix coverity 1470561: resource leak
|
3 years ago |
Matt Caswell
|
b574c6a9ac
Cache legacy keys instead of downgrading them
|
3 years ago |