Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. | doug | 2015-06-15 | 1 | -29/+1 | |
| | | | | | This was imported into OpenSSL from SSLeay. It was recently deleted in OpenSSL commit 7a4dadc3a6a487db92619622b820eb4f7be512c9 | |||||
* | Move verify externs into the header file. | jsing | 2015-04-14 | 1 | -3/+1 | |
| | ||||||
* | unifdef OPENSSL_NO_NEXTPROTONEG | jsing | 2014-12-14 | 1 | -17/+1 | |
| | ||||||
* | Add ALPN support to openssl(1). | jsing | 2014-12-10 | 1 | -9/+65 | |
| | | | | Based on OpenSSL. | |||||
* | convert select() to poll(). This is one of the most complicated | deraadt | 2014-12-02 | 1 | -14/+22 | |
| | | | | | | 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. | |||||
* | TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT, | jsing | 2014-11-06 | 1 | -51/+1 | |
| | | | | which was already done for libssl some time back. | |||||
* | Remove ephemeral RSA key handling. | jsing | 2014-10-31 | 1 | -43/+4 | |
| | ||||||
* | Use automatic DH ephemeral parameters instead of fixed 512 bit. | jsing | 2014-10-31 | 1 | -38/+23 | |
| | | | | Based on OpenSSL. | |||||
* | Use arc4random_buf() instead of RAND(_pseudo)?_bytes(). | jsing | 2014-10-22 | 1 | -3/+2 | |
| | | | | ok bcook@ | |||||
* | Use O_NONBLOCK over FIONBIO. | bcook | 2014-10-13 | 1 | -7/+3 | |
| | | | | | | | | | 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@ | |||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+2154 | |
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@ |