<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ct, branch libressl-v3.5.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.5.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.5.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-01-22T00:31:23+00:00</updated>
<entry>
<title>X509_GET_PUBKEY(3) return value check in libcrypto</title>
<updated>2022-01-22T00:31:23+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2022-01-22T00:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6584e96690c653cb2ad98e693163abcdef34e0d7'/>
<id>urn:sha1:6584e96690c653cb2ad98e693163abcdef34e0d7</id>
<content type='text'>
ok beck@ tb@
</content>
</entry>
<entry>
<title>Convert SCT verification to CBB.</title>
<updated>2022-01-06T14:34:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-01-06T14:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=48057f80f6886089e763c96334630cf7fb968a93'/>
<id>urn:sha1:48057f80f6886089e763c96334630cf7fb968a93</id>
<content type='text'>
ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]</title>
<updated>2021-12-25T15:42:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-12-25T15:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4b7d9358023de29df50f078ca8c8b2c68a2e3113'/>
<id>urn:sha1:4b7d9358023de29df50f078ca8c8b2c68a2e3113</id>
<content type='text'>
as is done for most other X.509 v3 extension methods.

discussed with jsing
</content>
</entry>
<entry>
<title>Always allocate a new stack in o2i_SCT_LIST().</title>
<updated>2021-12-20T17:23:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-12-20T17:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee3f28de4787fb4c05a0e852fb93ba9ea9bda5fa'/>
<id>urn:sha1:ee3f28de4787fb4c05a0e852fb93ba9ea9bda5fa</id>
<content type='text'>
If we're given a pointer to an existing stack, free it and allocate a new
one rather than poping and freeing all of the existing entries so we can
reuse it. While here rename some arguments and variables.

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature().</title>
<updated>2021-12-20T17:19:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-12-20T17:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca979bc13681324bec56d478f460b8950d2b849d'/>
<id>urn:sha1:ca979bc13681324bec56d478f460b8950d2b849d</id>
<content type='text'>
Remove the existing o2i_SCT_signature() function and rename
o2i_SCT_signature_internal() to replace it.

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>KNF two comments</title>
<updated>2021-12-18T17:26:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-12-18T17:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=10f9d052cd74a1e75a30f83f521a31b03dc4498f'/>
<id>urn:sha1:10f9d052cd74a1e75a30f83f521a31b03dc4498f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert license stubs to full licenses in the remaining files.</title>
<updated>2021-12-18T16:50:40+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-12-18T16:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3596705559bac06b4d47e94fecd56f3676b13e40'/>
<id>urn:sha1:3596705559bac06b4d47e94fecd56f3676b13e40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reinstate the license stubs to their original licenses in most of the</title>
<updated>2021-12-18T16:34:52+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-12-18T16:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=94e0bd2be1159854d0ffb51a7af91b5549cb5a01'/>
<id>urn:sha1:94e0bd2be1159854d0ffb51a7af91b5549cb5a01</id>
<content type='text'>
files in libcrypto/ct. This reverts OpenSSL commit d2e9e320

discussed with jsing
</content>
</entry>
<entry>
<title>Convert o2i_SCT* functions to CBS.</title>
<updated>2021-12-18T15:59:50+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-12-18T15:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=43e7643bc4f5f7923f996374336ac1ae3bd5f0d1'/>
<id>urn:sha1:43e7643bc4f5f7923f996374336ac1ae3bd5f0d1</id>
<content type='text'>
This provides cleaner and safer code.

ok inoguchi@ tb@
</content>
</entry>
<entry>
<title>Rename argument to SCT_LIST_free()</title>
<updated>2021-12-18T15:58:59+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-12-18T15:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=61762a440108392eeb8a422683cf342b8b94f830'/>
<id>urn:sha1:61762a440108392eeb8a422683cf342b8b94f830</id>
<content type='text'>
</content>
</entry>
</feed>
