summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/s_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-351/+0
* Use strtonum() instead of atoi(), and then impose what are we thinkderaadt2014-06-281-4/+5
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* There is no need to include <openssl/e_os2.h> here, except for the factjsing2014-05-261-1/+0
* Fix resource descriptor leaks.logan2014-05-251-0/+4
* signal.h is not needed here.jsing2014-05-231-1/+0
* It is perfectly valid to call free(NULL), so stop checking for non-NULLjsing2014-05-191-2/+1
* Group and sort includes.jsing2014-05-181-10/+10
* Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets.jsing2014-05-021-2/+0
* NON_MAIN no longer means anything so remove it, along with APP_INIT.jsing2014-04-251-2/+0
* remove the openssl_fdset wrapper, and a variety of VMS'ism's likederaadt2014-04-191-8/+2
* Remove a gethostbyname() cache layer. The internet works better thesederaadt2014-04-191-50/+1
* Remove hacky workaround for Cray T3E.deraadt2014-04-191-11/+0
* oops, typo got into changederaadt2014-04-191-1/+1
* malloc + strlcpy -> strdupderaadt2014-04-191-3/+2
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-1/+1
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-11/+1
* KaboomNFtedu2014-04-181-32/+30
* unistd.h exposed after -Wall after e_os.h stops doing so; spotted by matthewderaadt2014-04-171-0/+1
* Mostly gut e_os.h:deraadt2014-04-171-2/+3
* dead codetedu2014-04-171-2/+0
* Initial KNF.jsing2014-04-171-212/+214
* Remove defines for unwanted OS support...jsing2014-04-171-54/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
* first round of unifdef hammeringtedu2014-04-161-81/+1
* spray the apps directory with anti-VMS napalm.tedu2014-04-161-9/+0
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-8/+13
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-4/+3
* resolve conflicts, fix local changesdjm2010-10-011-1/+7
* missing ssl_sock_init() call in init_client() (used bydjm2009-01-301-3/+10
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-6/+4
* resolve conflictsdjm2008-09-061-24/+85
* kill strcpy; ok hshoexer@, prodded by david@djm2005-05-101-1/+1
* resolve conflictsdjm2005-04-291-1/+0
* merge 0.9.7dmarkus2004-04-081-1/+1
* support IPv6 connections in "openssl s_client", adding -4 and -6 options todjm2004-03-311-89/+32
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-14/+25
* more strcpy & sprintf murder; ho okderaadt2003-04-041-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-16/+18
* openssl-engine-0.9.6 mergebeck2000-12-151-3/+5
* OpenSSL 0.9.5a mergebeck2000-04-151-153/+19
* OpenSSL 0.9.4 mergebeck1999-09-291-66/+71
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+669