aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_ameth.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-04Specifiy size of arraysKurt Roeckx1-1/+1
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-04-28Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encryptMatt Caswell1-1/+2
2016-04-06Make the RSA structure opaqueRichard Levitte1-1/+1
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-42/+10
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-7/+7
2015-09-03RT3674: Make no-cms build work.David Bar1-0/+8
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-2/+4
2015-05-01free NULL cleanup -- codaRich Salz1-6/+3
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free NULL cleanup 5aRich Salz1-8/+4
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-30Remove duplicate code.Dr. Stephen Henson1-22/+6
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-24free NULL cleanupRich Salz1-6/+3
2015-03-19Reject invalid PSS parameters.Dr. Stephen Henson1-1/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-865/+810
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx1-1/+1
2014-05-29remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser1-1/+1
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-0/+6
2014-03-19Workaround for some CMS signature formats.Dr. Stephen Henson1-1/+7
2013-07-17Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson1-0/+4
2013-06-21CMS RSA-OAEP and RSA-PSS support.Dr. Stephen Henson1-131/+436
2013-06-05Fix PSS signature printing.Dr. Stephen Henson1-4/+4
2010-10-04fix signature printing routinesDr. Stephen Henson1-0/+2
2010-08-10PR: 2315Dr. Stephen Henson1-0/+4
2010-03-11Submitted by: Martin KaiserDr. Stephen Henson1-0/+9
2010-03-11alg2 can be NULLDr. Stephen Henson1-5/+8
2010-03-11RSA PSS ASN1 signing methodDr. Stephen Henson1-4/+91
2010-03-11typoDr. Stephen Henson1-1/+1
2010-03-08RSA PSS verification support including certificates and certificateDr. Stephen Henson1-1/+105
2010-03-07print outermost signature algorithm parameters tooDr. Stephen Henson1-2/+3
2010-03-07add separate PSS decode function, rename PSS parameters to RSA_PSS_PARAMSDr. Stephen Henson1-22/+52
2010-03-06Add PSS algorithm printing. This is an initial step towards full PSS support.Dr. Stephen Henson1-1/+110
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson1-1/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01More size_tification.Ben Laurie1-1/+1
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-0/+1
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson1-18/+15
2008-03-12And so it begins...Dr. Stephen Henson1-0/+14
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson1-2/+2
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson1-0/+4
2006-04-27Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithmDr. Stephen Henson1-0/+11