summaryrefslogtreecommitdiff
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-221-12/+12
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_1-post-auto-reformatMatt Caswell2015-01-221-3/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2223-4750/+4638
* Fix strange formatting by indentMatt Caswell2015-01-221-6/+12
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-30/+39
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-2/+2
* Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte2014-10-152-2/+2
* Add additional DigestInfo checks.Dr. Stephen Henson2014-09-291-1/+20
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-245-93/+167
* Return smaller of ret and f.Alan Hryngle2014-07-051-1/+1
* remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser2014-05-291-1/+1
* make updateDr. Stephen Henson2014-01-061-64/+173
* make updateDr. Stephen Henson2013-12-081-173/+64
* Check for missing components in RSA_check.Dr. Stephen Henson2013-11-091-0/+6
* Fix PSS signature printing.Dr. Stephen Henson2013-05-051-4/+4
* Typo.Dr. Stephen Henson2013-03-311-0/+2
* Add and use a constant-time memcmp.Ben Laurie2013-01-281-1/+1
* Reduce version skew.Ben Laurie2012-06-082-4/+4
* make updateOpenSSL_1_0_1bDr. Stephen Henson2012-04-261-5/+6
* Additional compatibility fix for MDC2 signature format.Dr. Stephen Henson2012-02-151-1/+14
* An incompatibility has always existed between the format used for RSADr. Stephen Henson2012-02-151-0/+16
* incomplete provisional OAEP CMS decrypt supportDr. Stephen Henson2012-01-021-2/+16
* "make update"Bodo Möller2011-10-191-2/+7
* BN_BLINDING multi-threading fix.Bodo Möller2011-10-191-29/+51
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-094-4/+389
* Don't set default public key methods in FIPS mode so applicationsDr. Stephen Henson2011-06-201-9/+7
* Use method rsa keygen first if FIPS mode if it is a FIPS method.Dr. Stephen Henson2011-06-091-8/+8
* Function not used outside FIPS builds.Dr. Stephen Henson2011-06-061-1/+2
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-031-9/+17
* Redirect RSA keygen, sign, verify to FIPS module.Dr. Stephen Henson2011-06-034-0/+95
* Redirection of low level APIs to FIPS module.Dr. Stephen Henson2011-06-025-2/+89
* Backport extended PSS support from HEAD: allow setting of mgf1Hash explicitly.Dr. Stephen Henson2011-06-024-35/+131
* make update (1.0.1-stable)Richard Levitte2011-03-231-0/+15
* Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson2011-01-253-159/+227
* PR: 2295Dr. Stephen Henson2010-10-111-1/+1
* Fix CVE-2010-1633 and CVE-2010-0742.Dr. Stephen Henson2010-06-011-0/+2
* PR: 2124Dr. Stephen Henson2009-12-091-1/+10
* Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson2009-09-131-1/+1
* Update from HEAD.Dr. Stephen Henson2009-08-051-0/+2
* Fix from 0.9.8-stableDr. Stephen Henson2009-06-261-7/+7
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-294-16/+21
* Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie2008-12-293-1/+9
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-057-7/+7
* More size_tification.Ben Laurie2008-11-011-1/+1
* Really get rid of unsafe double-checked locking.Bodo Möller2008-09-141-17/+22
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-063-4/+5
* We should check the eight bytes starting at p[-9] for rollback attackBodo Möller2008-07-171-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-033-5/+4
* Fix from stable branch.Dr. Stephen Henson2008-06-211-0/+2