Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bring prototypes into scope, requires movement of a large global object | deraadt | 2015-08-19 | 1 | -1/+2 |
| | | | | | out of .h file ok jsing | ||||
* | Remove support for SSLv3 from openssl(1) ciphers. | doug | 2015-07-17 | 1 | -27/+5 |
| | | | | ok miod@ bcook@ | ||||
* | use correct formatter (int, because of type promotion after operations) | bcook | 2015-03-02 | 1 | -2/+2 |
| | | | | ok jsing@ | ||||
* | Remember to zero the ciphers configuration. | jsing | 2015-02-09 | 1 | -2/+4 |
| | |||||
* | Rewrite the openssl(1) ciphers command. | jsing | 2015-02-09 | 1 | -158/+128 |
| | | | | | | | | | This has the same functionality as the previous version, however uses the new option handling code, uses SSL_CIPHER_get_value() since we no longer care about SSlv2 cipher suites and uses standard I/O functions instead of BIO functions. ok beck@ doug@ | ||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+194 |
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@ |