<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ocsp/ocsp_vfy.c, branch libressl-v3.2.7</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.2.7</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.2.7'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-01-29T17:49:23+00:00</updated>
<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>X509_STORE_CTX_set_*() may fail, so check for errors.</title>
<updated>2016-11-05T13:27:53+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-05T13:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3c9c85598dca7f716a0da418c2a8b723bb6f3989'/>
<id>urn:sha1:3c9c85598dca7f716a0da418c2a8b723bb6f3989</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>Add several fixes from OpenSSL to make OCSP work with intermediate</title>
<updated>2016-07-05T00:21:47+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-07-05T00:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74a4eefc567605f4d8f2c58124b45cb770123a22'/>
<id>urn:sha1:74a4eefc567605f4d8f2c58124b45cb770123a22</id>
<content type='text'>
certificates provided in the response. - makes our newly added
ocsp regress test pass too..
ok bcook@
</content>
</entry>
<entry>
<title>ocsp_check_ids says "If algoritm mismatch let caller deal with it" before</title>
<updated>2014-07-09T19:08:10+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-07-09T19:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ef097ea5af990bd0eadae3434bcafd0a55d3cdfd'/>
<id>urn:sha1:ef097ea5af990bd0eadae3434bcafd0a55d3cdfd</id>
<content type='text'>
returning 2. The one and only caller doesn't check for that, so...
Stop returning it.
ok miod
</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>More KNF.</title>
<updated>2014-05-18T11:28:41+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-18T11:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=130b79d13e9e609dc1fa21b6dcce5ec8335c37dd'/>
<id>urn:sha1:130b79d13e9e609dc1fa21b6dcce5ec8335c37dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KNF</title>
<updated>2014-05-17T19:56:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-17T19:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17dd72685ab0715056a671cf99e25c17c2da5d3a'/>
<id>urn:sha1:17dd72685ab0715056a671cf99e25c17c2da5d3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace all use of ERR_add_error_data with ERR_asprintf_error_data.</title>
<updated>2014-04-26T18:56:38+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-26T18:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e7dbd7a1e2ad3e12dafa2919bc8603d60416ea4d'/>
<id>urn:sha1:e7dbd7a1e2ad3e12dafa2919bc8603d60416ea4d</id>
<content type='text'>
This avoids a lot of ugly gymnastics to do snprintfs before sending the
bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c
where it was being called with the incorrect number of arguments and
using random things off the stack as addresses of strings.
ok krw@, jsing@
</content>
</entry>
<entry>
<title>Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.</title>
<updated>2014-04-13T15:25:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-13T15:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2b3c9742a7df4ab87384039c99682d1944f66d7'/>
<id>urn:sha1:d2b3c9742a7df4ab87384039c99682d1944f66d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt</title>
<updated>2013-02-14T15:11:44+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2013-02-14T15:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4383d44ca79eba8836d9f92c612c44ba8aeb87bd'/>
<id>urn:sha1:4383d44ca79eba8836d9f92c612c44ba8aeb87bd</id>
<content type='text'>
from the openssl git (changes between openssl 1.0.1c and 1.0.1d).
ok djm@
</content>
</entry>
</feed>
