<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/stack, branch libressl-v3.8.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-04-25T18:53:42+00:00</updated>
<entry>
<title>Move the policy STACK_OF stuff to pcy_int.h as well</title>
<updated>2023-04-25T18:53:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-25T18:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=10ed2aa863bdac9785b93749bd4840b1ed959c38'/>
<id>urn:sha1:10ed2aa863bdac9785b93749bd4840b1ed959c38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove SXNET</title>
<updated>2023-04-25T18:48:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-25T18:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbf2ba949e9a8593bfac40125b23645ec041759f'/>
<id>urn:sha1:fbf2ba949e9a8593bfac40125b23645ec041759f</id>
<content type='text'>
Unused and no authorative information was found online in 2016
</content>
</entry>
<entry>
<title>Future users of libcrypto will also have to do without strong extranet</title>
<updated>2023-04-24T22:30:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-24T22:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bcc671564aeeb25bdf7d30755b4057e14494f592'/>
<id>urn:sha1:bcc671564aeeb25bdf7d30755b4057e14494f592</id>
<content type='text'>
support.

discussed with beck and jsing
</content>
</entry>
<entry>
<title>Fix sk_is_sorted to tread 0 and 1 element lists as sorted.</title>
<updated>2023-04-24T15:35:22+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-04-24T15:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=798757fdfa77955f088eaf08d641aa2399c96311'/>
<id>urn:sha1:798757fdfa77955f088eaf08d641aa2399c96311</id>
<content type='text'>
from boringssl

ok tb@ jsing@
</content>
</entry>
<entry>
<title>Annotate policy tree STACK_OF() goo for removal from public API</title>
<updated>2023-04-16T08:18:10+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-16T08:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=153b34f11fbe778f1b9c2fe3f9116597fc137c29'/>
<id>urn:sha1:153b34f11fbe778f1b9c2fe3f9116597fc137c29</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>libressl *_namespace.h: adjust *_ALIAS() to require a semicolon</title>
<updated>2023-02-16T08:38:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-02-16T08:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=24a27fd0d17d515b00097199de60fa85a76a95df'/>
<id>urn:sha1:24a27fd0d17d515b00097199de60fa85a76a95df</id>
<content type='text'>
LCRYPTO_ALIAS() and LSSL_ALIAS() contained a trailing semicolon.
This does not conform to style(9), breaks editors and ctags and
(most importantly) my workflow. Fix this by neutering them with
asm("") so that -Wpedantic doesn't complain. There's precedent
in libc's namespace.h

fix suggested by &amp; ok jsing
</content>
</entry>
<entry>
<title>Hide symbols in libcrypto/stack</title>
<updated>2022-11-11T19:18:55+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2022-11-11T19:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3d107e555c9047b056fca78ad9fc85579e401cb'/>
<id>urn:sha1:c3d107e555c9047b056fca78ad9fc85579e401cb</id>
<content type='text'>
Automated change from the first attempts at the semi automated
Guentherizer 2000.

ok jsing@ tb@ joshua@
</content>
</entry>
<entry>
<title>Add ESSCertIDv2 stack macros</title>
<updated>2022-07-16T19:11:51+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2022-07-16T19:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=47a4312f66b13d10b320ea2562f60d1f88bef236'/>
<id>urn:sha1:47a4312f66b13d10b320ea2562f60d1f88bef236</id>
<content type='text'>
Copy existing ESSCertID macros and s/_ID/&amp;_V2/g.

Guard the new code under LIBRESSL_INTERNAL to defer visibility.

OK tb
</content>
</entry>
<entry>
<title>Expose Certificate Transparency symbols in headers</title>
<updated>2022-01-14T08:59:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T08:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=254f9523609a985c7aaf58540ddc556a89954ecf'/>
<id>urn:sha1:254f9523609a985c7aaf58540ddc556a89954ecf</id>
<content type='text'>
ok inoguchi jsing
</content>
</entry>
<entry>
<title>Put CTLOG and SCT stacks definitions in the right place.</title>
<updated>2021-12-19T14:33:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-12-19T14:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d119970b9c840e2e156d7ec15bcc7d9b273d8d3'/>
<id>urn:sha1:4d119970b9c840e2e156d7ec15bcc7d9b273d8d3</id>
<content type='text'>
No functional change.
</content>
</entry>
</feed>
