summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
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
2005-03-30Makefile.ssl doesn't exist anymoreNils Larsch
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-21There are cases when there are no files left to verify. Make sure toRichard Levitte
handle that properly.
2005-03-13"make depend". This takes into account the algorithms that are nowBodo Möller
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.
2005-02-03Shut whiny make's up.Andy Polyakov
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
2005-01-27Oops, == should really be = when used with test ([ and ]).Richard Levitte
I guess I use bash too much... Thanks to Peter Sylvester <Peter.Sylvester@edelweb.fr> for pointing it out to me.
2005-01-26The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte
Makefile.shared was a bit overcomplicated. Make the shell variables LDFLAGS and SHAREDFLAGS in Makefile.shared get the values of $(CFLAGS) or $(LDFLAGS) as appropriate depending on the value the shell variables LDCMD and SHAREDCMD get. That leaves much less chance of confusion, since those pairs of shell variables always are defined together.
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
- Enforce that there should be no policy settings when the language is one of id-ppl-independent or id-ppl-inheritAll. - Add functionality to ssltest.c so that it can process proxy rights and check that they are set correctly. Rights consist of ASCII letters, and the condition is a boolean expression that includes letters, parenthesis, &, | and ^. - Change the proxy certificate configurations so they get proxy rights that are understood by ssltest.c. - Add a script that tests proxy certificates with SSL operations. Other changes: - Change the copyright end year in mkerr.pl. - make update.
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte
make update
2004-12-13Propagate a few more variables to Makefile.shared when linkingRichard Levitte
programs.
2004-11-11Some find it confusing that environment variables are set when sharedRichard Levitte
libraries aren't built or used. I can see the point, so I'm reorganising a little for clarity.
2004-11-05Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte
therefore link with them). Add LD_PRELOAD setting code where it was still missing. PR: 966
2004-11-02Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATHRichard Levitte
and friends may be entirely useless. In such a case, LD_PRELOAD is the answer, at least on platforms using LD_LIBRARY_PATH. There might be other variables to set on other platforms, please fill us in... For now, we only do this with the tests, so they won't fail for silly reasons like getting dynamically linked to older installed libraries rather than the newly built ones... PR: 960
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
PR: 499
2004-06-17Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe
ignore.
2004-05-26Synchronise VMS with the Unixly Malefiles.Richard Levitte
2004-05-20SHA-256/-512 test and benchmark.Andy Polyakov
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
2004-04-19make updateGeoff Thorpe
2004-03-24o_str.h isn't a public header file, so make sure it will still beRichard Levitte
included.
2003-12-27Use sh explicitely to run point.shRichard Levitte
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2003-10-28crypto/evp/evptests.txt is copied to tests/ rather than symlinked becauseGeoff Thorpe
of windows (see checkin 1.75 of crypto/evp/Makefile.ssl), so quiet cvs noise for the copied version.
2003-05-01make updateRichard Levitte
2003-04-10make updateRichard Levitte
2003-04-03Add a CA section, to make sure the test will work with the changes inRichard Levitte
CA.sh.
2003-03-21make updateDr. Stephen Henson
2003-03-20make updateRichard Levitte
2003-03-20make updateDr. Stephen Henson