summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
1999-11-12DIFFERENCE doesn't handle long (>255 chars) lines well. Use BACKUP instead. ↵Richard Levitte
No, I'm not joking.
1999-11-12adjust to changes in test/Makefile.sslRichard Levitte
1999-11-12adjust to changes in test/testsslRichard Levitte
1999-09-24Use a temporary file, not a pipe, for BN test because there are someBodo Möller
broken bc's around.
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller
tls1 did not survive to restarts, so get rid of it.
1999-09-03-no_dhe option for ssltest.cBodo Möller
1999-08-28RIPEMD160 shape-up. Final touch.Andy Polyakov
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller
while implementing and using it.
1999-08-02avoid some NO_<cipher> problemsBodo Möller
1999-07-28VMS updates.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-06-17Don't access configuration files outside the source tree.Bodo Möller
1999-06-12BIO pairs.Bodo Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh.
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
include file.
1999-05-15Update dependencies.Bodo Möller
1999-05-15Get rid of the cast.Ben Laurie
1999-05-13Update dependencies.Ben Laurie
1999-05-13VMS support.Ulf Möller
Submitted by: Richard Levitte <richard@levitte.org>
1999-05-01Update dependencies.Ben Laurie
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-29Ignore Makefile.saveUlf Möller
Submitted by: Anonymous
1999-04-23"make depend"Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-04-11Obsoleted by new openssl command "list-cipher-commands".Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-11Submitted by:Bodo Möller
Reviewed by: PR:
1999-04-09Preprocessor file to allow testenc to test only those ciphersBodo Möller
that are available. Submitted by: Reviewed by: PR:
1999-04-08Test RSA after the BN library it is based on.Ulf Möller
Submitted by: Anonymous <nobody@replay.com>
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-22Fix security hole.Ben Laurie
1999-03-20Some more source tree cleanups (removed obsolete files crypto/bf/asm/bf586.pl,Ralf S. Engelschall
test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to be executable) and a fix for the INSTALL document. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall
1999-03-12This is now generated, it seems.Ben Laurie
1999-03-12Use the right compiler for ctx_size.Ben Laurie
1999-03-09Comment out two unimplemented functions from bio.h. Attempt to get theDr. Stephen Henson
Win32 test batch file going again.
1999-03-06Put the dependencies back.Ben Laurie
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed.
1999-02-27Update dependencies.Ben Laurie
1999-02-25More CVS ignore stuff...Ralf S. Engelschall
1999-02-17Add OAEP.Ben Laurie
1999-01-19This time, get it right.Ben Laurie
1999-01-19Finally lay dependencies to rest (I hope!).Ben Laurie
1999-01-02Fix tests for ssleay -> openssl.Ben Laurie
1998-12-29Fix incorrect DER encoding of SETs and all knock-ons from that.Ben Laurie
1998-12-28Deal with generated files.Ben Laurie
1998-12-23*** empty log message ***Ralf S. Engelschall
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21This commit was generated by cvs2svn to track changes on a CVS vendorRalf S. Engelschall
branch.
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21This commit was generated by cvs2svn to track changes on a CVS vendorRalf S. Engelschall
branch.
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall