Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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@ |