summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_ameth.c
AgeCommit message (Expand)Author
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
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03RT3674: Make no-cms build work.David Bar
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-30Remove duplicate code.Dr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-19Reject invalid PSS parameters.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell