Bernd Edlinger
|
285eb1688f
Fix a possible memleak in rsa_pub_encode
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Tomas Mraz
|
3410a72dce
Compute RSA-PSS algorithm params in libcrypto for legacy
|
1 year ago |
Clemens Lang
|
6c73ca4a2f
signature: Clamp PSS salt len to MD len
|
2 years ago |
Clemens Lang
|
5a3bbe1712
Obtain PSS salt length from provider
|
2 years ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Kan
|
16249341bb
Add sensitive memory clean in priv encode
|
2 years ago |
Peiwei Hu
|
7263a7fc3d
Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
slontis
|
944f822aad
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
|
2 years ago |
Dr. David von Oheimb
|
04bc3c1277
Fix malloc failure handling of X509_ALGOR_set0()
|
3 years ago |
x2018
|
1287dabd0b
fix some code with obvious wrong coding style
|
3 years ago |
Richard Levitte
|
d101700dff
CRYPTO: Remove the check for built-in methods in the export_to function
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Richard Levitte
|
bed7437b00
Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer
|
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 |
Shane Lontis
|
3f883c7c83
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
|
3 years ago |
Tomas Mraz
|
2145ba5e83
Implement EVP_PKEY_dup() function
|
3 years ago |
Richard Levitte
|
814581bb7a
RSA-PSS: When printing parameters, always print the trailerfield ASN.1 value
|
3 years ago |
Richard Levitte
|
cf33379997
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
|
3 years ago |
Shane Lontis
|
4158b0dc1d
Add ossl_rsa symbols
|
3 years ago |
Shane Lontis
|
adf7e6d1d6
Add ossl_asn1 symbols
|
3 years ago |
Shane Lontis
|
0fc39c9030
Remove TODO in rsa_ameth.c
|
3 years ago |
Shane Lontis
|
8a43091bc7
Remove dead code in rsa_pkey_ctrl.
|
3 years ago |
Tomas Mraz
|
bbde856619
RSA: properly generate algorithm identifier for RSA-PSS signatures
|
3 years ago |
Dr. David von Oheimb
|
03f5c8930c
Fix rsa_pss_asn1_meth to refert to rsa_sig_info_set
|
3 years ago |
Richard Levitte
|
4333b89f50
Update copyright year
|
3 years ago |
Shane Lontis
|
3e878d924f
Remove pkey_downgrade from PKCS7 code
|
4 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |