summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2007-05-15Change C++ style comments.Dr. Stephen Henson
2007-05-13AES IGE mode speedup.Ben Laurie
2007-04-04Make sure we detect corruption.Ben Laurie
2006-11-30Update dependencies.Dr. Stephen Henson
2006-11-07Make TSA tests use the noprompt mode of utilities rather than pipingDr. Stephen Henson
the result into interative utilities.
2006-10-24Further mingw build procedure updates.Andy Polyakov
2006-09-18Build error on non-unix.Andy Polyakov
PR: 1390
2006-08-31Kill more C++ comments.Dr. Stephen Henson
2006-08-31Forward port of IGE mode.Ben Laurie
2006-08-01Real Bourne shell doesn't interpret ==, but =.Andy Polyakov
2006-07-10make updateDr. Stephen Henson
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2006-04-11improve make dclean to remove files generated during buildUlf Möller
PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-03-30The -config option flag needs to be in the SSLEAY_CONFIG value.Richard Levitte
PR: 1300
2006-03-28Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, notRichard Levitte
OPENSSL_CONF.
2006-03-27Since we're moving between directories, let's get an absolute path toRichard Levitte
openssl.exe.
2006-03-25Only try to remove the tsa.dir subdirectory if it actually exists.Richard Levitte
2006-03-18Typo...Richard Levitte
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
2006-03-08Remember to *build* WP_TEST on VMS, as well :-)Richard Levitte
2006-03-06The actual whirlpool test was missing on VMS...Richard Levitte
2006-02-26Add a TSA test. testtsa.com is a manual sh to dcl translation ofRichard Levitte
testtsa.
2006-02-26Break out deltree in its' own command procedure.Richard Levitte
2006-02-16ignoreUlf Möller
2006-02-16message styleUlf Möller
2006-02-16oopsUlf Möller
2006-02-16wrap shlib for testtsaUlf Möller
Submitted by: David Somers <dsomers@omz13.com>
2006-02-12time stamp Makefile, test filesUlf Möller
Submitted by: Zoltan Glozik <zglozik@opentsa.org>
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
2005-12-28Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,Andy Polyakov
but not interoperable with the rest of the world. test_padlock script is added mostly for reference.
2005-11-28Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov
called whrlpool is not a typo, but a way to keep the names shorter than 8 characters. Remaining TODO list comprises adding OID, EVP, corresponding flag to apps/openssl dgst, benchmark, engage assembler...
2005-10-29Include kerberos libraries (if used) when linking test apps: some need it.Dr. Stephen Henson
2005-08-25Keep cipher lists sorted in the source instead of sorting them atNils Larsch
runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
2005-07-16makeNils Larsch
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
2005-06-23Jumbo Makfiles update.Andy Polyakov
- eliminate ambiguities between GNU-ish and SysV-ish make flavors; - switch [back] to -e; - fold/unify rules; This is follow-up to the patch introducing common BUILDENV. Idea is to collect as much parameters in $(TOP) as possible and "strip" lower Makefiles for most variables [and thus makes them more readable].
2005-06-08Avoid endless loops. Really, we were using the same variable for twoRichard Levitte
different conditions...
2005-05-29We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte
and I really can't be bothered...
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
2005-05-16make updateBodo Möller
2005-05-15Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-15Make update.Dr. Stephen Henson
2005-04-30Fold rules in test/Makefiles [from stable].Andy Polyakov
2005-04-30From branch OpenSSL_0_9_7-stable, 2004-09-11 11:45:Richard Levitte
Makefile.ssl changed name to Makefile...
2005-04-26make updateBodo Möller
2005-04-26make depend.Ben Laurie
2005-04-25make updateBodo Möller
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
a security threat on unexpecting applications. Document and test.
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie