Catch some more old sigalg names in comments
[openssl.git] / apps / s_socket.c
2018-01-25 Bernd EdlingerMake the s_server command listen on IPv6 only when...
2018-01-24 Matt CaswellEnable the cookie callbacks to work even in TLS in...
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-15 Richard LevitteFix intermittent Windows and Cygwin failures in s_server
2018-01-14 Bernd EdlingerUse constant value 1 instead of SHUT_WR in do_server
2017-09-08 Matt CaswellAllow an endpoint to read the alert data before closing...
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-07-17 Bernd EdlingerFix bogus use of BIO_sock_should_retry.
2017-06-26 Paul YangFix return value checking for BIO_sock_init
2017-04-25 Matt CaswellFix some variable references in init_client
2017-04-25 Matt CaswellAdd a -sctp option to s_client
2017-04-25 Matt CaswellAdd a -sctp option to s_server
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-04 Matt CaswellRemove stale errors from early connection attempts...
2016-03-21 Matt CaswellFix no-sock
2016-03-07 Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-02-24 Rich SalzFix typo, reformat comment.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-11 Richard LevitteThe protocol variable has lost its use, remove it
2016-02-10 Richard LevitteUse the protocol we know rather than BIO_ADDRINFO_proto...
2016-02-10 Richard LevitteDon't assert protocol equality
2016-02-03 Richard LevitteRefactoring BIO: Adapt s_client and s_server
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-06-09 Rich SalzUse bio_err not stderr in apps.
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-05 Rich SalzRemove apps cache for gethostbyname
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-28 Rich Salzremove malloc casts
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-22 Rich SalzRT3548: Remove unsupported platforms.
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-05-09 Geoff Thorpes_client/s_server: support unix domain sockets
2014-05-08 Tim Hudsoncoverity 966576 - close socket in error path
2014-05-08 Tim HudsonPR#3342 fix resource leak coverity issue 966577
2014-04-25 Geoff Thorpeapps: constify some string parameters
2013-03-26 Dr. Stephen HensonProvisional DTLS 1.2 support.
2012-11-19 Dr. Stephen Hensondon't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PR...
2012-11-18 Dr. Stephen Hensonadd -naccept <n> option to s_server to automatically...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-03-12 Ben LaurieFix warning.
2011-01-09 Ben LaurieConstify.
2010-07-05 Dr. Stephen Hensoni variable is used on some platforms
2010-06-12 Ben LaurieFix warnings.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2006-11-06 Nils Larschfix warning
2006-05-01 Ulf MöllerBug fix.
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2005-06-13 Richard LevitteNetware patch submitted by Verdon Walker" <VWalker...
2005-04-26 Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-20 Richard Levittesigned vs. unsigned.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-01-04 Andy PolyakovDJGPP update.
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteNetware-specific changes,
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-22 Richard LevitteDisable this module if OPENSSL_NO_SOCK is defined.
2002-11-15 Richard LevitteWinCE patches
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2001-02-20 Richard LevitteI forgot there was a reason why the inclusions and...
2001-02-20 Richard LevitteGet e_os2.h to get all the system definitions correctly.
2001-02-20 Richard LevitteInclude opensslconf.h or the like early to make sure...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-14 Bodo MöllerAvoid a warning.
2000-03-12 Bodo Möllercleaning up a little
1999-07-28 Ulf MöllerVMS updates.
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-04 Ulf MöllerAvoid type conflict on Unix with DEC C.
1999-05-13 Ulf MöllerVMS support bug fixes.
1999-05-13 Ulf MöllerVMS support.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-20 Ulf MöllerFix lots of warnings.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-14 Bodo MöllerSome tiny fixes.
1999-04-03 Ben LaurieDon't shadow.
1999-04-02 Bodo MöllerAvoid EADDRINUSE for s_server.
1999-03-22 Ben LaurieFix security hole.
1998-12-22 Ralf S. EngelschallIncorporation of RSEs assembled patches
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...