<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ocsp, branch OPENBSD_7_1_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_1_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_1_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-01-22T00:33:02+00:00</updated>
<entry>
<title>X509_GET_PUBKEY(3) return value check in libcrypto</title>
<updated>2022-01-22T00:33:02+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2022-01-22T00:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97f5f3a4eec63d096ff75c0f3eefea873954c06f'/>
<id>urn:sha1:97f5f3a4eec63d096ff75c0f3eefea873954c06f</id>
<content type='text'>
ok beck@ tb@

suggest using X509_get0_pubkey() and remove EVP_PKEY_free() from tb@
</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>Make structs in ocsp.h opaque</title>
<updated>2022-01-14T08:32:26+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T08:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3acb0bae7f358a317f5ebe092026edc36a05d43b'/>
<id>urn:sha1:3acb0bae7f358a317f5ebe092026edc36a05d43b</id>
<content type='text'>
This adds a little order to this pig sty.

ok inoguchi jsing
</content>
</entry>
<entry>
<title>Add an essentially empty ocsp_local.h and include it in the files</title>
<updated>2022-01-07T09:45:52+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-07T09:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e355318d027a0f704ff216613a362a7e02c68037'/>
<id>urn:sha1:e355318d027a0f704ff216613a362a7e02c68037</id>
<content type='text'>
that will need it in the upcoming bump.

discussed with jsing
</content>
</entry>
<entry>
<title>Fix OCSP_basic_verify() cert chain construction in case the</title>
<updated>2021-11-24T19:33:24+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-24T19:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e83eb4858d40f69f0a7f1df2b1e78c1e7934c24'/>
<id>urn:sha1:3e83eb4858d40f69f0a7f1df2b1e78c1e7934c24</id>
<content type='text'>
OCSP_BASICRESP bs contains no certificates.

From David von Oheimb (OpenSSL 121738d1)

ok beck
</content>
</entry>
<entry>
<title>Simplify slightly by using X509_get0_pubkey() thus eliminating the</title>
<updated>2021-11-24T19:29:19+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-24T19:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce8ea1e0ce013482a5c133f26894f2dd5f2b5d54'/>
<id>urn:sha1:ce8ea1e0ce013482a5c133f26894f2dd5f2b5d54</id>
<content type='text'>
need for EVP_PKEY_free().

ok beck
</content>
</entry>
<entry>
<title>Fix a whitespace error that has annoyed me for way too long</title>
<updated>2021-11-24T19:27:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-24T19:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=05a11ca39a8ba8c17aa0e79382a429335e75d511'/>
<id>urn:sha1:05a11ca39a8ba8c17aa0e79382a429335e75d511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the now internal X.509-related structs into x509_lcl.h.</title>
<updated>2021-11-01T20:53:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-01T20:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f478d62658b61e2242dbf3575bf454f8c0f432b1'/>
<id>urn:sha1:f478d62658b61e2242dbf3575bf454f8c0f432b1</id>
<content type='text'>
Garbage collect the now unused LIBRESSL_CRYPTO_INTERNAL and
LIBRESSL_OPAQUE_X509. Include "x509_lcl.h" where needed and
fix a couple of unnecessary reacharounds.

ok jsing
</content>
</entry>
<entry>
<title>Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is</title>
<updated>2021-11-01T08:14:36+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-01T08:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8072c9fd63707f411a3c2cef1a4ec6110882d79e'/>
<id>urn:sha1:8072c9fd63707f411a3c2cef1a4ec6110882d79e</id>
<content type='text'>
no longer needed.

ok jsing
</content>
</entry>
<entry>
<title>Prepare to provide a bunch of OCSP_resp_* getters.</title>
<updated>2021-10-24T13:50:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-10-24T13:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f731efcb020de1a829fe2e6ba79f1411545dbdbf'/>
<id>urn:sha1:f731efcb020de1a829fe2e6ba79f1411545dbdbf</id>
<content type='text'>
ok beck jsing
</content>
</entry>
</feed>
