summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ciphers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark the initialized struct options arrays as both static and const.guenther2019-07-141-2/+2
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-3/+3
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* bring prototypes into scope, requires movement of a large global objectderaadt2015-08-191-1/+2
* Remove support for SSLv3 from openssl(1) ciphers.doug2015-07-171-27/+5
* use correct formatter (int, because of type promotion after operations)bcook2015-03-021-2/+2
* Remember to zero the ciphers configuration.jsing2015-02-091-2/+4
* Rewrite the openssl(1) ciphers command.jsing2015-02-091-158/+128
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+194