<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/ciphers.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-01-02T12:31:44+00:00</updated>
<entry>
<title>openssl(1) doesn't need 6 .h files: fold progs.h into apps.h</title>
<updated>2025-01-02T12:31:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-02T12:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8d0fcc0d460d9b0c35764534bef3e0d86dc8aab8'/>
<id>urn:sha1:8d0fcc0d460d9b0c35764534bef3e0d86dc8aab8</id>
<content type='text'>
discussed with jsing
</content>
</entry>
<entry>
<title>ciphers: remove tls1 and tls1_1 leftovers</title>
<updated>2024-12-11T12:18:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-12-11T12:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4a69e5993df6d0040e5e8f4a2de040d77c1924e9'/>
<id>urn:sha1:4a69e5993df6d0040e5e8f4a2de040d77c1924e9</id>
<content type='text'>
The options were already removed from the manual in 91e7614a.

From Renaud Allard (hand-applied since patch was mangled)
</content>
</entry>
<entry>
<title>Rename struct ${app}_config to plain cfg</title>
<updated>2023-03-06T14:32:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-06T14:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae'/>
<id>urn:sha1:2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae</id>
<content type='text'>
All the structs are static and we need to reach into them many times.
Having a shorter name is more concise and results in less visual clutter.
It also avoids many overlong lines and we will be able to get rid of some
unfortunate line wrapping down the road.

Discussed with jsing
</content>
</entry>
<entry>
<title>openssl: make all config structs static</title>
<updated>2023-03-05T13:12:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-05T13:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=526ac760d941819bc6d2eefe70bf7c9c5562bc26'/>
<id>urn:sha1:526ac760d941819bc6d2eefe70bf7c9c5562bc26</id>
<content type='text'>
These are per-app, so per-file. Most of them already are static, adjust
the rest of them.
</content>
</entry>
<entry>
<title>Remove the legacy interactive mode from openssl(1).</title>
<updated>2022-11-11T17:07:39+00:00</updated>
<author>
<name>joshua</name>
<email></email>
</author>
<published>2022-11-11T17:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=273d9e16fc9e481283c2b2302b348e4863e29f28'/>
<id>urn:sha1:273d9e16fc9e481283c2b2302b348e4863e29f28</id>
<content type='text'>
This removes the legacy interactive mode from openssl(1) since it is
rarely used, complicates the code, and has also been removed from
OpenSSL in version 3.x.x.

ok tb@ jsing@
</content>
</entry>
<entry>
<title>fix indent</title>
<updated>2022-07-19T20:15:19+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-19T20:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec2e701cc9dc8074434759b4102c781a20adb990'/>
<id>urn:sha1:ec2e701cc9dc8074434759b4102c781a20adb990</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow displaying ciphers according to protocol version</title>
<updated>2022-07-19T16:07:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-19T16:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa292259e6e362d01a413d7edc7b87fc7320bc32'/>
<id>urn:sha1:fa292259e6e362d01a413d7edc7b87fc7320bc32</id>
<content type='text'>
Instead of only using the default client method, allow selecting a
specific protocol version and display the supported ciphers accordingly.
This removes the noop status of -tls1 and adds -tls1_{1,2,3} as in
other commands.

ok jsing
</content>
</entry>
<entry>
<title>Suppress output of the deprecated -tls1 option in usage() and help</title>
<updated>2022-07-14T08:37:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-14T08:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42cdb27449a5dea8427c2e629c71dbc67da73764'/>
<id>urn:sha1:42cdb27449a5dea8427c2e629c71dbc67da73764</id>
<content type='text'>
output. The option wasn't documented in the manpage.

pointed out by jsing
</content>
</entry>
<entry>
<title>Switch to using TLS_client_method()</title>
<updated>2022-07-14T08:35:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-14T08:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2cd23025bcedc88c4f159649f91ce257fc79dd3a'/>
<id>urn:sha1:2cd23025bcedc88c4f159649f91ce257fc79dd3a</id>
<content type='text'>
Apparently, TLSv1_client_method() is used for historical reasons.
This behavior is no longer helpful if we want to know what ciphers
a TLS connection could use. This could change again after further
investigation of what the behavior should be...

ok beck jsing
</content>
</entry>
<entry>
<title>Add -s option to openssl ciphers</title>
<updated>2022-07-14T08:07:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-14T08:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dbd1b59b8e7f5c3d892e3fba855035c344fad63c'/>
<id>urn:sha1:dbd1b59b8e7f5c3d892e3fba855035c344fad63c</id>
<content type='text'>
With this option, the command only shows the ciphers supported by the
SSL method.

ok beck jsing
</content>
</entry>
</feed>
