summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/s_socket.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-08-19Don't leak a strdup()'ed string on error in do_accept().Theo Buehler
2018-02-07Indent labels with a single space so that diff prototypes are more useful.Joel Sing
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