<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ocsp/ocsp_ht.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-05-13T10:42:03+00:00</updated>
<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>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>
<entry>
<title>Check BIO_new*() for failure.</title>
<updated>2016-11-05T15:21:20+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-05T15:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19bc742a20d4c505bc890d49e01c44192e9dbeff'/>
<id>urn:sha1:19bc742a20d4c505bc890d49e01c44192e9dbeff</id>
<content type='text'>
ok beck@ jsing@
</content>
</entry>
<entry>
<title>Use string literals in printf style calls so gcc's -Wformat works.</title>
<updated>2014-10-03T06:02:38+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2014-10-03T06:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e3e62d53cc575a61b99b211f05e78229c836866'/>
<id>urn:sha1:3e3e62d53cc575a61b99b211f05e78229c836866</id>
<content type='text'>
ok tedu@, miod@
</content>
</entry>
<entry>
<title>BIO_free() returns immediately when the sole input is NULL.</title>
<updated>2014-07-25T06:05:32+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2014-07-25T06:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d9473bfc95b9bc3edd71f25c11f0b47b27500df9'/>
<id>urn:sha1:d9473bfc95b9bc3edd71f25c11f0b47b27500df9</id>
<content type='text'>
Remove unnecessary NULL check.

ok miod@
</content>
</entry>
<entry>
<title>Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and</title>
<updated>2014-07-12T14:58:32+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-12T14:58:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19a19b8eff7c4c610f87ca07a02612af9017c9d9'/>
<id>urn:sha1:19a19b8eff7c4c610f87ca07a02612af9017c9d9</id>
<content type='text'>
X509_STORE_CTX_free() accept NULL pointers as input without dereferencing them,
like all the other well-behaved *_CTX_free() functions do.
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>no need for null check before free. from Brendan MacDonell</title>
<updated>2014-05-30T02:52:11+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-05-30T02:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c442171f7692d3610a7aa5a08593cabf7253c5af'/>
<id>urn:sha1:c442171f7692d3610a7aa5a08593cabf7253c5af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Not OPENSSL_SYS_SUNOS.</title>
<updated>2014-05-23T17:52:46+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-23T17:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=00878bee190251f10831cd41e9e19d11d665df8a'/>
<id>urn:sha1:00878bee190251f10831cd41e9e19d11d665df8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.</title>
<updated>2014-05-18T16:18:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-18T16:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7355c5fcf2d07a3c588063e6ed0c03e591856cd0'/>
<id>urn:sha1:7355c5fcf2d07a3c588063e6ed0c03e591856cd0</id>
<content type='text'>
ok jsing@
</content>
</entry>
</feed>
