summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
AgeCommit message (Expand)Author
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-19If _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined, _POSIX_C_SOURCE getsRichard Levitte
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-12-04gethostname() is more a BSD feature than an XOPEN one.Richard Levitte
2002-12-02define USE_SOCKETS so sys/param.h gets included (and thusly, MAXHOSTNAMELENRichard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-26Small bugfixes to the KSSL implementation.Richard Levitte
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-15WinCE patchesRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-05avoid Purify warningsBodo Möller
2002-11-05fix typoBodo Möller
2002-09-25Add missing brackets.Lutz Jänicke
2002-08-14Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte
2002-08-09ECC ciphersuite supportBodo Möller
2002-04-29undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller
2002-04-29Fix unsigned vs. signed clashRichard Levitte
2002-04-20Signedness mismatch.Richard Levitte
2002-03-14use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
2002-02-22Fix for AIX.Dr. Stephen Henson
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-07-31Make as sure as possible that gethostname() will be properly declared.Richard Levitte
2001-07-04Call ENGINE_cleanup() to avoid memory leak.Bodo Möller
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-15Locking issues.Bodo Möller
2000-11-30COMP_zlib should always be declared, even if it is not functional.Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-30The compression method may be undefined for some reason that hasRichard Levitte
2000-11-30Simplify and provide the possibility to clean a compression method.Richard Levitte
2000-11-30Make it possible to test SSL compressionRichard Levitte
2000-10-22If the functions get_dh*() are declared static, they should be defined the sa...Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-06Avoid memory leak.Bodo Möller
2000-03-26NeXT workaround.Bodo Möller
2000-03-13Update usage infoBodo Möller
2000-03-13Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller
2000-03-13Connection timings (using ISO C function clock()).Bodo Möller
2000-03-10Always use fixed DH parameters created with 'dhparam -C',Bodo Möller
2000-02-04Report progress as in dsatest.c when creating a DHE key.Bodo Möller
2000-02-04Use correct, not American spelling.Bodo Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16RAND_seedUlf Möller
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller