summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge s_apps.h into apps.htb2025-01-021-3/+1
* openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.htb2025-01-021-2/+1
* Garbage collect the last users of SSL_set_debug(3)tb2023-12-291-3/+1
* Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsbeck2023-07-031-7/+11
* Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitbeck2023-07-031-67/+5
* Rename struct ${app}_config to plain cfgtb2023-03-061-280/+280
* Remove the legacy interactive mode from openssl(1).joshua2022-11-111-6/+4
* Clean up a bunch of dead code in s_server.c and s_socket.ctb2021-12-061-5/+5
* Various minor adjustments to make openssl(1) compile with opaquetb2021-10-311-5/+9
* Fix some whitespace issues, some pointed out by jsing, some found intb2021-10-231-4/+4
* Prepare s_server for opaque structs in libcryptotb2021-10-231-8/+13
* Remove an unused variable and a pointless label.tb2021-09-231-7/+1
* Start naccept .desc with a capitaltb2021-08-291-2/+2
* Implement -naccept in the s_server.tb2021-08-291-4/+15
* Read ahead is now enforced for DTLS - remove workarounds.jsing2021-03-171-13/+1
* Use consistent s_server_opt_ prefix.jsing2021-03-171-9/+9
* Add DTLSv1.2 support to openssl(1) s_client/s_server.jsing2021-03-171-17/+57
* Add -[46] nops for compatibility with the OpenSSL s_servertb2020-10-021-1/+9
* Wrap long lines s_server.cinoguchi2020-07-271-67/+130
* Add function prototype and move sub functions to bottominoguchi2020-07-271-198/+197
* Remove space between '*' and pointer variable in s_server.cinoguchi2020-07-271-12/+12
* Remove 's_' prefix from member of s_server_config structinoguchi2020-07-271-110/+110
* Convert openssl(1) s_server option handlinginoguchi2020-07-271-568/+929
* While the second SSL_CTX in this code is only used on servernametb2020-05-231-1/+2
* In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY bytb2020-05-231-1/+3
* Avoid an out-of-bounds array access in the s_server.tb2020-05-231-1/+3
* Add -tls1_3 and -no_tls1_3 options to openssl(1) s_serverinoguchi2020-05-131-6/+28
* Conditionalize sleep-before-retry in server code to only be done whenbeck2020-05-101-3/+5
* Add -groups option to openssl(1) s_server.jsing2020-04-191-33/+29
* Avoid a path traversal bug in s_server on Windows.bcook2019-10-041-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-9/+9
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-071-21/+11
* Initialize variables to avoid compiler warningsinoguchi2018-01-281-2/+2
* Remove NPN support - the -nextprotoneg options now become no-ops.jsing2017-08-121-47/+5
* use freezero() instead of 4-line conditional explicit_bzero + freederaadt2017-04-181-5/+2
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* remove NULL-check before free()mmcc2015-12-231-3/+2
* s_server also needs DNS; reported by tb@jca2015-12-011-2/+2
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* add "tty" for several subcommands of opensslsemarie2015-10-171-2/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+7
* these do not use ioctl.hderaadt2015-10-061-2/+1
* kill evil commentbeck2015-09-111-3/+1
* Remove engine command and parameters from openssl(1).bcook2015-09-111-31/+9
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* Avoid possible NULL deref in openssl(1) s_server.doug2015-07-201-2/+5
* Remove SSLv3 support from openssl(1) s_server.doug2015-07-171-7/+2
* Remove workaround for TLS padding bug from SSLeay days.doug2015-07-171-5/+1