summaryrefslogtreecommitdiff
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* More type-checking.Ben Laurie2008-06-041-4/+9
* Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson2008-05-191-8/+15
* Indicate support for digest init ctrl.Dr. Stephen Henson2008-05-021-0/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-283-4/+5
* Update dependencies.Dr. Stephen Henson2008-03-221-7/+8
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-162-0/+2
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-154-20/+19
* And so it begins...Dr. Stephen Henson2008-03-122-0/+19
* fix BIGNUM flag handlingBodo Möller2008-02-271-35/+37
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-0/+4
* fix function codes for errorBodo Möller2007-04-241-2/+2
* Make sure we detect corruption.Ben Laurie2007-04-041-4/+22