Richard Levitte
|
b646179229
Copyright year updates
|
7 months ago |
Matt Caswell
|
dc9bc6c8e1
Fix unbounded memory growth when using no-cached-fetch
|
8 months ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Matt Caswell
|
36424806d6
Don't take a write lock when freeing an EVP_PKEY
|
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 |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
manison
|
37b850738c
EVP: fix evp_keymgmt_util_match so that it actually tries cross export the other way if the first attempt fails
|
2 years ago |
Richard Levitte
|
5246183e7a
EVP: Reverse the fetch logic in all pkey using functionality
|
3 years ago |
Richard Levitte
|
fb0f65fff8
Fix lock leak in evp_keymgmt_util_export_to_provider()
|
3 years ago |
Tomas Mraz
|
3f773c911a
fips module header inclusion fine-tunning
|
3 years ago |
Pauli
|
1af9b646e8
keymgmt: better detect when a key manager can be reused
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Tomas Mraz
|
6c9bc258d2
Add type_name member to provided methods and use it
|
3 years ago |
Richard Levitte
|
e36a4dc476
EVP: evp_keymgmt_util_try_import() should clean up on failed import
|
3 years ago |
Matt Caswell
|
145a4c871d
Remove a TODO(3.0) from keymgmt_lib.c
|
3 years ago |
Shane Lontis
|
a732a4c329
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
|
3 years ago |
Tomas Mraz
|
85fcc3fb77
Remove keymgmt_copy function from the provider API
|
3 years ago |
Tomas Mraz
|
b4f447c038
Add selection support to the provider keymgmt_dup function
|
3 years ago |
Tomas Mraz
|
4a9fe33c8e
Implement provider-side keymgmt_dup function
|
3 years ago |
Tomas Mraz
|
e08993eab6
evp_keymgmt_util_copy: Fix possible leak on copy failure
|
3 years ago |
Rich Salz
|
cd3f8c1b11
Always check CRYPTO_LOCK_{read,write}_lock
|
3 years ago |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
Pauli
|
64954e2f34
Fix race condition & allow operation cache to grow.
|
3 years ago |
Richard Levitte
|
f4a3799cc4
EVP: Make EVP_PKEY_set_params() increment the dirty count
|
3 years ago |
Matt Caswell
|
0b07db6f56
Ensure the EVP_PKEY operation_cache is appropriately locked
|
3 years ago |
Richard Levitte
|
655f73cecf
EVP: Add the internal convenience function evp_keymgmt_util_export()
|
4 years ago |
Richard Levitte
|
af836c22ce
EVP KEYMGMT utils: Make a few more utility functions available
|
4 years ago |
Matt Caswell
|
11391da217
Always create a key when importing
|
4 years ago |
Dr. David von Oheimb
|
c74aaa3920
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_PKEY_parameters_eq()
|
4 years ago |