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_server.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-10-31
Various minor adjustments to make openssl(1) compile with opaque
Theo Buehler
2021-10-23
Fix some whitespace issues, some pointed out by jsing, some found in
Theo Buehler
2021-10-23
Prepare s_server for opaque structs in libcrypto
Theo Buehler
2021-09-23
Remove an unused variable and a pointless label.
Theo Buehler
2021-08-29
Start naccept .desc with a capital
Theo Buehler
2021-08-29
Implement -naccept in the s_server.
Theo Buehler
2021-03-17
Read ahead is now enforced for DTLS - remove workarounds.
Joel Sing
2021-03-17
Use consistent s_server_opt_ prefix.
Joel Sing
2021-03-17
Add DTLSv1.2 support to openssl(1) s_client/s_server.
Joel Sing
2020-10-02
Add -[46] nops for compatibility with the OpenSSL s_server
Theo Buehler
2020-07-27
Wrap long lines s_server.c
Kinichiro Inoguchi
2020-07-27
Add function prototype and move sub functions to bottom
Kinichiro Inoguchi
2020-07-27
Remove space between '*' and pointer variable in s_server.c
Kinichiro Inoguchi
2020-07-27
Remove 's_' prefix from member of s_server_config struct
Kinichiro Inoguchi
2020-07-27
Convert openssl(1) s_server option handling
Kinichiro Inoguchi
2020-05-23
While the second SSL_CTX in this code is only used on servername
Theo Buehler
2020-05-23
In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY by
Theo Buehler
2020-05-23
Avoid an out-of-bounds array access in the s_server.
Theo Buehler
2020-05-13
Add -tls1_3 and -no_tls1_3 options to openssl(1) s_server
Kinichiro Inoguchi
2020-05-10
Conditionalize sleep-before-retry in server code to only be done when
Bob Beck
2020-04-19
Add -groups option to openssl(1) s_server.
Joel Sing
2019-10-04
Avoid a path traversal bug in s_server on Windows.
Brent Cook
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
Joel Sing
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
Joel Sing
2018-01-28
Initialize variables to avoid compiler warnings
Kinichiro Inoguchi
2017-08-12
Remove NPN support - the -nextprotoneg options now become no-ops.
Joel Sing
2017-04-18
use freezero() instead of 4-line conditional explicit_bzero + free
Theo de Raadt
2017-01-20
rearrange pledge promises into the canonical order; easier to eyeball
Theo de Raadt
2015-12-23
remove NULL-check before free()
mmcc
2015-12-01
s_server also needs DNS; reported by tb@
Jeremie Courreges-Anglas
2015-10-17
Exit if a pledge call fails in non-interactive mode.
Doug Hogan
2015-10-17
add "tty" for several subcommands of openssl
Sebastien Marie
2015-10-10
Initial support for pledges in openssl(1) commands.
Doug Hogan
2015-10-06
these do not use ioctl.h
Theo de Raadt
2015-09-11
kill evil comment
Bob Beck
2015-09-11
Remove engine command and parameters from openssl(1).
Brent Cook
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-08-22
Remove all duplicate prototypes for *_main functions (these are already
Joel Sing
2015-07-20
Avoid possible NULL deref in openssl(1) s_server.
Doug Hogan
2015-07-17
Remove SSLv3 support from openssl(1) s_server.
Doug Hogan
2015-07-17
Remove workaround for TLS padding bug from SSLeay days.
Doug Hogan
2015-06-15
Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.
Doug Hogan
2015-04-14
Move verify externs into the header file.
Joel Sing
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
Joel Sing
2014-12-10
Add ALPN support to openssl(1).
Joel Sing
2014-12-02
convert select() to poll(). This is one of the most complicated
Theo de Raadt
2014-11-06
TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,
Joel Sing
2014-10-31
Remove ephemeral RSA key handling.
Joel Sing
[next]