summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/s_client.c
AgeCommit message (Expand)Author
2015-09-11Remove engine command and parameters from openssl(1).Brent Cook
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-09-10Fix shadowed verify_error in s_server by removing the unused global.Brent Cook
2015-08-22Remove all duplicate prototypes for *_main functions (these are alreadyJoel Sing
2015-08-11Improve openssl s_client -starttls xmpp support.Landry Breuil
2015-07-17Remove SSLv3 support from openssl(1) s_client.Doug Hogan
2015-04-14Move verify externs into the header file.Joel Sing
2015-01-13Add the possibility to use the openssl s_client tool with an httpAlexander Bluhm
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-10Add ALPN support to openssl(1).Joel Sing
2014-12-02convert select() to poll(). This is one of the most complicatedTheo de Raadt
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-07More OPENSSL_NO_TLSEXT clean up.Joel Sing
2014-11-06TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,Joel Sing
2014-10-22None of these need <openssl/rand.h>Joel Sing
2014-10-20s_client: don't call shutdown on a non-existent socket descriptor.Brent Cook
2014-10-13Use O_NONBLOCK over FIONBIO.Brent Cook
2014-09-01Enable -Wshadow in openssl(1) and fix a few shadow warnings.Doug Hogan
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing