summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix shadowed verify_error in s_server by removing the unused global.bcook2015-09-101-2/+1
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* Improve openssl s_client -starttls xmpp support.landry2015-08-111-5/+18
* Remove SSLv3 support from openssl(1) s_client.doug2015-07-171-4/+1
* Move verify externs into the header file.jsing2015-04-141-5/+1
* Add the possibility to use the openssl s_client tool with an httpbluhm2015-01-131-4/+24
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-17/+1
* Add ALPN support to openssl(1).jsing2014-12-101-2/+30
* convert select() to poll(). This is one of the most complicatedderaadt2014-12-021-26/+41
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* More OPENSSL_NO_TLSEXT clean up.jsing2014-11-071-5/+5
* TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,jsing2014-11-061-25/+1
* None of these need <openssl/rand.h>jsing2014-10-221-2/+1
* s_client: don't call shutdown on a non-existent socket descriptor.bcook2014-10-201-3/+1
* Use O_NONBLOCK over FIONBIO.bcook2014-10-131-4/+4
* Enable -Wshadow in openssl(1) and fix a few shadow warnings.doug2014-09-011-3/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+1507