<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ocsp/ocsp_lib.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-05-10T05:54:39+00:00</updated>
<entry>
<title>Use err_local.h rather than err.h in most places</title>
<updated>2025-05-10T05:54:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-05-10T05:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41e8f99dd1625a9f0c80ce9d4383e95b18e85709'/>
<id>urn:sha1:41e8f99dd1625a9f0c80ce9d4383e95b18e85709</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp()</title>
<updated>2024-08-28T06:27:19+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-28T06:27:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9032d6e5b3d65c4046f56dd92cfc500d69464019'/>
<id>urn:sha1:9032d6e5b3d65c4046f56dd92cfc500d69464019</id>
<content type='text'>
less likely.

ok jsing
</content>
</entry>
<entry>
<title>Clean up and simplify OCSP_cert_id_new()</title>
<updated>2024-08-28T06:26:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-28T06:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41f08d0fa7b1f2a74331db1a3f73838cc4f60ca3'/>
<id>urn:sha1:41f08d0fa7b1f2a74331db1a3f73838cc4f60ca3</id>
<content type='text'>
Use proper NULL checks, set hashAlgorithm with X509_ALGOR_set0_by_nid(),
and avoid a silly digerr label.

ok jsing
</content>
</entry>
<entry>
<title>Hide symbols in cast, idea, and ocsp</title>
<updated>2023-07-08T10:44:00+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-08T10:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74c07cfc5fdb0509df57f93456ab3a89a9252697'/>
<id>urn:sha1:74c07cfc5fdb0509df57f93456ab3a89a9252697</id>
<content type='text'>
ok 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>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>Add const to two arguments of OCSP_cert_to_id()</title>
<updated>2018-08-24T20:03:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-08-24T20:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e630d1afcc58ea539abeff9301f86c030be16af5'/>
<id>urn:sha1:e630d1afcc58ea539abeff9301f86c030be16af5</id>
<content type='text'>
tested in a bulk by sthen
ok jsing
</content>
</entry>
<entry>
<title>Add const qualifier to the path and url{,s} parameters of</title>
<updated>2018-05-13T10:42:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T10:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=deae85f1f8dc89a0dd06e5359e6bdeba054cb37a'/>
<id>urn:sha1:deae85f1f8dc89a0dd06e5359e6bdeba054cb37a</id>
<content type='text'>
OCSP_crlID_new(3), OCSP_parse_url(3), OCSP_sendreq_bio(3),
OCSP_sendreq_new(3), and OCSP_url_svcloc_new(3).

tested in a bulk build by sthen
ok jsing (as part of a larger diff)
</content>
</entry>
<entry>
<title>Add const qualifier to the X509_NAME *, ASN1_BIT_STRING *, and</title>
<updated>2018-05-13T10:30:52+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-13T10:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fc0aba9917e00098e2c512fa5a6f10592381bdaa'/>
<id>urn:sha1:fc0aba9917e00098e2c512fa5a6f10592381bdaa</id>
<content type='text'>
ASN1_INTEGER * arguments of OCSP_cert_id_new(3).

tested in a bulk build by sthen
ok jsing (as part of a larger diff)
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
</feed>
