<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/asn1, branch libressl-v2.4.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-05-20T15:46:21+00:00</updated>
<entry>
<title>Fix a short-read bug in the previous version of asn1_d2i_read_bio</title>
<updated>2016-05-20T15:46:21+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-05-20T15:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a7a8b3e28bac1bac9b00c9e9b10856c6f5283ad9'/>
<id>urn:sha1:a7a8b3e28bac1bac9b00c9e9b10856c6f5283ad9</id>
<content type='text'>
The outer while() loop is missing, so we only read up to chunk_max bytes.
</content>
</entry>
<entry>
<title>internal only negative types should not be handled here.</title>
<updated>2016-05-04T15:00:24+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-05-04T15:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7c0bc19bc9eea1c1ac306f1b3f93fd10d3dd4ff8'/>
<id>urn:sha1:7c0bc19bc9eea1c1ac306f1b3f93fd10d3dd4ff8</id>
<content type='text'>
CVE-2016-2108 from openssl.
</content>
</entry>
<entry>
<title>be careful about consuming excessive memory by reading in chunks.</title>
<updated>2016-05-04T14:58:09+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-05-04T14:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e205809b7a0b1df763f03b64d1cc28bfec3d8b71'/>
<id>urn:sha1:e205809b7a0b1df763f03b64d1cc28bfec3d8b71</id>
<content type='text'>
CVE-2016-2109 from openssl.
</content>
</entry>
<entry>
<title>revert the big change from yesterday to prepare for smaller commits.</title>
<updated>2016-05-04T14:53:29+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-05-04T14:53:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=519d297fc2fe7aa90db3d99be37ea38e11547106'/>
<id>urn:sha1:519d297fc2fe7aa90db3d99be37ea38e11547106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>patch from openssl for multiple issues:</title>
<updated>2016-05-03T12:38:53+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-05-03T12:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c6409771d22d6e819d9017d650687b93c835ed3a'/>
<id>urn:sha1:c6409771d22d6e819d9017d650687b93c835ed3a</id>
<content type='text'>
missing padding check in aesni functions
overflow in evp encode functions
use of invalid negative asn.1 types
ok beck
</content>
</entry>
<entry>
<title>explicit_bzero for asn1 objects on free. Too often these contain sensitive information</title>
<updated>2016-03-17T03:51:49+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-03-17T03:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a40c5f7320dab09c9216fa636bbf22949be11912'/>
<id>urn:sha1:a40c5f7320dab09c9216fa636bbf22949be11912</id>
<content type='text'>
and they should not be a performance bottleneck
ok miod@ krw@
</content>
</entry>
<entry>
<title>X509_free(3) is NULL-safe, so remove NULL checks before its calls.</title>
<updated>2016-03-11T07:08:45+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2016-03-11T07:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3935f3d5bc0215b231fcd3c9f9ebd7cf653cfcde'/>
<id>urn:sha1:3935f3d5bc0215b231fcd3c9f9ebd7cf653cfcde</id>
<content type='text'>
ok doug@
</content>
</entry>
<entry>
<title>explict_bzero for some asn1 free's - ok miod@</title>
<updated>2016-03-06T18:05:00+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-03-06T18:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=46c4bf4fb70d4a4a2f608347e391626b02e372db'/>
<id>urn:sha1:46c4bf4fb70d4a4a2f608347e391626b02e372db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove NULL-checks before free()</title>
<updated>2015-12-23T20:37:23+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-12-23T20:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0acfd6965d2e7de3e9d3fff1348f689e59164fb7'/>
<id>urn:sha1:0acfd6965d2e7de3e9d3fff1348f689e59164fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>assign pointer NULL rather than 0</title>
<updated>2015-12-23T01:50:26+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-12-23T01:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9aa6664d2b19fc6a669e2d548bbb7e3bec9e6012'/>
<id>urn:sha1:9aa6664d2b19fc6a669e2d548bbb7e3bec9e6012</id>
<content type='text'>
</content>
</entry>
</feed>
