<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/tlsext, branch OPENBSD_7_3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-11-26T16:08:57+00:00</updated>
<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>tlsexttest.c: make various static structs const</title>
<updated>2022-10-21T14:58:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-10-21T14:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6172b715052366b84ebd0b5addbaef70c201b59d'/>
<id>urn:sha1:6172b715052366b84ebd0b5addbaef70c201b59d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>quic tlsext tests: use byte vector in place of string</title>
<updated>2022-10-21T14:55:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-10-21T14:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dd7e80fcb29ec48dced1a8092c323005e52ff1f0'/>
<id>urn:sha1:dd7e80fcb29ec48dced1a8092c323005e52ff1f0</id>
<content type='text'>
While this doesn't actually change anything, it should appease Coverity.

CID 358678
CID 358679
</content>
</entry>
<entry>
<title>Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.</title>
<updated>2022-10-02T16:38:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-10-02T16:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41318db5497cddfa4935c4ea48bcb2eb5786375e'/>
<id>urn:sha1:41318db5497cddfa4935c4ea48bcb2eb5786375e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise regress now that SSL_QUIC_METHOD exists.</title>
<updated>2022-08-21T19:46:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-08-21T19:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5029dbcd45ab75e17b8a0978a415cb015ca2d444'/>
<id>urn:sha1:5029dbcd45ab75e17b8a0978a415cb015ca2d444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix error message</title>
<updated>2022-08-05T17:19:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-05T17:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f8fbb38b40bccdfd7a12640e2dd04b35e4e1133'/>
<id>urn:sha1:4f8fbb38b40bccdfd7a12640e2dd04b35e4e1133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");</title>
<updated>2022-08-05T17:12:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-05T17:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=26a19694dd6cd7d7c8216f885a110e4301148e26'/>
<id>urn:sha1:26a19694dd6cd7d7c8216f885a110e4301148e26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the bogokey[] global static const.</title>
<updated>2022-08-05T17:08:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-05T17:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=52c40e4b7bc43d28c01e94e38cad1256c3f0648f'/>
<id>urn:sha1:52c40e4b7bc43d28c01e94e38cad1256c3f0648f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move CBB_init() to a consistent place.</title>
<updated>2022-08-05T17:06:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-05T17:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5c5c5a4d0df84e62024b03355b624fa4317982d5'/>
<id>urn:sha1:5c5c5a4d0df84e62024b03355b624fa4317982d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently initialize failure to 1 at the top of the function and</title>
<updated>2022-08-05T17:03:33+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-08-05T17:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4856f4578d6e7ab9b74d0d54a385604ce14f9874'/>
<id>urn:sha1:4856f4578d6e7ab9b74d0d54a385604ce14f9874</id>
<content type='text'>
clear it right before the done label.
</content>
</entry>
</feed>
