<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ct, 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>2022-07-12T14:42:50+00:00</updated>
<entry>
<title>Remove mkerr.pl remnants from LibreSSL</title>
<updated>2022-07-12T14:42:50+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2022-07-12T14:42:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=89e42d5857196a8071fbafb5565388d0e20ec32b'/>
<id>urn:sha1:89e42d5857196a8071fbafb5565388d0e20ec32b</id>
<content type='text'>
This script is not used at all and files are edited by hand instead.
Thus remove misleading comments incl. the obsolete script/config.

Feedback OK jsing tb
</content>
</entry>
<entry>
<title>Replace obj_mac.h with object.h</title>
<updated>2022-06-30T11:14:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-06-30T11:14:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9750dad90805ab9064b083f792c0c680759708a'/>
<id>urn:sha1:b9750dad90805ab9064b083f792c0c680759708a</id>
<content type='text'>
Pointed out by and ok jsing
</content>
</entry>
<entry>
<title>Remove openssl/cterr.h and inline it in openssl/ct.h</title>
<updated>2022-05-08T20:59:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-05-08T20:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8ce75307b6eeae36eef3a3458c5163787c3d2fb7'/>
<id>urn:sha1:8ce75307b6eeae36eef3a3458c5163787c3d2fb7</id>
<content type='text'>
ok jsing
</content>
</entry>
<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>
</feed>
