aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_oaep_test.c
AgeCommit message (Expand)AuthorFilesLines
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-5/+1
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-1/+7
1999-05-20Declare test key data as static.Ulf Möller1-28/+28
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1-4/+4
1999-05-06Support additional Win32 compilers.Ulf Möller1-130/+130
1999-04-29Missing "else".Ulf Möller1-2/+1
1999-04-28Decrypt test vector data even if previous decryption failed to getUlf Möller1-2/+1
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-1/+9
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-19Change functions to ANSI C.Ulf Möller1-1/+1
1999-04-09Test PKCS#1 v1.5 padding as well.Ulf Möller1-11/+42
1999-03-25Make sure the RSA OAEP test is skipped under -DRSAref becauseRalf S. Engelschall1-0/+5
1999-03-12Fail if test fails.Ben Laurie1-2/+8
1999-02-23Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall1-1/+1
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-1/+2
1999-02-17Add OAEP.Ben Laurie1-0/+250