<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/key_schedule, 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>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>Use relative paths so beck can run regress in his git tree and have</title>
<updated>2022-06-29T15:06:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-06-29T15:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=30704efc73dc63b561072cf2191b3a769a8e51f1'/>
<id>urn:sha1:30704efc73dc63b561072cf2191b3a769a8e51f1</id>
<content type='text'>
the correct ssl_local.h etc be picked up.
</content>
</entry>
<entry>
<title>fix printing of client app secret</title>
<updated>2019-11-18T02:09:58+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2019-11-18T02:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=80d0b6415ec3400a84a81f6649fad5d344dfb045'/>
<id>urn:sha1:80d0b6415ec3400a84a81f6649fad5d344dfb045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regress for the updating of sever and client application secrets</title>
<updated>2019-11-18T02:04:56+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2019-11-18T02:04:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=92f1c5345d19f80fa93bfe3c1b5e2031fe868767'/>
<id>urn:sha1:92f1c5345d19f80fa93bfe3c1b5e2031fe868767</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Proper prototype for main(). Make sparc64 happier.</title>
<updated>2019-05-09T05:47:27+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2019-05-09T05:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3b3de03c88a75119db36a4b0fc0e928df7db39bf'/>
<id>urn:sha1:3b3de03c88a75119db36a4b0fc0e928df7db39bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Just err if we can't create secrets</title>
<updated>2018-11-13T01:32:33+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2018-11-13T01:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=989d6a248fb56bb655ca075689c51eaaae102f6b'/>
<id>urn:sha1:989d6a248fb56bb655ca075689c51eaaae102f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)</title>
<updated>2018-11-10T01:46:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-11-10T01:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a2ce510912f6a4ed48de18cc3fd4a9c85421e023'/>
<id>urn:sha1:a2ce510912f6a4ed48de18cc3fd4a9c85421e023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More regress all the way to exporter_master</title>
<updated>2018-11-10T00:48:33+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2018-11-10T00:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da35d1b222c4d16415d4e8a784a03c57b1bc56ed'/>
<id>urn:sha1:da35d1b222c4d16415d4e8a784a03c57b1bc56ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix last of the empty hash nonsense</title>
<updated>2018-11-10T00:18:25+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2018-11-10T00:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c2dfd9af8a8124c8a2287db5eb2053c1cfe8ae7c'/>
<id>urn:sha1:c2dfd9af8a8124c8a2287db5eb2053c1cfe8ae7c</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Update key schedule regress to match API changes.</title>
<updated>2018-11-09T23:57:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-11-09T23:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c52b117b40754f6cc961ad9d056ab527d1abe75'/>
<id>urn:sha1:6c52b117b40754f6cc961ad9d056ab527d1abe75</id>
<content type='text'>
</content>
</entry>
</feed>
