summaryrefslogtreecommitdiff
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
...
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-262-7/+33
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-6/+2
* Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2020-09-232-5/+12
* Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2020-09-211-0/+9
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+2
* Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius2020-09-031-1/+1
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-5/+5
* RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte2020-08-201-10/+14
* Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they u...Shane Lontis2020-08-091-2/+2
* RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte2020-08-071-2/+3
* RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30Richard Levitte2020-08-011-16/+98
* Fix potential double free in rsa_keygen pairwise test.Shane Lontis2020-06-231-0/+6
* Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri2020-06-213-10/+71
* Add ACVP fips module testsShane Lontis2020-06-177-38/+262
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-103-13/+54
* RSA: Do not set NULL OAEP labelsBenjamin Kaduk2020-05-281-1/+2
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-271-7/+0
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-261-1/+1
* rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|Richard Levitte2020-05-201-1/+2
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-141-42/+74
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+5
* RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte2020-05-141-16/+114
* RSA: Add a less loaded PSS-parameter structureRichard Levitte2020-05-144-2/+300
* RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte2020-05-142-1/+87
* RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte2020-05-142-57/+53
* RSA: Add RSA key typesRichard Levitte2020-05-141-1/+15
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-071-0/+2
* coverity 1462561 Uninitialized scalar variablePauli2020-04-301-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-292-2/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-2810-61/+61
* Update copyright yearMatt Caswell2020-04-2322-22/+22
* When calling the import_to function pass the libctx tooMatt Caswell2020-04-171-3/+4
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-162-11/+10
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-091-1/+2
* PROV: Add DERlib support for RSARichard Levitte2020-04-072-99/+1
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-014-20/+98
* Param build: make structures opaque.Pauli2020-03-282-23/+22
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-282-15/+15
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-253-3/+118
* DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte2020-03-231-2/+4
* Use RAND_bytes_ex in crypto/rsaMatt Caswell2020-03-196-35/+81
* Add RSA sign to the fips providerShane Lontis2020-03-153-14/+51
* Fix RSA structureRichard Levitte2020-03-141-5/+7
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-121-0/+91
* EVP: Check that key methods aren't foreign when exportingRichard Levitte2020-03-091-0/+7
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-073-5/+16
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-11/+87
* rsa_get0_all_params(): Allow zero CRT paramsRichard Levitte2020-02-222-1/+11
* PROV: add RSA signature implementationRichard Levitte2020-02-226-35/+223
* Deprecate the low level RSA functions.Pauli2020-02-2020-0/+120