Neil Horman
|
2647726bd3
Dont require CRT params on ossl_rsa_set0_all_params
|
1 year ago |
Daiki Ueno
|
21b98da9d8
rsa: Accept NULL OAEP label for backward compatibility
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Pauli
|
97beb77f31
fix memory allocation and reference counting issues
|
1 year ago |
Pauli
|
97937cfcd8
rsa: update to structure based atomics
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Peiwei Hu
|
00d5193b68
Fix the check of evp_pkey_ctx_set_params_strict
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Dimitris Apostolou
|
e304aa87b3
Fix typos
|
2 years ago |
x2018
|
9d1a27051d
check the return value of BN_dup() in rsa_lib.c:1248
|
2 years ago |
Tomas Mraz
|
3f773c911a
fips module header inclusion fine-tunning
|
3 years ago |
Tomas Mraz
|
f7e2e513d1
Replace non-ASCII character in source file
|
3 years ago |
Pauli
|
1cf520e9d0
rsa: special case the strengths of RSA with 7680 and 15360 bits
|
3 years ago |
Pauli
|
87e4e9c473
todo: remove TODO(3.0) from the sources.
|
3 years ago |
Tomas Mraz
|
c464583483
Remove RSA bignum_data that is not used anywhere
|
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
|
9500c8234d
Fix misc external ossl_ symbols.
|
3 years ago |
Tomas Mraz
|
da9988e0f5
Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOs
|
3 years ago |
Richard Levitte
|
13f91a7245
EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functions
|
3 years ago |
Daniel Bevenius
|
e947a0642d
EVP: fix keygen for EVP_PKEY_RSA_PSS
|
4 years ago |
Richard Levitte
|
4333b89f50
Update copyright year
|
3 years ago |
Richard Levitte
|
ba0a6d1deb
Clean away unnecessary length related OSSL_PARAM key names
|
3 years ago |
Richard Levitte
|
6963979f5c
DECODER: Adjust the library context of keys in our decoders
|
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 |
Pauli
|
23b2fc0b50
rsa: add ossl_ prefix to internal rsa_ calls.
|
4 years ago |
jwalch
|
3786d74868
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
|
4 years ago |
Shane Lontis
|
57e8420609
Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they use a libctx to retrieve the digest
|
4 years ago |
Shane Lontis
|
4f2271d58a
Add ACVP fips module tests
|
4 years ago |