aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Oops, == should really be = when used with test ([ and ]).Richard Levitte2005-01-271-1/+1
| | | | | | | I guess I use bash too much... Thanks to Peter Sylvester <Peter.Sylvester@edelweb.fr> for pointing it out to me.
* The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte2005-01-261-62/+62
| | | | | | | | | | 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.
* Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte2005-01-174-21/+32
| | | | | | | | | | | | | | | | | - 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.
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-286-9/+171
|
* Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte2004-12-131-1/+2
| | | | make update
* Propagate a few more variables to Makefile.shared when linkingRichard Levitte2004-12-131-31/+62
| | | | programs.
* Some find it confusing that environment variables are set when sharedRichard Levitte2004-11-111-11/+14
| | | | | libraries aren't built or used. I can see the point, so I'm reorganising a little for clarity.
* Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte2004-11-051-2/+5
| | | | | | | therefore link with them). Add LD_PRELOAD setting code where it was still missing. PR: 966
* Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATHRichard Levitte2004-11-021-1/+2
| | | | | | | | | | | | 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
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-75/+75
| | | | PR: 499
* Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe2004-06-171-0/+2
| | | | ignore.
* Synchronise VMS with the Unixly Malefiles.Richard Levitte2004-05-261-1/+2
|
* SHA-256/-512 test and benchmark.Andy Polyakov2004-05-201-2/+40
|
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-69/+61
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* make updateGeoff Thorpe2004-04-191-43/+19
|
* o_str.h isn't a public header file, so make sure it will still beRichard Levitte2004-03-241-3/+3
| | | | included.
* Use sh explicitely to run point.shRichard Levitte2003-12-271-2/+2
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* crypto/evp/evptests.txt is copied to tests/ rather than symlinked becauseGeoff Thorpe2003-10-281-0/+1
| | | | | of windows (see checkin 1.75 of crypto/evp/Makefile.ssl), so quiet cvs noise for the copied version.
* make updateRichard Levitte2003-05-011-38/+52
|
* make updateRichard Levitte2003-04-101-15/+9
|
* Add a CA section, to make sure the test will work with the changes inRichard Levitte2003-04-031-0/+49
| | | | CA.sh.
* make updateDr. Stephen Henson2003-03-211-4/+10
|
* make updateRichard Levitte2003-03-201-10/+4
|
* make updateDr. Stephen Henson2003-03-201-1/+2
|
* Make sure that all the library paths are modified in prepend mode, notRichard Levitte2003-03-201-1/+5
| | | | | replace mode. PR: 528
* Allow building applications against static libraries with Makefile.shared.Richard Levitte2003-02-221-58/+145
|
* Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte2003-02-141-0/+3
| | | | on it.
* Add full support for -rpath/-R, both in shared libraries andRichard Levitte2003-02-131-88/+263
| | | | | | | | | | | | | | | | | | applications, at least on the platforms where it's known how to do it. Note: this has only been tested on GNU-based platforms (Linux), and needs to be tested on all others. Additionally, it's not yet supported on the following platforms, for lack of information: Darwin (MacOS X) Cygwin OSF1/Alpha SVR3 ReliantUNIX Please help out with testing and the platforms we don't yet know well enough.
* DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte2003-01-131-2/+1
| | | | PR: 453
* Force the removal.Richard Levitte2003-01-101-1/+1
| | | | PR: 437
* Certain files must be removed before generating them, in case they pointRichard Levitte2003-01-101-0/+2
| | | | | into a read-only source tree. PR: 437
* Rijndael should be called AES everywhereRichard Levitte2003-01-031-8/+8
|
* make updateRichard Levitte2002-12-291-199/+97
|
* Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte2002-12-241-1/+1
| | | | | | the conditional was set to add the library directory to PATH when the platform is NOT Cygwin. Corrected. PR: 404
* Skip DH-specific tests when no-dh has been configured.Richard Levitte2002-12-122-13/+35
| | | | PR: 353