summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
AgeCommit message (Expand)Author
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
1999-09-10Use non-copying BIO interface in ssltest.c.Bodo Möller
1999-09-08some more patches for avoiding problems with non-automatic variablesBodo Möller
1999-09-07Non-copying interface to BIO pairs.Bodo Möller
1999-09-03-no_dhe option for ssltest.cBodo Möller
1999-08-09BIO_write and BIO_read could, in theory, return -2.Bodo Möller
1999-08-09Provide fixed seed for parameter generation to speed up -dhe1024.Bodo Möller
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller
1999-07-12cosmetic changesBodo Möller
1999-07-09Fix memory checking.Bodo Möller
1999-06-25Memory leak checks.Bodo Möller
1999-06-12Bugfix.Bodo Möller
1999-06-12BIO pairs.Bodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-13VMS support.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller