aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2000-03-18Small bugs in the test scripts removed.Richard Levitte2-6/+6
2000-03-16Typo corrected.Richard Levitte1-1/+1
2000-03-13another typoBodo Möller1-1/+1
2000-03-13typoBodo Möller1-1/+1
2000-03-13Synchronise with Unixly testsRichard Levitte5-97/+209
2000-03-13Run test_ssl last -- it's the only test that really uses the SSL libraryBodo Möller1-1/+1
in addition to the crypto library.
2000-03-13"openssl no-..." commands for avoiding the need to grepBodo Möller5-14/+14
"openssl list-standard-commands".
2000-03-13Include a timing test that works without RSA.Bodo Möller1-1/+4
2000-03-13Corrections.Bodo Möller3-3/+3
In testss, use MD5 as digest algorithm so that the resulting certificates can be used for testssl with RSA.
2000-03-13Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller5-47/+106
2000-03-13Synchronise with Unix.Richard Levitte1-0/+16
2000-03-13Correct a potential bug.Richard Levitte1-3/+3
2000-03-13Don't try to test the RSA command if it is not available.Bodo Möller1-0/+7
2000-03-13Connection timings (using ISO C function clock()).Bodo Möller1-1/+6
2000-03-10Always use fixed DH parameters created with 'dhparam -C',Bodo Möller1-1/+1
don't dynamically create them. This allows using ssltest for approximate performance comparisons: $ time ./ssltest -num 50 -tls1 -cert ../apps/server2.pem \ [-no_dhe|-dhe1024dsa|-dhe1024] (server2.pem contains a 1024 bit RSA key, the default has only 512 bits.) Note that these timings contain both the server's and the client's computations, they are not a good indicator for server workload in different configurations.
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte1-2/+26
2000-02-26Make sure that all test files are gone before starting the tests, orRichard Levitte9-1/+34
backup will complain about some version not existing. Perhaps.
2000-02-26Move to using the same perl code as Makefile.sslRichard Levitte1-3/+1
2000-02-26Just as in Unix, make sure to generate some kind of "random data".Richard Levitte1-0/+5
2000-02-26Typo corrected.Richard Levitte1-1/+1
2000-02-25Changes to synchronise with Unix.Richard Levitte1-1/+1
(actually, much more is needed, like a real config script)
2000-02-06Improve bntest slightly, and fix another bug in the BN library.Ulf Möller1-8/+5
2000-01-30SynchroniseRichard Levitte2-2/+6
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller2-2/+6
(including another problem in the s3_srvr.c state machine).
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-4/+8
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson1-9/+10
2000-01-18Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2-7/+7
benefit of MS-DOS users.
2000-01-16Synchronise with the makefiles.Richard Levitte1-2/+2
2000-01-14Delete "random" file .rnd in "make clean".Bodo Möller1-1/+1
2000-01-14Let "make test" survive without DEVRANDOMBodo Möller2-4/+6
(and rename a target in test/Makefile.ssl to make it easier to guess the name of the file executed by it)
1999-12-08Useless files deleted -- they were just copies of files of the same nameBodo Möller2-92/+0
in the apps/ directory (which were recently changed).
1999-11-12DIFFERENCE doesn't handle long (>255 chars) lines well. Use BACKUP instead. ↵Richard Levitte8-61/+61
No, I'm not joking.
1999-11-12adjust to changes in test/Makefile.sslRichard Levitte1-1/+1
1999-11-12adjust to changes in test/testsslRichard Levitte1-0/+4
1999-09-24Use a temporary file, not a pipe, for BN test because there are someBodo Möller2-2/+8
broken bc's around.
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller1-1/+1
tls1 did not survive to restarts, so get rid of it.
1999-09-03-no_dhe option for ssltest.cBodo Möller1-0/+3
1999-08-28RIPEMD160 shape-up. Final touch.Andy Polyakov1-1/+1
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1-4/+4
while implementing and using it.
1999-08-02avoid some NO_<cipher> problemsBodo Möller1-1/+1
1999-07-28VMS updates.Ulf Möller4-5/+56
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-06-17Don't access configuration files outside the source tree.Bodo Möller3-4/+5
1999-06-12BIO pairs.Bodo Möller1-1/+36
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-33/+34
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öller1-34/+33
include file.
1999-05-15Update dependencies.Bodo Möller1-32/+33
1999-05-15Get rid of the cast.Ben Laurie1-1/+2
1999-05-13Update dependencies.Ben Laurie1-12/+14
1999-05-13VMS support.Ulf Möller18-1/+2096
Submitted by: Richard Levitte <richard@levitte.org>
1999-05-01Update dependencies.Ben Laurie1-2/+2