aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_oaep_test.c
Commit message (Expand)AuthorAgeFilesLines
* Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2000-01-181-314/+0
* Let "make test" survive without DEVRANDOMBodo Möller2000-01-141-0/+5
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-1/+1
* Fix memory checking.Bodo Möller1999-07-091-1/+1
* Close another memory hole.Bodo Möller1999-06-251-0/+8
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-5/+1
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-1/+7
* Declare test key data as static.Ulf Möller1999-05-201-28/+28
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-4/+4
* Support additional Win32 compilers.Ulf Möller1999-05-061-130/+130
* Missing "else".Ulf Möller1999-04-291-2/+1
* Decrypt test vector data even if previous decryption failed to getUlf Möller1999-04-281-2/+1
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+9
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
* Test PKCS#1 v1.5 padding as well.Ulf Möller1999-04-091-11/+42
* Make sure the RSA OAEP test is skipped under -DRSAref becauseRalf S. Engelschall1999-03-251-0/+5
* Fail if test fails.Ben Laurie1999-03-121-2/+8
* Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall1999-02-231-1/+1
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-1/+2
* Add OAEP.Ben Laurie1999-02-171-0/+250