summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some gloriously outdated commentstb2025-01-021-5/+1
* 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-2/+1
* s_client: pause hasn't worked in ages. Just ignore ittb2023-12-291-8/+3
* Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsbeck2023-07-031-1/+9
* Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitbeck2023-07-031-66/+4
* Rename struct ${app}_config to plain cfgtb2023-03-061-206/+206
* Remove the legacy interactive mode from openssl(1).joshua2022-11-111-6/+4
* Use X509_*get0_pubkey() wherever possible to simplify and clean uptb2022-02-031-3/+3
* Attempt to opportunistically use the host name for SNI in s_client.jsing2021-12-261-10/+34
* Garbage collect another unused variable.jca2021-10-251-4/+1
* Garbage collect an unused variable.tb2021-10-221-4/+2
* Read ahead is now enforced for DTLS - remove workarounds.jsing2021-03-171-7/+1
* Add DTLSv1.2 support to openssl(1) s_client/s_server.jsing2021-03-171-12/+49
* Free peekaboo pbuf at end of s_client_main()tb2020-10-141-1/+2
* Clean up s_client.cinoguchi2020-07-101-26/+27
* Change variable bio_c_out from global to localinoguchi2020-07-101-15/+11
* Wrap long lines and put space in front of label in s_client.cinoguchi2020-07-091-46/+80
* Remove c_ prefix from s_client_config memberinoguchi2020-07-091-33/+33
* Convert openssl(1) s_client option handlinginoguchi2020-07-091-450/+770
* In ssl_lib.c revision 1.217, jsing enabled SSL_MODE_AUTO_RETRY bytb2020-05-231-1/+4
* sockaddr should be sockaddr_storage, otherwise "openssl s_client -6 -dtls1"deraadt2020-05-221-3/+4
* s_client: fix use of possibly uninitialized valuesinoguchi2020-04-261-2/+2
* Add -groups option to openssl(1) s_server.jsing2020-04-191-2/+2
* Add -tls1_3 and -notls1_3 options to openssl(1) s_client.jsing2020-02-161-17/+29
* Make -peekaboo mode also use SSL_pending after peeking, to ensurebeck2020-01-231-2/+9
* Simplify the peekaboo code.jsing2020-01-221-35/+6
* Add -peekaboo option to s_client, to test SSL_peekbeck2020-01-221-4/+66
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* didn't found -> didn't find.tb2018-11-141-2/+2
* typo in output string; from edgar pettijohnjmc2018-02-111-2/+2
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-4/+4
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-071-11/+6
* Remove NPN support - the -nextprotoneg options now become no-ops.jsing2017-08-121-57/+4
* use freezero() instead of 4-line conditional explicit_bzero + freederaadt2017-04-181-13/+4
* Add a -groups option to openssl s_client, which allows supported EC curvesjsing2017-01-241-7/+17
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* Display details of the server ephemeral key, based on OpenSSL.jsing2016-12-301-1/+4
* Fix a bug loading the default certificate path locations.bcook2016-06-211-9/+7
* Undo previous, pledge("dns") was already present. The problem was in s_server.jca2015-12-011-2/+2
* pledge dns so openssl can use dns.. noticed and fix by todd@beck2015-12-011-2/+2
* In pledge(), put "dns" right after "inet".jca2015-11-211-2/+2
* Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.jca2015-11-211-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/+6
* these do not use ioctl.hderaadt2015-10-061-2/+1
* Remove engine command and parameters from openssl(1).bcook2015-09-111-46/+3
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-4/+4