aboutsummaryrefslogtreecommitdiff
path: root/apps/s_socket.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-01Bug fix.Ulf Möller1-2/+2
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-2/+0
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte1-5/+9
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson1-1/+1
2005-04-26Add DTLS support.Ben Laurie1-25/+42
2005-04-20signed vs. unsigned.Richard Levitte1-1/+1
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-1/+1
2005-01-04DJGPP update.Andy Polyakov1-1/+0
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-1/+1
2003-11-28Netware-specific changes,Richard Levitte1-2/+36
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-8/+8
2002-11-22Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte1-1/+9
2002-11-15WinCE patchesRichard Levitte1-0/+2
2002-11-14Fix to build better with DJGPP.Richard Levitte1-11/+17
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-3/+6
2001-02-20I forgot there was a reason why the inclusions and definition of u_intRichard Levitte1-7/+8
2001-02-20Get e_os2.h to get all the system definitions correctly.Richard Levitte1-0/+1
2001-02-20Include opensslconf.h or the like early to make sure system macros getRichard Levitte1-8/+8
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-15/+15
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte1-0/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-3/+3
2000-03-14Avoid a warning.Bodo Möller1-2/+4
2000-03-12cleaning up a littleBodo Möller1-152/+16
1999-07-28VMS updates.Ulf Möller1-5/+6
1999-06-10Avoid warnings.Bodo Möller1-1/+1
1999-06-04Avoid type conflict on Unix with DEC C.Ulf Möller1-1/+1
1999-05-13VMS support bug fixes.Ulf Möller1-3/+5
1999-05-13VMS support.Ulf Möller1-3/+34
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-23Work with -pedantic!Ben Laurie1-2/+2
1999-04-20Fix lots of warnings.Ulf Möller1-2/+3
1999-04-19Change functions to ANSI C.Ulf Möller1-55/+18
1999-04-14Some tiny fixes.Bodo Möller1-1/+2
1999-04-03Don't shadow.Ben Laurie1-2/+2
1999-04-02Avoid EADDRINUSE for s_server.Bodo Möller1-0/+6
1999-03-22Fix security hole.Ben Laurie1-2/+3
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall1-0/+5
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-39/+24
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+684