<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh-completions/src/_openssl, branch update-node-js</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh-completions/atom/src/_openssl?h=update-node-js</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh-completions/atom/src/_openssl?h=update-node-js'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/'/>
<updated>2025-12-01T08:32:10Z</updated>
<entry>
<title>Update OpenSSL completion to version 3.5</title>
<updated>2025-12-01T08:32:10Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2025-11-15T12:22:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=f20012f35f94abb66b314c985eaeff6c6bf89454'/>
<id>urn:sha1:f20012f35f94abb66b314c985eaeff6c6bf89454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2023-01-04T20:50:35Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2023-01-04T20:50:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=1d492c7151106a298f5c188369e04c3dce2b1366'/>
<id>urn:sha1:1d492c7151106a298f5c188369e04c3dce2b1366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update links</title>
<updated>2022-11-23T04:31:48Z</updated>
<author>
<name>Shohei YOSHIDA</name>
<email>syohex@gmail.com</email>
</author>
<published>2022-11-23T04:23:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=0b6e0648504382f68dbfc547bd4392a3d85e8513'/>
<id>urn:sha1:0b6e0648504382f68dbfc547bd4392a3d85e8513</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2021-11-12T21:56:34Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2021-11-12T21:56:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=0fd25cda7a31205bbee090d58752c323541c19b8'/>
<id>urn:sha1:0fd25cda7a31205bbee090d58752c323541c19b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix completion of cipher algorithms</title>
<updated>2021-01-03T15:31:19Z</updated>
<author>
<name>Gianluca Recchia</name>
<email>gianluca.recchia@protonmail.com</email>
</author>
<published>2021-01-03T15:31:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=17d92b0a8ebcdd1cded77e3bb2307ba148599352'/>
<id>urn:sha1:17d92b0a8ebcdd1cded77e3bb2307ba148599352</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2020-04-09T08:51:09Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2020-04-08T22:19:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=9e9bee7066c000957b674c3b68bb082eec58b410'/>
<id>urn:sha1:9e9bee7066c000957b674c3b68bb082eec58b410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support newer versions of OpenSSL</title>
<updated>2017-02-28T00:43:31Z</updated>
<author>
<name>Aaron Schrab</name>
<email>aaron@schrab.com</email>
</author>
<published>2017-02-28T00:42:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=ccb53f441fc0a6582a7f6dbe310bd89a714e3ea1'/>
<id>urn:sha1:ccb53f441fc0a6582a7f6dbe310bd89a714e3ea1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>cipher suite fix for openssl completion</title>
<updated>2016-02-09T16:49:20Z</updated>
<author>
<name>black</name>
<email>invalid</email>
</author>
<published>2016-02-09T16:49:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=1739324f8f925a4108d3ac298423829071c9062e'/>
<id>urn:sha1:1739324f8f925a4108d3ac298423829071c9062e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add completion for openssl</title>
<updated>2016-02-07T12:00:37Z</updated>
<author>
<name>black</name>
<email>invalid</email>
</author>
<published>2016-02-07T12:00:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh-completions/commit/?id=2c1f61140bd47128a638c0cf09bb3fbdb3643ab6'/>
<id>urn:sha1:2c1f61140bd47128a638c0cf09bb3fbdb3643ab6</id>
<content type='text'>
</content>
</entry>
</feed>
