aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_oaep.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson1-8/+15
2005-05-28Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson1-6/+13
2005-05-11Fix more error codes.Bodo Möller1-1/+1
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-5/+5
2001-09-06improve OAEP checkBodo Möller1-12/+27
2001-09-06fix formatting so that the file can be view with any tab-widthBodo Möller1-129/+129
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-0/+3
2001-07-24avoid warningsBodo Möller1-2/+4
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson1-9/+9
2001-06-08more error codes fixedUlf Möller1-3/+2
2001-06-06when checking OAEP, signal just a single kind of 'decoding error'Bodo Möller1-10/+11
2001-06-06move check to avoid memory leak.Ulf Möller1-8/+8
2001-06-06make sure we don't write to seed[-1]Ulf Möller1-0/+5
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2001-01-24Update "OAEP reconsidered" commentBodo Möller1-8/+8
2000-12-05Discuss http://www.shoup.net/papers/oaep.ps.ZBodo Möller1-1/+16
2000-11-06Constify the RSA library.Richard Levitte1-6/+9
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-4/+4
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller1-1/+2
1999-04-29Bug fix.Ulf Möller1-5/+7
1999-04-27Message digest stuff.Ulf Möller1-1/+1
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-0/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-19Change functions to ANSI C.Ulf Möller1-15/+5
1999-02-17Add OAEP.Ben Laurie1-0/+168