Clear state in DTLSv1_listen
[openssl.git] / ssl / ssltest.c
2015-05-26 Emilia KasperFix ssltest to use 1024-bit DHE parameters
2015-02-06 Matt CaswellFix error handling in ssltest
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_1-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
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 Tim Hudsonmark all block comments that need format preserving...
2014-11-19 Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-10-27 Emilia KasperFix ssltest logic when some protocols are compiled...
2013-10-19 Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-02-11 Dr. Stephen HensonFix in ssltest is no-ssl2 configured
2012-06-08 Ben LaurieReduce version skew.
2011-12-14 Dr. Stephen HensonPR: 1794
2011-06-06 Dr. Stephen HensonBackport from HEAD:
2011-05-19 Dr. Stephen Hensonadd FIPS support to ssl: doesn't do anything on this...
2011-03-16 Ben LaurieAdd SRP.
2011-01-26 Dr. Stephen HensonFIPS_allow_md5() no longer exists and is no longer...
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-01-24 Dr. Stephen HensonPR: 2153, 2125
2010-01-14 Dr. Stephen HensonPR: 2125
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-01-07 Dr. Stephen HensonUpdatde from stable branch.
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2006-03-12 Nils Larschuse BIO_snprintf() instead of snprintf + use BIO_FP_TEX...
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-02-24 Nils Larschfix no-dh configure option; patch supplied by Peter...
2006-01-15 Nils Larschrecent changes from 0.9.8: fix cipher list order in...
2005-10-02 Dr. Stephen HensonMake OPENSSL_NO_COMP work under Win32.
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-08-25 Nils LarschKeep cipher lists sorted in the source instead of sorti...
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-07-16 Nils Larschmake
2005-06-29 Ben LaurieBrought forward from 0.9.8 - 64 bit warning fixes and...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
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.
next