summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/s_client.c
AgeCommit message (Expand)Author
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