summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_ameth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set maskHash when creating parameters.Dr. Stephen Henson2017-07-191-0/+2
* Add custom sig_info setting for RSA-PSSDr. Stephen Henson2017-04-251-1/+38
* Defines and strings for special salt length values, add testsDr. Stephen Henson2017-01-181-1/+1
* fix a few more style issuesDr. Stephen Henson2017-01-081-1/+3
* Remove unnecessary frees and style fixes.Dr. Stephen Henson2017-01-081-10/+4
* style issuesDr. Stephen Henson2017-01-081-2/+2
* free str on errorDr. Stephen Henson2017-01-081-0/+2
* fix various style issuesDr. Stephen Henson2017-01-081-8/+25
* add parameter errorDr. Stephen Henson2017-01-081-1/+3
* Only allow PSS padding for PSS keys.Dr. Stephen Henson2017-01-081-2/+7
* Decode parameters properly.Dr. Stephen Henson2017-01-081-1/+3
* Add rsa_pss_get_param.Dr. Stephen Henson2017-01-081-31/+33
* Don't allow PKCS#7/CMS encrypt with PSS.Dr. Stephen Henson2017-01-081-0/+6
* Add macros to determine if key or ctx is PSS.Dr. Stephen Henson2017-01-081-3/+2
* RSA-PSS key printing.Dr. Stephen Henson2017-01-081-85/+109
* PSS parameter encode and decode.Dr. Stephen Henson2017-01-081-6/+78
* Split PSS parameter creation.Dr. Stephen Henson2017-01-081-20/+36
* Use method key type instead of EVP_PKEY_RSADr. Stephen Henson2017-01-081-3/+3
* PSS ASN.1 methodDr. Stephen Henson2017-01-081-0/+31
* add EVP_PKEY_RSA_PSSDr. Stephen Henson2017-01-081-7/+7
* Cache maskHash parameterDr. Stephen Henson2017-01-081-58/+30
* Constify private key decode.Dr. Stephen Henson2016-08-171-1/+1
* Specifiy size of arraysKurt Roeckx2016-06-041-1/+1
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encryptMatt Caswell2016-04-281-1/+2
* Make the RSA structure opaqueRichard Levitte2016-04-061-1/+1
* Remove #error from include files.Rich Salz2016-03-211-3/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-42/+10
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-7/+7
* RT3674: Make no-cms build work.David Bar2015-09-031-0/+8