summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_ameth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code in rsa_pkey_ctrl.Shane Lontis2021-02-141-8/+0
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-051-1/+3
* Fix rsa_pss_asn1_meth to refert to rsa_sig_info_setDr. David von Oheimb2021-01-281-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-201-13/+0
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+9
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-151-8/+0
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-77/+9
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-151-237/+7
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-22/+25
* 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-231-1/+1
* Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2020-09-211-0/+9
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-5/+5
* 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
* RSA: Do not set NULL OAEP labelsBenjamin Kaduk2020-05-281-1/+2
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-261-1/+1
* RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte2020-05-141-16/+114
* RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte2020-05-141-57/+4
* RSA: Add RSA key typesRichard Levitte2020-05-141-1/+15
* Update copyright yearMatt Caswell2020-04-231-1/+1
* When calling the import_to function pass the libctx tooMatt Caswell2020-04-171-3/+4
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-091-1/+2
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-10/+7
* Param build: make structures opaque.Pauli2020-03-281-18/+13
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-10/+10
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-2/+22
* DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte2020-03-231-2/+4
* EVP: Check that key methods aren't foreign when exportingRichard Levitte2020-03-091-0/+7
* rsa_get0_all_params(): Allow zero CRT paramsRichard Levitte2020-02-221-1/+7
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+6
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-30/+24
* Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx2020-02-051-1/+19
* libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-191-1/+2
* Increase OSSL_PARAM_BLD_MAX for multi-prime RSAMatt Caswell2019-11-141-4/+1
* New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte2019-10-171-2/+125
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Ensure RSA PSS correctly returns the right default digestMatt Caswell2019-08-091-0/+13
* Avoid creating invalid rsa pss paramsBernd Edlinger2019-04-101-1/+3
* remove needless empty lines when printing certificatesDavid von Oheimb2019-03-181-1/+1
* Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger2018-12-311-3/+6
* Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer2018-03-011-1/+2
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-2/+39
* Support key check in EVP interfacePaul Yang2017-09-131-1/+9
* This part fixes braces around if-else.Paul Yang2017-08-251-8/+13