summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2010-03-11Submitted by: Martin KaiserDr. Stephen Henson
2010-03-11alg2 can be NULLDr. Stephen Henson
2010-03-11RSA PSS ASN1 signing methodDr. Stephen Henson
2010-03-11typoDr. Stephen Henson
2010-03-11ctrl operations to retrieve RSA algorithm settingsDr. Stephen Henson
2010-03-11Add support for new PSS functions in RSA EVP_PKEY_METHODDr. Stephen Henson
2010-03-11Extend PSS padding code to support different digests for MGF1 and message.Dr. Stephen Henson
2010-03-08RSA PSS verification support including certificates and certificateDr. Stephen Henson
2010-03-07print outermost signature algorithm parameters tooDr. Stephen Henson
2010-03-07add separate PSS decode function, rename PSS parameters to RSA_PSS_PARAMSDr. Stephen Henson
2010-03-07add MGF1 digest ctrlDr. Stephen Henson
2010-03-06Add PSS algorithm printing. This is an initial step towards full PSS support.Dr. Stephen Henson
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2009-08-05PR: 2001Dr. Stephen Henson
2009-06-26Fix from 0.9.8-stable.Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-29Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-09-14Really get rid of unsafe double-checked locking.Bodo Möller
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-17We should check the eight bytes starting at p[-9] for rollback attackBodo Möller
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-21Fix from stable branch.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-05-19Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson
2008-05-02Indicate support for digest init ctrl.Dr. Stephen Henson
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson
2008-02-27fix BIGNUM flag handlingBodo Möller
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-04-24fix function codes for errorBodo Möller
2007-04-04Make sure we detect corruption.Ben Laurie
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-11-30Update dependencies.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-09-21Make int_rsa_sign function match prototype.Dr. Stephen Henson
2006-09-08Make sure the int_rsa_verify() prototype matches the implementationBodo Möller
2006-09-06Remove non-functional part of recent patch, after discussion withBodo Möller
2006-09-05Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie