summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug2015-06-151-29/+1
* Move verify externs into the header file.jsing2015-04-141-3/+1
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-17/+1
* Add ALPN support to openssl(1).jsing2014-12-101-9/+65
* convert select() to poll(). This is one of the most complicatedderaadt2014-12-021-14/+22
* TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,jsing2014-11-061-51/+1
* Remove ephemeral RSA key handling.jsing2014-10-311-43/+4
* Use automatic DH ephemeral parameters instead of fixed 512 bit.jsing2014-10-311-38/+23
* Use arc4random_buf() instead of RAND(_pseudo)?_bytes().jsing2014-10-221-3/+2
* Use O_NONBLOCK over FIONBIO.bcook2014-10-131-7/+3
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+2154