aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_oaep.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-266/+262
* Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte2014-09-251-1/+1
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-241-62/+87
* Exetended OAEP support.Dr. Stephen Henson2013-10-011-39/+66
* Add and use a constant-time memcmp.Ben Laurie2013-02-061-1/+1
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-031-9/+17
* 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-291-6/+13
* Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson2008-05-191-8/+15
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-281-6/+13
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-5/+5
* improve OAEP checkBodo Möller2001-09-061-12/+27
* fix formatting so that the file can be view with any tab-widthBodo Möller2001-09-061-129/+129
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-0/+3
* avoid warningsBodo Möller2001-07-241-2/+4
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-9/+9
* more error codes fixedUlf Möller2001-06-081-3/+2
* when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller2001-06-061-10/+11
* move check to avoid memory leak.Ulf Möller2001-06-061-8/+8
* make sure we don't write to seed[-1]Ulf Möller2001-06-061-0/+5
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Update "OAEP reconsidered" commentBodo Möller2001-01-241-8/+8
* Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller2000-12-051-1/+16
* Constify the RSA library.Richard Levitte2000-11-061-6/+9
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-4/+4
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+2
* Bug fix.Ulf Möller1999-04-291-5/+7
* Message digest stuff.Ulf Möller1999-04-271-1/+1
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+5
* Add OAEP.Ben Laurie1999-02-171-0/+168