summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ciphers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* openssl(1) doesn't need 6 .h files: fold progs.h into apps.htb2025-01-021-2/+1
* ciphers: remove tls1 and tls1_1 leftoverstb2024-12-111-16/+2
* Rename struct ${app}_config to plain cfgtb2023-03-061-20/+20
* openssl: make all config structs statictb2023-03-051-2/+2
* Remove the legacy interactive mode from openssl(1).joshua2022-11-111-6/+4
* fix indenttb2022-07-191-2/+2
* Allow displaying ciphers according to protocol versiontb2022-07-191-4/+39
* Suppress output of the deprecated -tls1 option in usage() and helptb2022-07-141-3/+2
* Switch to using TLS_client_method()tb2022-07-141-2/+2
* Add -s option to openssl cipherstb2022-07-141-4/+20
* 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