summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-03Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-20RSA: Fix rsa_todata() to only add params for existing dataRichard Levitte
2020-08-09Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they u...Shane Lontis
2020-08-07RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte
2020-08-01RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30Richard Levitte
2020-06-23Fix potential double free in rsa_keygen pairwise test.Shane Lontis
2020-06-21Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-05-28RSA: Do not set NULL OAEP labelsBenjamin Kaduk
2020-05-27PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-20rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|Richard Levitte
2020-05-14EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-14RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte
2020-05-14RSA: Add a less loaded PSS-parameter structureRichard Levitte
2020-05-14RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte
2020-05-14RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte
2020-05-14RSA: Add RSA key typesRichard Levitte
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-04-30coverity 1462561 Uninitialized scalar variablePauli
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-04-07PROV: Add DERlib support for RSARichard Levitte
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte
2020-03-19Use RAND_bytes_ex in crypto/rsaMatt Caswell
2020-03-15Add RSA sign to the fips providerShane Lontis
2020-03-14Fix RSA structureRichard Levitte
2020-03-12PROV: Add RSA functionality for key generationRichard Levitte
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-02-22rsa_get0_all_params(): Allow zero CRT paramsRichard Levitte
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx