| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix indentation sizefix-format | Shohei YOSHIDA | 2026-03-13 | 1 | -193/+193 |
| | | |||||
| * | Fix openssl completion | Shohei YOSHIDA | 2026-03-08 | 1 | -42/+42 |
| | | | | | - fix typo | ||||
| * | Fix openssl completion | Shohei YOSHIDA | 2026-03-08 | 1 | -5/+5 |
| | | | | | - fix wrong value completions | ||||
| * | fix openssl completion | Shohei YOSHIDA | 2026-03-08 | 1 | -1/+1 |
| | | | | | - correct option value format | ||||
| * | Fix Decrypt completion | Syrupy | 2026-01-25 | 1 | -1/+1 |
| | | | | Fix 'decrypt the input data' option | ||||
| * | Update OpenSSL completion to version 3.5 | Shohei YOSHIDA | 2025-12-01 | 1 | -1387/+2271 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2023-01-04 | 1 | -1/+1 |
| | | |||||
| * | Update links | Shohei YOSHIDA | 2022-11-23 | 1 | -1/+1 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2021-11-12 | 1 | -2/+2 |
| | | |||||
| * | Fix completion of cipher algorithms | Gianluca Recchia | 2021-01-03 | 1 | -1/+3 |
| | | |||||
| * | Fix typos | Dimitris Apostolou | 2020-04-09 | 1 | -10/+10 |
| | | |||||
| * | Support newer versions of OpenSSL | Aaron Schrab | 2017-02-27 | 1 | -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 completion | black | 2016-02-09 | 1 | -4/+80 |
| | | |||||
| * | Add completion for openssl | black | 2016-02-07 | 1 | -0/+1619 |
