<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/unit, branch libressl-v3.7.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.7.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.7.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-12-02T01:15:11+00:00</updated>
<entry>
<title>regres/libssl/unit: simplify Makefile</title>
<updated>2022-12-02T01:15:11+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-02T01:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2288cbbd8750bb9ffbf16c21d2294bce7e4e601f'/>
<id>urn:sha1:2288cbbd8750bb9ffbf16c21d2294bce7e4e601f</id>
<content type='text'>
</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>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>Make test table based, extend it a little</title>
<updated>2022-07-21T03:59:04+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-21T03:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb77147197afdaf2aea9b25f6657216bca4c8fc5'/>
<id>urn:sha1:cb77147197afdaf2aea9b25f6657216bca4c8fc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>link ssl_set_alpn_protos to regress</title>
<updated>2022-07-20T14:50:31+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-20T14:50:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=34f33675fbe94525909384280b460a275a65d2e3'/>
<id>urn:sha1:34f33675fbe94525909384280b460a275a65d2e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos()</title>
<updated>2022-07-20T14:50:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-20T14:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d3ce02b71a03f35db0e4017c1052ed164f1219c'/>
<id>urn:sha1:3d3ce02b71a03f35db0e4017c1052ed164f1219c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some minimal regress coverage for the security level.</title>
<updated>2022-07-07T13:11:45+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-07T13:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0cb2272503a5d31b3fb407ed265fd7efdccd30b0'/>
<id>urn:sha1:0cb2272503a5d31b3fb407ed265fd7efdccd30b0</id>
<content type='text'>
From beck
</content>
</entry>
<entry>
<title>More %i vs %d cleanup</title>
<updated>2022-06-10T22:00:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-06-10T22:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a4e7780cc02bb9478301ba07f24a4d66c9b6beb1'/>
<id>urn:sha1:a4e7780cc02bb9478301ba07f24a4d66c9b6beb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Plug leaks reported by Ilya Shipitsin</title>
<updated>2022-02-08T19:06:56+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-08T19:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e83991a9a73223ac9ced04b0563848f0a92fd7d'/>
<id>urn:sha1:1e83991a9a73223ac9ced04b0563848f0a92fd7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cope with recent S3I removal; ok tb@</title>
<updated>2022-02-06T09:19:46+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2022-02-06T09:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5b097a3206326361d7bac2a0119d54588b578f33'/>
<id>urn:sha1:5b097a3206326361d7bac2a0119d54588b578f33</id>
<content type='text'>
</content>
</entry>
</feed>
