<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/ocsp, branch libressl-v2.4.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-09-26T17:38:41+00:00</updated>
<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>
<entry>
<title>Manually expand ASN1_ITEM_rptr macros that should have been expanded with</title>
<updated>2015-02-10T05:25:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T05:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bef5b62e5cb2b7f34be8c33038e3dfe534e6cbed'/>
<id>urn:sha1:bef5b62e5cb2b7f34be8c33038e3dfe534e6cbed</id>
<content type='text'>
the IMPLEMENT_ASN1_DUP_FUNCTION macro.
</content>
</entry>
<entry>
<title>Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible</title>
<updated>2015-02-10T04:21:50+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T04:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=803fe92d2ba2e99892a8bb84620d364da4518cb7'/>
<id>urn:sha1:803fe92d2ba2e99892a8bb84620d364da4518cb7</id>
<content type='text'>
and functions can be readily located.

Change has been scripted and the generated assembly only differs by changes
to line numbers.

Discussed with beck@ miod@ tedu@
</content>
</entry>
<entry>
<title>Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and</title>
<updated>2015-02-09T16:04:46+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-09T16:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4fb19543f9f5f3b5e26820a0dfdffa75a332314d'/>
<id>urn:sha1:4fb19543f9f5f3b5e26820a0dfdffa75a332314d</id>
<content type='text'>
functions can be readily located.

Change has been scripted and there is no change to the generated assembly.

Discussed with beck@ miod@ tedu@
</content>
</entry>
<entry>
<title>Check the result of sk_*_push() operations for failure.</title>
<updated>2014-10-28T05:46:56+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-10-28T05:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=794dcf073b734d649d7b5d30916d7a3ae919b66e'/>
<id>urn:sha1:794dcf073b734d649d7b5d30916d7a3ae919b66e</id>
<content type='text'>
ok doug@ jsing@
</content>
</entry>
<entry>
<title>Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().</title>
<updated>2014-10-22T13:02:04+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-22T13:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa457604779ff38b511fdfdae3c6a78664281c22'/>
<id>urn:sha1:fa457604779ff38b511fdfdae3c6a78664281c22</id>
<content type='text'>
arc4random_buf() is guaranteed to always succeed - it is worth noting
that a number of the replaced function calls were already missing return
value checks.

ok deraadt@
</content>
</entry>
<entry>
<title>None of these need to include &lt;openssl/rand.h&gt;</title>
<updated>2014-10-18T17:20:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-18T17:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0bad55f54f7132a386746f23ba4f2d106d115563'/>
<id>urn:sha1:0bad55f54f7132a386746f23ba4f2d106d115563</id>
<content type='text'>
</content>
</entry>
</feed>
