aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_backend.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-091-13/+143
* remove sanity check from ossl_rsa_todataNeil Horman2023-10-181-12/+0
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Fix memory leak in ossl_rsa_fromdata.slontis2022-06-281-2/+5
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-4/+2
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-031-5/+7
* replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x20182021-10-271-0/+2
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+4
* rsa: remove TODOsPauli2021-06-021-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-2/+11
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-21/+29
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-0/+95
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-0/+155
* Add ossl_rsa symbolsShane Lontis2021-03-181-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-051-2/+6
* Deprecate RSA harderRichard Levitte2020-11-181-0/+6
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-33/+37
* Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2020-09-231-4/+11
* RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte2020-08-201-10/+14
* Add ACVP fips module testsShane Lontis2020-06-171-1/+7
* RSA: Add a less loaded PSS-parameter structureRichard Levitte2020-05-141-0/+142
* RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte2020-05-141-0/+49
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-9/+13
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-0/+95