aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Build error on non-unix.Andy Polyakov2006-09-181-1/+1
| | | | PR: 1390
* Kill more C++ comments.Dr. Stephen Henson2006-08-311-16/+16
|
* Forward port of IGE mode.Ben Laurie2006-08-312-4/+498
|
* Real Bourne shell doesn't interpret ==, but =.Andy Polyakov2006-08-011-1/+1
|
* make updateDr. Stephen Henson2006-07-101-4/+10
|
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-10/+4
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-1/+3
| | | | | | PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* The -config option flag needs to be in the SSLEAY_CONFIG value.Richard Levitte2006-03-302-2/+2
| | | | PR: 1300
* Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, notRichard Levitte2006-03-282-0/+5
| | | | OPENSSL_CONF.
* Since we're moving between directories, let's get an absolute path toRichard Levitte2006-03-271-1/+1
| | | | openssl.exe.
* Only try to remove the tsa.dir subdirectory if it actually exists.Richard Levitte2006-03-251-3/+6
|
* Typo...Richard Levitte2006-03-182-5/+5
|
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-0/+6
| | | | | | PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
* Remember to *build* WP_TEST on VMS, as well :-)Richard Levitte2006-03-081-1/+1
|
* The actual whirlpool test was missing on VMS...Richard Levitte2006-03-061-0/+4
|
* Add a TSA test. testtsa.com is a manual sh to dcl translation ofRichard Levitte2006-02-262-6/+279
| | | | testtsa.
* Break out deltree in its' own command procedure.Richard Levitte2006-02-261-31/+2
|
* ignoreUlf Möller2006-02-161-0/+1
|
* message styleUlf Möller2006-02-161-1/+2
|
* oopsUlf Möller2006-02-161-1/+1
|
* wrap shlib for testtsaUlf Möller2006-02-162-20/+23
| | | | Submitted by: David Somers <dsomers@omz13.com>
* time stamp Makefile, test filesUlf Möller2006-02-122-0/+406
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-1/+8
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself,Andy Polyakov2005-12-281-0/+64
| | | | | but not interoperable with the rest of the world. test_padlock script is added mostly for reference.
* Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov2005-11-281-4/+16
| | | | | | 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...
* Include kerberos libraries (if used) when linking test apps: some need it.Dr. Stephen Henson2005-10-291-2/+2
|
* Keep cipher lists sorted in the source instead of sorting them atNils Larsch2005-08-251-0/+1
| | | | | runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
* makeNils Larsch2005-07-162-11/+6
| | | | | | | | ./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
* Jumbo Makfiles update.Andy Polyakov2005-06-231-5/+11
| | | | | | | | | | - 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].
* Avoid endless loops. Really, we were using the same variable for twoRichard Levitte2005-06-081-7/+7
| | | | different conditions...
* We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte2005-05-291-1/+1
| | | | and I really can't be bothered...
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+5
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* make updateBodo Möller2005-05-161-10/+4
|
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-4/+1
|
* Fool-proofing MakefilesAndy Polyakov2005-05-151-3/+0
|
* Make update.Dr. Stephen Henson2005-05-151-4/+10
|
* Fold rules in test/Makefiles [from stable].Andy Polyakov2005-04-301-460/+39
|
* From branch OpenSSL_0_9_7-stable, 2004-09-11 11:45:Richard Levitte2005-04-301-1/+1
| | | | Makefile.ssl changed name to Makefile...
* make updateBodo Möller2005-04-261-19/+14
|
* make depend.Ben Laurie2005-04-261-4/+10
|
* make updateBodo Möller2005-04-251-10/+4
|
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+14
|
* Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-091-1/+1
| | | | a security threat on unexpecting applications. Document and test.
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-4/+10
|
* Makefile.ssl doesn't exist anymoreNils Larsch2005-03-301-1/+1
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-7/+6
|
* There are cases when there are no files left to verify. Make sure toRichard Levitte2005-03-211-3/+6
| | | | handle that properly.
* "make depend". This takes into account the algorithms that are nowBodo Möller2005-03-131-10/+3
| | | | | | | | disabled by default (MDC2 and RC5), which until now were skipped by "make links" and yet supposedly required by some of the Makefiles, meaning that the recent snapshots failed to compile. Problem reported by Nils Larsch.
* Shut whiny make's up.Andy Polyakov2005-02-031-1/+1
|
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-0113-138/+78
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte