index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
/
s_socket.c
Age
Commit message (
Expand
)
Author
2021-12-06
Clean up a bunch of dead code in s_server.c and s_socket.c
Theo Buehler
2021-08-29
Implement -naccept in the s_server.
Theo Buehler
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-08-19
Don't leak a strdup()'ed string on error in do_accept().
Theo Buehler
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2015-09-10
Remove SOCKET_PROTOCOL, a redundant define that was only used once.
Lawrence Teo
2015-07-20
Check return value in openssl(1) s_socket.
Doug Hogan
2015-07-19
Only close descriptor if not already closed.
Doug Hogan
2015-07-17
fix leak, found by coverity, ID 78877
Bob Beck
2015-03-22
Since Windows needs BIO_sock_init() before you can call any networking
Brent Cook
2014-12-03
Move Windows OS-specific functions to make porting easier.
Brent Cook
2014-11-06
ssl_sock_init() does nothing, so remove it...
Joel Sing
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing