Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove SSLv3 support from openssl(1) s_client. | doug | 2015-07-17 | 1 | -4/+1 | |
| | | | | ok miod@ bcook@ beck@ | |||||
* | Move verify externs into the header file. | jsing | 2015-04-14 | 1 | -5/+1 | |
| | ||||||
* | Add the possibility to use the openssl s_client tool with an http | bluhm | 2015-01-13 | 1 | -4/+24 | |
| | | | | | | proxy. Implement the -proxy feature in the same hackish way as -starttls. OK jsing@ | |||||
* | unifdef OPENSSL_NO_NEXTPROTONEG | jsing | 2014-12-14 | 1 | -17/+1 | |
| | ||||||
* | Add ALPN support to openssl(1). | jsing | 2014-12-10 | 1 | -2/+30 | |
| | | | | Based on OpenSSL. | |||||
* | convert select() to poll(). This is one of the most complicated | deraadt | 2014-12-02 | 1 | -26/+41 | |
| | | | | | | conversions in the tree, because the original code is very rotten and fragile. Please test and report any failures. Assistance from millert, bcook, and jsing. | |||||
* | Nuke more obvious #include duplications. | krw | 2014-11-18 | 1 | -2/+1 | |
| | | | | ok deraadt@ millert@ tedu@ | |||||
* | 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 | |
| | | | | which was already done for libssl some time back. | |||||
* | 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 | |
| | | | | | from Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> ok beck@, deraadt@ | |||||
* | Use O_NONBLOCK over FIONBIO. | bcook | 2014-10-13 | 1 | -4/+4 | |
| | | | | | | | | | Prefer this because it is the POSIX standard and has consistent behavior across platforms. Use BIO_socket_nbio consistently across the tree. from Jonas 'Sortie' Termansen, ok deraadt@ | |||||
* | Enable -Wshadow in openssl(1) and fix a few shadow warnings. | doug | 2014-09-01 | 1 | -3/+1 | |
| | | | | ok jsing@ | |||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+1507 | |
a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@ |