<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ocsp, branch libressl-v2.4.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-07-23T19:31:37+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create branch 'OPENBSD_6_0'.</title>
<updated>2016-07-23T19:31:37+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2016-07-23T19:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f62463c2c218cf95320c8841ba552dc2c8ce4738'/>
<id>urn:sha1:f62463c2c218cf95320c8841ba552dc2c8ce4738</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up OCSP_check_validity() a bit more.</title>
<updated>2016-07-16T16:14:28+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-07-16T16:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8109af5f2daf46b062aa3ffda9db6ff7889f818f'/>
<id>urn:sha1:8109af5f2daf46b062aa3ffda9db6ff7889f818f</id>
<content type='text'>
- Return on first failure rather than continuing.
- Don't compare times by comparing strings that possibly were not parsable as a time.
ok deraadt@
</content>
</entry>
<entry>
<title>remove unneeded duplicate call - spotted by jsing@</title>
<updated>2016-07-05T03:24:38+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-07-05T03:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=218d5ab4d242d1552eebc254412593a7e10d1505'/>
<id>urn:sha1:218d5ab4d242d1552eebc254412593a7e10d1505</id>
<content type='text'>
</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>Fix from kinichiro.inoguchi@gmail.com to ensure that OCSP uses</title>
<updated>2016-06-25T16:10:26+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-06-25T16:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c7ce0e373193152baa3074a5e6ec4a358cc48f9'/>
<id>urn:sha1:9c7ce0e373193152baa3074a5e6ec4a358cc48f9</id>
<content type='text'>
Generalized Time on requests as per RFC6960
</content>
</entry>
<entry>
<title>Fix the ocsp code to actually check for errors when comparing time values</title>
<updated>2016-06-25T15:38:44+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-06-25T15:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1f2ce7f699960512a4fcf3ed64c452a986dbc6cc'/>
<id>urn:sha1:1f2ce7f699960512a4fcf3ed64c452a986dbc6cc</id>
<content type='text'>
which was not being done due to a lack of checking of the return code for
X509_cmp_time.  Ensure that we only compare GERNERALIZEDTIME values because
this is what is specified by RFC6960.

Issue reported, and fix provided by Kazuki Yamaguchi &lt;k@rhe.jp&gt;
ok bcook@
</content>
</entry>
<entry>
<title>Use ASN1_item_dup() instead of ASN1_dup().</title>
<updated>2015-09-26T17:38:41+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-26T17:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5b449d62c12dec99450dd1b8a9a0bdbcb92714f0'/>
<id>urn:sha1:5b449d62c12dec99450dd1b8a9a0bdbcb92714f0</id>
<content type='text'>
ok bcook@
</content>
</entry>
<entry>
<title>Expand ASN.1 template macros - no change in generated assembly.</title>
<updated>2015-07-25T14:52:47+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-07-25T14:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=46ed298bcf1dad58918bf52d1a660ecda7f840c9'/>
<id>urn:sha1:46ed298bcf1dad58918bf52d1a660ecda7f840c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop stupid (int) casts for the arguments of malloc() and friends. This is</title>
<updated>2015-07-19T18:29:31+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-07-19T18:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a24b14b6bf2c04501ea84182a52caa5bf2ae7635'/>
<id>urn:sha1:a24b14b6bf2c04501ea84182a52caa5bf2ae7635</id>
<content type='text'>
not 16-bit MS-DOS anymore.
ok bcook@ tedu@
</content>
</entry>
<entry>
<title>Check return value of all used functions in OCSP_REQUEST_print(); covers</title>
<updated>2015-07-16T02:16:19+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-07-16T02:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb64b482f935b03613097ca01ae51a97bff1ec17'/>
<id>urn:sha1:cb64b482f935b03613097ca01ae51a97bff1ec17</id>
<content type='text'>
Coverity CID 78796; ok beck@
</content>
</entry>
</feed>
