summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/s_socket.c
AgeCommit message (Expand)Author
2015-09-10Remove SOCKET_PROTOCOL, a redundant define that was only used once.Lawrence Teo
2015-07-20Check return value in openssl(1) s_socket.Doug Hogan
2015-07-19Only close descriptor if not already closed.Doug Hogan
2015-07-17fix leak, found by coverity, ID 78877Bob Beck
2015-03-22Since Windows needs BIO_sock_init() before you can call any networkingBrent Cook
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-11-06ssl_sock_init() does nothing, so remove it...Joel Sing
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing