summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_ameth.c
AgeCommit message (Expand)Author
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-02-05Stop accepting certificates signed using SHA1 at security level 1Kurt Roeckx
2020-01-19libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2019-11-14Increase OSSL_PARAM_BLD_MAX for multi-prime RSAMatt Caswell
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-09Ensure RSA PSS correctly returns the right default digestMatt Caswell
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger
2019-03-18remove needless empty lines when printing certificatesDavid von Oheimb
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2018-03-20Update copyright yearMatt Caswell
2018-03-01Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-25This part fixes braces around if-else.Paul Yang
2017-07-19Set maskHash when creating parameters.Dr. Stephen Henson
2017-04-25Add custom sig_info setting for RSA-PSSDr. Stephen Henson
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-08fix a few more style issuesDr. Stephen Henson
2017-01-08Remove unnecessary frees and style fixes.Dr. Stephen Henson
2017-01-08style issuesDr. Stephen Henson
2017-01-08free str on errorDr. Stephen Henson
2017-01-08fix various style issuesDr. Stephen Henson
2017-01-08add parameter errorDr. Stephen Henson
2017-01-08Only allow PSS padding for PSS keys.Dr. Stephen Henson
2017-01-08Decode parameters properly.Dr. Stephen Henson
2017-01-08Add rsa_pss_get_param.Dr. Stephen Henson
2017-01-08Don't allow PKCS#7/CMS encrypt with PSS.Dr. Stephen Henson
2017-01-08Add macros to determine if key or ctx is PSS.Dr. Stephen Henson
2017-01-08RSA-PSS key printing.Dr. Stephen Henson
2017-01-08PSS parameter encode and decode.Dr. Stephen Henson
2017-01-08Split PSS parameter creation.Dr. Stephen Henson
2017-01-08Use method key type instead of EVP_PKEY_RSADr. Stephen Henson
2017-01-08PSS ASN.1 methodDr. Stephen Henson
2017-01-08add EVP_PKEY_RSA_PSSDr. Stephen Henson
2017-01-08Cache maskHash parameterDr. Stephen Henson
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-06-04Specifiy size of arraysKurt Roeckx
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-28Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encryptMatt Caswell
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte