summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove SOCKET_PROTOCOL, a redundant define that was only used once.lteo2015-09-101-4/+2
* Check return value in openssl(1) s_socket.doug2015-07-201-3/+6
* Only close descriptor if not already closed.doug2015-07-191-3/+5
* fix leak, found by coverity, ID 78877beck2015-07-171-3/+3
* Since Windows needs BIO_sock_init() before you can call any networkingbcook2015-03-221-11/+1
* Move Windows OS-specific functions to make porting easier.bcook2014-12-031-1/+11
* ssl_sock_init() does nothing, so remove it...jsing2014-11-061-17/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+351