aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_socket.c
Commit message (Expand)AuthorAgeFilesLines
* RT3548: Remove unsupported platformsRich Salz2015-01-121-48/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* RT3548: Remove unsupported platforms.Rich Salz2014-12-221-1/+1
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+6
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-6/+1
* s_client/s_server: support unix domain socketsGeoff Thorpe2014-05-081-1/+137
* coverity 966576 - close socket in error pathTim Hudson2014-05-081-0/+3
* PR#3342 fix resource leak coverity issue 966577Tim Hudson2014-05-081-1/+1
* apps: constify some string parametersGeoff Thorpe2014-04-251-6/+6
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-2/+2
* don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is setDr. Stephen Henson2012-11-191-0/+4
* add -naccept <n> option to s_server to automatically exit after <n> connectionsDr. Stephen Henson2012-11-181-2/+4
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-4/+2
* Fix warning.Ben Laurie2011-03-121-0/+1
* Constify.Ben Laurie2011-01-091-2/+4
* i variable is used on some platformsDr. Stephen Henson2010-07-051-0/+1
* Fix warnings.Ben Laurie2010-06-121-4/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+1
* size_tification.Ben Laurie2008-11-011-1/+3
* fix warningNils Larsch2006-11-061-1/+1
* Bug fix.Ulf Möller2006-05-011-2/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-2/+0
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-131-5/+9
* Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson2005-04-261-1/+1
* Add DTLS support.Ben Laurie2005-04-261-25/+42
* signed vs. unsigned.Richard Levitte2005-04-201-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* DJGPP update.Andy Polyakov2005-01-041-1/+0
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-2/+36
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-8/+8
* Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte2002-11-221-1/+9
* WinCE patchesRichard Levitte2002-11-151-0/+2
* Fix to build better with DJGPP.Richard Levitte2002-11-141-11/+17
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+6
* I forgot there was a reason why the inclusions and definition of u_intRichard Levitte2001-02-201-7/+8
* Get e_os2.h to get all the system definitions correctly.Richard Levitte2001-02-201-0/+1
* Include opensslconf.h or the like early to make sure system macros getRichard Levitte2001-02-201-8/+8
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-15/+15
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Avoid a warning.Bodo Möller2000-03-141-2/+4
* cleaning up a littleBodo Möller2000-03-121-152/+16
* VMS updates.Ulf Möller1999-07-281-5/+6
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* Avoid type conflict on Unix with DEC C.Ulf Möller1999-06-041-1/+1
* VMS support bug fixes.Ulf Möller1999-05-131-3/+5
* VMS support.Ulf Möller1999-05-131-3/+34
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0