Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the possibility to use the openssl s_client tool with an http | bluhm | 2015-01-13 | 1 | -4/+24 |
* | unifdef OPENSSL_NO_NEXTPROTONEG | jsing | 2014-12-14 | 1 | -17/+1 |
* | Add ALPN support to openssl(1). | jsing | 2014-12-10 | 1 | -2/+30 |
* | convert select() to poll(). This is one of the most complicated | deraadt | 2014-12-02 | 1 | -26/+41 |
* | Nuke more obvious #include duplications. | krw | 2014-11-18 | 1 | -2/+1 |
* | More OPENSSL_NO_TLSEXT clean up. | jsing | 2014-11-07 | 1 | -5/+5 |
* | TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT, | jsing | 2014-11-06 | 1 | -25/+1 |
* | None of these need <openssl/rand.h> | jsing | 2014-10-22 | 1 | -2/+1 |
* | s_client: don't call shutdown on a non-existent socket descriptor. | bcook | 2014-10-20 | 1 | -3/+1 |
* | Use O_NONBLOCK over FIONBIO. | bcook | 2014-10-13 | 1 | -4/+4 |
* | Enable -Wshadow in openssl(1) and fix a few shadow warnings. | doug | 2014-09-01 | 1 | -3/+1 |
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+1507 |