aboutsummaryrefslogtreecommitdiffstats
path: root/src/_openssl
Commit message (Collapse)AuthorAgeFilesLines
* Fix Decrypt completionSyrupy2026-01-251-1/+1
| | | Fix 'decrypt the input data' option
* Update OpenSSL completion to version 3.5Shohei YOSHIDA2025-12-011-1387/+2271
|
* Fix typosDimitris Apostolou2023-01-041-1/+1
|
* Update linksShohei YOSHIDA2022-11-231-1/+1
|
* Fix typosDimitris Apostolou2021-11-121-2/+2
|
* Fix completion of cipher algorithmsGianluca Recchia2021-01-031-1/+3
|
* Fix typosDimitris Apostolou2020-04-091-10/+10
|
* Support newer versions of OpenSSLAaron Schrab2017-02-271-13/+3
| | | | | | | | | | | | | | | | | With OpenSSL 1.1.0e (likely earlier as well) the `list-*` commands are no longer supported causing completion to fail for subcommands and arguments of digest and cipher subcommands. Instead use the output of `openssl help`, removing the section headers and splitting the list of commands which that displays. Earlier versions don't actually have a `help` subcommand but they did already produce the same help output for unknown subcommands, just preceded with an error message about the invalid command. This error message is removed along with the section headers. One use of the obsolete `list-cipher-algorithms` subcommand remains, but it is in the completion for the `genpkey` subcommand which is also obsolete.
* cipher suite fix for openssl completionblack2016-02-091-4/+80
|
* Add completion for opensslblack2016-02-071-0/+1619