aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_pss.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger1-2/+13
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson1-12/+11
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-4/+4
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-18/+23
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-12/+12
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-207/+195
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+2
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08remove FIPS module code from crypto/rsaDr. Stephen Henson1-4/+0
2014-12-08Remove fips_constseg references.Dr. Stephen Henson1-1/+0
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov1-0/+1
2011-02-03Fix error codes.Bodo Möller1-13/+11
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson1-0/+4
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson1-1/+1
2011-01-26FIPS mode RSA changes:Dr. Stephen Henson1-4/+6
2010-03-11Extend PSS padding code to support different digests for MGF1 and message.Dr. Stephen Henson1-2/+23
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-13/+20
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson1-1/+1
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-8/+8
2008-12-29Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie1-0/+6
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-1/+1
2005-08-07Final(?) WinCE update.Andy Polyakov1-0/+8
2005-06-02PSS update [from 0.9.7].Andy Polyakov1-28/+57
2005-06-01Update from 0.9.7-stable.Dr. Stephen Henson1-9/+21
2005-05-28Add pss/x931 files.Dr. Stephen Henson1-0/+220