<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl, branch OPENBSD_7_3_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-03-10T16:45:50+00:00</updated>
<entry>
<title>Crankl libcrypto/libssl/libtls minors after symbol addition</title>
<updated>2023-03-10T16:45:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-10T16:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fade9f4f04b548ca781e7f632f1d2cbed088db59'/>
<id>urn:sha1:fade9f4f04b548ca781e7f632f1d2cbed088db59</id>
<content type='text'>
</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>fix another typo in comment in a line touched by the last commit (this</title>
<updated>2022-12-26T10:54:47+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2022-12-26T10:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=695537118faf2d300768acf3db84e620ebd3ef29'/>
<id>urn:sha1:695537118faf2d300768acf3db84e620ebd3ef29</id>
<content type='text'>
one wouldn't have triggered a spell checker though)
</content>
</entry>
<entry>
<title>spelling fixes; from paul tagliamonte</title>
<updated>2022-12-26T07:31:44+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-12-26T07:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66dae57727594a3234d5bf75a11f7e2bf4e6f766'/>
<id>urn:sha1:66dae57727594a3234d5bf75a11f7e2bf4e6f766</id>
<content type='text'>
ok tb
</content>
</entry>
<entry>
<title>document the interaction with BIO_dup_chain(3)</title>
<updated>2022-12-18T20:24:52+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-12-18T20:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3583bd6d4b12a04225220bc84efe794bb72da016'/>
<id>urn:sha1:3583bd6d4b12a04225220bc84efe794bb72da016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a small blurb on @SECLEVEL=n</title>
<updated>2022-12-11T20:53:27+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-11T20:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a9e4d227bad4b465f48f4d9c9226f9465d0a6943'/>
<id>urn:sha1:a9e4d227bad4b465f48f4d9c9226f9465d0a6943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make header guards of internal headers consistent</title>
<updated>2022-11-26T17:23:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-26T17:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a1908508efa61f3f77ac8036694af2f920df947'/>
<id>urn:sha1:3a1908508efa61f3f77ac8036694af2f920df947</id>
<content type='text'>
Not all of them, only those that didn't leak into a public header...
Yes.
</content>
</entry>
<entry>
<title>Make internal header file names consistent</title>
<updated>2022-11-26T16:08:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-26T16:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81d98bf600a381a625eb11b39a725b08c0ba547f'/>
<id>urn:sha1:81d98bf600a381a625eb11b39a725b08c0ba547f</id>
<content type='text'>
Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names
used for internal headers. Move all these headers we inherited from
OpenSSL to *_local.h, reserving the name *_internal.h for our own code.
Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h.
constant_time_locl.h is moved to constant_time.h since it's special.

Adjust all .c files in libcrypto, libssl and regress.

The diff is mechanical with the exception of tls13_quic.c, where
#include &lt;ssl_locl.h&gt; was fixed manually.

discussed with jsing,
no objection bcook
</content>
</entry>
<entry>
<title>Reverse arguments in CBS_dup()</title>
<updated>2022-11-23T07:31:12+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-23T07:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d91fdc3a6b61ca64e9601694d2de34d422415c6b'/>
<id>urn:sha1:d91fdc3a6b61ca64e9601694d2de34d422415c6b</id>
<content type='text'>
We want to copy the tls_content_cbs() into the cbs, not the other way around

CID 377013

ok jsing
</content>
</entry>
<entry>
<title>Bump libssl minor to match libcrypto</title>
<updated>2022-11-13T14:06:58+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-11-13T14:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9e55b1022b366ba5d1954e8029eeca02451c3a9'/>
<id>urn:sha1:b9e55b1022b366ba5d1954e8029eeca02451c3a9</id>
<content type='text'>
</content>
</entry>
</feed>
