Matt Caswell
|
da1c088f59
Copyright year updates
|
1 年之前 |
Pauli
|
6be83ac172
evp: update to structure based atomics
|
1 年之前 |
Dr. David von Oheimb
|
36b91a198a
CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper function
|
2 年之前 |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 年之前 |
x2018
|
1287dabd0b
fix some code with obvious wrong coding style
|
3 年之前 |
Richard Levitte
|
433e13455e
EVP: For all operations that use an EVP_PKEY, check that there is one
|
3 年之前 |
Richard Levitte
|
839ffdd11c
EVP: Allow a fallback for operations that work with an EVP_PKEY
|
3 年之前 |
Richard Levitte
|
ff7781462d
EVP: Add internal functions to fetch type specific EVP methods from provider
|
3 年之前 |
Richard Levitte
|
5246183e7a
EVP: Reverse the fetch logic in all pkey using functionality
|
3 年之前 |
Richard Levitte
|
cd77073879
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
|
3 年之前 |
Pauli
|
bcd5d3a22d
libcrypto: make XXX_get_number() internal
|
3 年之前 |
Pauli
|
4c3c2633b2
evp: remove TODOs
|
3 年之前 |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 年之前 |
Shane Lontis
|
7c14d0c1c0
Rename the field 'provctx and data' to 'algctx' inside some objects containing
|
3 年之前 |
Tomas Mraz
|
6c9bc258d2
Add type_name member to provided methods and use it
|
3 年之前 |
Rich Salz
|
543e740b95
Standard style for all EVP_xxx_free routines
|
3 年之前 |
Richard Levitte
|
0388823329
EVP: Add EVP_<TYPE>_description()
|
3 年之前 |
Richard Levitte
|
309a78aa30
CORE: Add an algorithm_description field to OSSL_ALGORITHM
|
3 年之前 |
Pauli
|
4b58d9b41b
evp: add params arguments to init functions
|
3 年之前 |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 年之前 |
Pedro Monreal
|
bf23b9a163
Fix reason code: EVP_R_OPERATON_NOT_INITIALIZED
|
3 年之前 |
Tomas Mraz
|
fb67126ea8
EVP_PKEY_CTX_get/settable_params: pass provider operation context
|
3 年之前 |
Matt Caswell
|
d84f5515fa
Don't hold a lock when calling a callback in ossl_namemap_doall_names
|
3 年之前 |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 年之前 |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 年之前 |
Richard Levitte
|
f21c9c64f5
EVP: use evp_pkey_ctx_is_legacy() to find what implementation to use
|
4 年之前 |
Shane Lontis
|
1c52bf3c04
Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_params()
|
4 年之前 |
Shane Lontis
|
4343a4187d
Add self tests for rsa encryption
|
4 年之前 |