summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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