aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_sign.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin1-151/+173
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+6
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson1-0/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz1-5/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson1-2/+2
2015-10-08Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell1-6/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-04-30free cleanup almost the finaleRich Salz1-10/+4
2015-04-30free NULL cleanup 5aRich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-2/+2
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson1-1/+1
2015-01-26Remove obsolete support for old code.Rich Salz1-13/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-232/+210
2015-01-12RT3548: Remove unsupported platformsRich Salz1-1/+1
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson1-1/+20
2012-02-15An incompatibility has always existed between the format used for RSADr. Stephen Henson1-0/+16
2007-04-24fix function codes for errorBodo Möller1-2/+2
2006-09-21Make int_rsa_sign function match prototype.Dr. Stephen Henson1-2/+2
2006-09-05Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox1-0/+17
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie1-4/+6
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson1-7/+7
2006-04-10Implementation of pkey_rsa_verify. Some constification.Dr. Stephen Henson1-2/+2
2006-04-09Store digests as EVP_MD instead of a NID.Dr. Stephen Henson1-3/+12
2006-04-09Support for digest signing and X931 in rsa_pkey_meth.Dr. Stephen Henson1-6/+31
2005-04-26Port from stable branch.Dr. Stephen Henson1-2/+2
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-3/+6
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-2/+2
2003-05-07DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are functionRichard Levitte1-2/+2
2003-05-05Constify RSA_sign() and RSA_verify().Richard Levitte1-2/+2
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here inRichard Levitte1-13/+0
2003-04-07RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify functionRichard Levitte1-8/+16
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+6
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2002-11-26The logic in the main signing and verifying functions to check lengths wasRichard Levitte1-1/+1
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson1-2/+4
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2000-11-06Constify the RSA library.Richard Levitte1-9/+11
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-2/+5
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-4/+4
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1-60/+93
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-14/+4
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-0/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+196