<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man, branch OPENBSD_7_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-13T18:34:00+00:00</updated>
<entry>
<title>The mdoc(7) .Ft macro does not need quoting of its arguments, but about</title>
<updated>2025-06-13T18:34:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-13T18:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d939c0f8976619330bcf368e12700a6ab1d14f99'/>
<id>urn:sha1:d939c0f8976619330bcf368e12700a6ab1d14f99</id>
<content type='text'>
10% of our manual pages using this macro employed useless quoting anyway.
Remove these quotes such that they do not incite fear, uncertainty,
and doubt in developers who happen to look at these pages.
jmc@ and tb@ agree with the direction.
</content>
</entry>
<entry>
<title>.Lb libssl libcrypto ; OK tb@</title>
<updated>2025-06-08T22:52:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4eb86431a58c45c4f9741bff9c71d833f08c83a9'/>
<id>urn:sha1:4eb86431a58c45c4f9741bff9c71d833f08c83a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete an "intentionally undocumented" comment regarding stuff</title>
<updated>2025-06-08T22:49:42+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59265f973a947fcfac4b95050fd8bba53e0de0b6'/>
<id>urn:sha1:59265f973a947fcfac4b95050fd8bba53e0de0b6</id>
<content type='text'>
that no longer exists, and add .Lb libssl libcrypto;
OK tb@
</content>
</entry>
<entry>
<title>add the missing .In line and add .Lb libssl libcrypto ; OK tb@</title>
<updated>2025-06-08T22:47:20+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e70b21b9a501b592f276dc23ad5970b8de5334'/>
<id>urn:sha1:74e70b21b9a501b592f276dc23ad5970b8de5334</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SSL_set_tlsext_host_name: as a setter it cannot take a const ssl</title>
<updated>2025-04-18T08:35:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-04-18T08:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=13b88abbff8693fa18aa2a4927fb72fc131d5bf5'/>
<id>urn:sha1:13b88abbff8693fa18aa2a4927fb72fc131d5bf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SSL_select_next_proto: fix invalid octal escape by switching to hexadecimal</title>
<updated>2025-02-04T14:00:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-02-04T14:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=34e1b64159d087e05f782ae75be204547c4c12cc'/>
<id>urn:sha1:34e1b64159d087e05f782ae75be204547c4c12cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SSL_CTX_set_cipher_list: stop mentioning ancient ciphers</title>
<updated>2025-01-18T12:20:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-18T12:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=36afb97d94bb930eae7942fd9f76ee73cfe7cbed'/>
<id>urn:sha1:36afb97d94bb930eae7942fd9f76ee73cfe7cbed</id>
<content type='text'>
Support was removed nearly a decade ago. No need to mention this anymore.

ok jsing
</content>
</entry>
<entry>
<title>Stop mentioning DSA/DSS</title>
<updated>2025-01-18T10:45:12+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-18T10:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4bb218cb864b7afff4c75a1a68352a7f749033e4'/>
<id>urn:sha1:4bb218cb864b7afff4c75a1a68352a7f749033e4</id>
<content type='text'>
Support for this went away in 2017, but a few things still mentioned DSA
in various contexts. Replace DSA with ECDSA where appropriate and otherwise
delete this. It won't work.

ok jsing
</content>
</entry>
<entry>
<title>received form the peer -&gt; received from the peer</title>
<updated>2024-12-19T06:45:21+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2024-12-19T06:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2748f6af2aaaa3354315c23f8fb7a8308d5779b6'/>
<id>urn:sha1:2748f6af2aaaa3354315c23f8fb7a8308d5779b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>byt -&gt; but; ok tb@</title>
<updated>2024-10-13T08:25:09+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2024-10-13T08:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7eefcaf8708c5ed679ce0f405285b3f798b11f01'/>
<id>urn:sha1:7eefcaf8708c5ed679ce0f405285b3f798b11f01</id>
<content type='text'>
</content>
</entry>
</feed>
