aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_oaep.c
Commit message (Expand)AuthorAgeFilesLines
* 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