aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
Commit message (Expand)AuthorAgeFilesLines
* ECC ciphersuite supportBodo Möller2002-08-091-1/+66
* undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller2002-04-291-1/+1
* Fix unsigned vs. signed clashRichard Levitte2002-04-291-1/+1
* Signedness mismatch.Richard Levitte2002-04-201-1/+1
* use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller2002-03-141-3/+10
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-281-0/+36
* Fix for AIX.Dr. Stephen Henson2002-02-221-1/+1
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-1/+6
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-0/+1
* Make as sure as possible that gethostname() will be properly declared.Richard Levitte2001-07-311-0/+8
* Call ENGINE_cleanup() to avoid memory leak.Bodo Möller2001-07-041-0/+2
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-0/+6
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-21/+21
* Locking issues.Bodo Möller2000-12-151-0/+118
* COMP_zlib should always be declared, even if it is not functional.Bodo Möller2000-11-301-1/+1
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-0/+14
* The compression method may be undefined for some reason that hasRichard Levitte2000-11-301-0/+3
* Simplify and provide the possibility to clean a compression method.Richard Levitte2000-11-301-12/+10
* Make it possible to test SSL compressionRichard Levitte2000-11-301-0/+33
* If the functions get_dh*() are declared static, they should be defined the sa...Richard Levitte2000-10-221-3/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* Avoid memory leak.Bodo Möller2000-04-061-2/+15
* NeXT workaround.Bodo Möller2000-03-261-0/+14
* Update usage infoBodo Möller2000-03-131-4/+4
* Update test suite so that 'make test' succeeds in 'no-rsa' configuration.Bodo Möller2000-03-131-3/+22
* Connection timings (using ISO C function clock()).Bodo Möller2000-03-131-28/+98
* Always use fixed DH parameters created with 'dhparam -C',Bodo Möller2000-03-101-69/+110
* Report progress as in dsatest.c when creating a DHE key.Bodo Möller2000-02-041-7/+32
* Use correct, not American spelling.Bodo Möller2000-02-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-4/+0
* RAND_seedUlf Möller2000-01-161-0/+4
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-0/+5
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-4/+8
* Repair another bug in s23_get_client_hello:Bodo Möller1999-09-101-1/+1
* Use non-copying BIO interface in ssltest.c.Bodo Möller1999-09-101-50/+53
* some more patches for avoiding problems with non-automatic variablesBodo Möller1999-09-081-4/+4
* Non-copying interface to BIO pairs.Bodo Möller1999-09-071-0/+3
* -no_dhe option for ssltest.cBodo Möller1999-09-031-24/+32
* BIO_write and BIO_read could, in theory, return -2.Bodo Möller1999-08-091-2/+2
* Provide fixed seed for parameter generation to speed up -dhe1024.Bodo Möller1999-08-091-1/+3
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-051-1/+29
* cosmetic changesBodo Möller1999-07-121-0/+3
* Fix memory checking.Bodo Möller1999-07-091-1/+1
* Memory leak checks.Bodo Möller1999-06-251-1/+1
* Bugfix.Bodo Möller1999-06-121-1/+14
* BIO pairs.Bodo Möller1999-06-121-1/+376
* Avoid warnings.Bodo Möller1999-06-101-2/+5
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-2/+2