Fix error handling in ssltest
[openssl.git] / ssl / ssltest.c
2015-02-06 Matt CaswellFix error handling in ssltest
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_0_9_8-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2013-02-11 Dr. Stephen HensonFix in ssltest is no-ssl2 configured
2010-06-12 Ben LaurieFix gcc 4.6 warnings. Check TLS server hello extension...
2009-01-07 Dr. Stephen HensonProperly check EVP_VerifyFinal() and similar return...
2008-06-16 Dr. Stephen HensonMake ssl code consistent with FIPS branch. The new...
2006-02-24 Nils Larschfix no-dh configure option; patch supplied by Peter...
2006-01-15 Nils Larschmake "./configure no-ssl2" work again
2005-10-02 Dr. Stephen HensonMake OPENSSL_NO_COMP work on Win32.
2005-09-30 Dr. Stephen HensonUpdate from HEAD.
2005-08-25 Nils LarschKeep cipher lists sorted in the source instead of sorti...
2005-08-03 Andy PolyakovWCE update, mostly typos [from HEAD].
2005-07-16 Nils Larschmake
2005-06-28 Ben LaurieDid you know it was wrong to use a char as an array...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-12 Dr. Stephen HensonFix from stable branch.
2005-05-10 Nils Larschuse 'p' as conversion specifier for printf to avoid...
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-04-09 Richard LevitteAdded restrictions on the use of proxy certificates...
2005-01-19 Richard LevitteApparently, at least with my VMS C environment, definin...
2005-01-18 Richard LevitteSmall thing. It seems like we have to defined _XOPEN_S...
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2004-05-17 Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-01-04 Lutz Jänickeunintptr_t and <inttypes.h> are not strictly portable...
2003-12-27 Richard LevitteAvoid including cryptlib.h, it's not really needed.
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-10 Dr. Stephen HensonAvoid warnings: add missing prototype, don't shadow.
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-02 Richard LevitteCheck for errors from SSL_COMP_add_compression_method().
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-19 Richard LevitteIf _XOPEN_SOURCE_EXTENDED or _XOPEN_SOURCE are defined...
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-04 Richard Levittegethostname() is more a BSD feature than an XOPEN one.
2002-12-02 Richard Levittedefine USE_SOCKETS so sys/param.h gets included (and...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-26 Richard LevitteSmall bugfixes to the KSSL implementation.
2002-11-19 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-15 Richard LevitteWinCE patches
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-05 Bodo Mölleravoid Purify warnings
2002-11-05 Bodo Möllerfix typo
2002-09-25 Lutz JänickeAdd missing brackets.
2002-08-14 Richard LevitteInstead of returning errors when certain flags are...
2002-08-09 Bodo MöllerECC ciphersuite support
2002-04-29 Bodo Möllerundo nonsense patch (r *is* signed or we have signednes...
2002-04-29 Richard LevitteFix unsigned vs. signed clash
2002-04-20 Richard LevitteSignedness mismatch.
2002-03-14 Bodo Mölleruse BIO_nwrite() more properly to demonstrate the gener...
2002-02-28 Bodo MöllerAdd 'void *' argument to app_verify_callback.
2002-02-22 Dr. Stephen HensonFix for AIX.
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-07-31 Richard LevitteMake as sure as possible that gethostname() will be...
2001-07-04 Bodo MöllerCall ENGINE_cleanup() to avoid memory leak.
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-15 Bodo MöllerLocking issues.
2000-11-30 Bodo MöllerCOMP_zlib should always be declared, even if it is...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-30 Richard LevitteThe compression method may be undefined for some reason...
2000-11-30 Richard LevitteSimplify and provide the possibility to clean a compres...
2000-11-30 Richard LevitteMake it possible to test SSL compression
2000-10-22 Richard LevitteIf the functions get_dh*() are declared static, they...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-04-06 Bodo MöllerAvoid memory leak.
2000-03-26 Bodo MöllerNeXT workaround.
2000-03-13 Bodo MöllerUpdate usage info
2000-03-13 Bodo MöllerUpdate test suite so that 'make test' succeeds in ...
2000-03-13 Bodo MöllerConnection timings (using ISO C function clock()).
2000-03-10 Bodo MöllerAlways use fixed DH parameters created with 'dhparam...
2000-02-04 Bodo MöllerReport progress as in dsatest.c when creating a DHE...
2000-02-04 Bodo MöllerUse correct, not American spelling.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-16 Ulf MöllerAdd missing #ifndefs that caused missing symbols when...
2000-01-16 Ulf MöllerRAND_seed
1999-11-16 Bodo MöllerStore verify_result with sessions to avoid potential...
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-09-10 Bodo MöllerRepair another bug in s23_get_client_hello:
1999-09-10 Bodo MöllerUse non-copying BIO interface in ssltest.c.
1999-09-08 Bodo Möllersome more patches for avoiding problems with non-automa...
1999-09-07 Bodo MöllerNon-copying interface to BIO pairs.
1999-09-03 Bodo Möller-no_dhe option for ssltest.c
1999-08-09 Bodo MöllerBIO_write and BIO_read could, in theory, return -2.
1999-08-09 Bodo MöllerProvide fixed seed for parameter generation to speed...
1999-08-05 Bodo MöllerNew function DSA_dup_DH, and fixes for bugs that were...
next