Pauli
|
4b58d9b41b
evp: add params arguments to init functions
|
3 years ago |
Tomas Mraz
|
22cd04143b
do_sigver_init: Remove fallback for missing provider implementations.
|
3 years ago |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
Petr Gotthard
|
5b888e931b
Fix propquery handling in EVP_DigestSignInit_ex
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 years ago |
Richard Levitte
|
f21c9c64f5
EVP: use evp_pkey_ctx_is_legacy() to find what implementation to use
|
4 years ago |
Matt Caswell
|
d8652be06e
Run the withlibctx.pl script
|
4 years ago |
Dmitry Belyavskiy
|
f80d0d2fd6
HMAC should work with non-provided digests
|
4 years ago |
Matt Caswell
|
3101ab603c
Fix an EVP_MD_CTX leak
|
4 years ago |
Richard Levitte
|
86df26b394
EVP: Add support for delayed EVP_PKEY operation parameters
|
4 years ago |
Matt Caswell
|
8014b2a966
Don't require a default digest from signature algorithms
|
4 years ago |
Matt Caswell
|
ada0670bf6
Fix some EVP_MD_CTX_* functions
|
4 years ago |
Shane Lontis
|
0ab18e7924
Add EVP signature with libctx methods.
|
4 years ago |
Matt Caswell
|
b8ea8d3912
Don't fallback to legacy in DigestSignInit/DigestVerifyInit too easily
|
4 years ago |
Richard Levitte
|
2c6094baca
EVP: For SIGNATURE operations, pass the propquery early
|
4 years ago |
Pauli
|
089c292825
coverity 1462546 Dereference after null check
|
4 years ago |
Pauli
|
721330705a
coverity 1462565: Null pointer dereferences
|
4 years ago |
Richard Levitte
|
f844f9eb44
Rename FIPS_MODE to FIPS_MODULE
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Richard Levitte
|
4c627d8635
EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digest
|
4 years ago |
Matt Caswell
|
55ca81259a
Handle mdname in legacy EVP_DigestSignInit_ex codepaths
|
4 years ago |
Matt Caswell
|
a45694a356
Make it possible to easily specify a libctx for EVP_DigestSign*
|
4 years ago |
Richard Levitte
|
a5ce329eb4
EVP: Don't call digest_custom() quite so early
|
4 years ago |
Richard Levitte
|
df13defd4f
EVP: Check that key methods aren't foreign when exporting
|
4 years ago |
Matt Caswell
|
eea1e780a1
Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()
|
4 years ago |
Richard Levitte
|
3c6ed9555c
Rethink the EVP_PKEY cache of provider side keys
|
4 years ago |
Richard Levitte
|
b305452f69
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
|
4 years ago |
Richard Levitte
|
ead0d2347a
EVP: Add EVP_PKEY_get_default_digest_name() and use it
|
4 years ago |
Richard Levitte
|
0b9dd3842f
EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()
|
4 years ago |