summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_pss.c
Commit message (Expand)AuthorAgeFilesLines
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-2/+2
* This part fixes braces around if-else.Paul Yang2017-08-251-7/+8
* Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger2017-03-131-2/+13
* Defines and strings for special salt length values, add testsDr. Stephen Henson2017-01-181-12/+11
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-4/+4
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-18/+23
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-12/+12
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-207/+195
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/rsaDr. Stephen Henson2014-12-081-4/+0
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+1
* Fix error codes.Bodo Möller2011-02-031-13/+11
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+4
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* FIPS mode RSA changes:Dr. Stephen Henson2011-01-261-4/+6
* Extend PSS padding code to support different digests for MGF1 and message.Dr. Stephen Henson2010-03-111-2/+23
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-13/+20
* Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson2009-09-131-1/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-8/+8
* Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie2008-12-291-0/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+1
* Final(?) WinCE update.Andy Polyakov2005-08-071-0/+8
* PSS update [from 0.9.7].Andy Polyakov2005-06-021-28/+57
* Update from 0.9.7-stable.Dr. Stephen Henson2005-06-011-9/+21
* Add pss/x931 files.Dr. Stephen Henson2005-05-281-0/+220