<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, branch libressl-v2.2.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.2.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.2.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-06-11T16:02:05+00:00</updated>
<entry>
<title>Avoid an infinite loop that can occur when verifying a message with an</title>
<updated>2015-06-11T16:02:05+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-11T16:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d6d7f7cdb30dbe38e9e9706b374fd26c1ca588d'/>
<id>urn:sha1:9d6d7f7cdb30dbe38e9e9706b374fd26c1ca588d</id>
<content type='text'>
unknown hash function OID.

Diff based on OpenSSL.

Fixes CVE-2015-1792 (however, this code is not enabled/built in LibreSSL).

ok doug@ miod@
</content>
</entry>
<entry>
<title>Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing</title>
<updated>2015-06-11T15:58:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-11T15:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=652913e0fc47c01c7ce25e6f73435f2bf88f6a2e'/>
<id>urn:sha1:652913e0fc47c01c7ce25e6f73435f2bf88f6a2e</id>
<content type='text'>
length checks.

Diff based on changes in OpenSSL.

Fixes CVE-2015-1789.

ok doug@
</content>
</entry>
<entry>
<title>Avoid an infinite loop that can be triggered by parsing an ASN.1</title>
<updated>2015-06-11T15:55:28+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-11T15:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=095e36cd429c313ee8361e8877bc677116a2a2ce'/>
<id>urn:sha1:095e36cd429c313ee8361e8877bc677116a2a2ce</id>
<content type='text'>
ECParameters structure that has a specially malformed binary polynomial
field.

Issue reported by Joseph Barr-Pixton and fix based on OpenSSL.

Fixes CVE-2015-1788.

ok doug@ miod@
</content>
</entry>
<entry>
<title>Link ssl and crypto via BSDOBJDIR, works with native and cross builds</title>
<updated>2015-06-05T21:52:01+00:00</updated>
<author>
<name>tobiasu</name>
<email></email>
</author>
<published>2015-06-05T21:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=020815bd7a9c6eeda60d31af91ca5813e28b31d5'/>
<id>urn:sha1:020815bd7a9c6eeda60d31af91ca5813e28b31d5</id>
<content type='text'>
ok mpi@
</content>
</entry>
<entry>
<title>Fix library search path so we link against the freshly built libcrypto.so</title>
<updated>2015-06-05T21:42:37+00:00</updated>
<author>
<name>tobiasu</name>
<email></email>
</author>
<published>2015-06-05T21:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8ce46ae0e138460a408afc9e1c03d795da02291e'/>
<id>urn:sha1:8ce46ae0e138460a408afc9e1c03d795da02291e</id>
<content type='text'>
instead of a stale one.

ok miod@ mpi@
</content>
</entry>
<entry>
<title>force reseeding if pid has changed.</title>
<updated>2015-06-04T19:26:39+00:00</updated>
<author>
<name>eric</name>
<email></email>
</author>
<published>2015-06-04T19:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3264ecb55a0bdb0ed465192d7fa83ecd99a9998f'/>
<id>urn:sha1:3264ecb55a0bdb0ed465192d7fa83ecd99a9998f</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib</title>
<updated>2015-05-26T19:38:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-05-26T19:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19fa1f9c8cb339119eed198792a4b256a71a1e1e'/>
<id>urn:sha1:19fa1f9c8cb339119eed198792a4b256a71a1e1e</id>
<content type='text'>
work again.
</content>
</entry>
<entry>
<title>Add OPENSSL_NO_EGD to opensslfeatures.h.</title>
<updated>2015-05-26T03:05:26+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-05-26T03:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3fd29af5eddee4775e51770aa2f8323d34c0759b'/>
<id>urn:sha1:3fd29af5eddee4775e51770aa2f8323d34c0759b</id>
<content type='text'>
Since RAND_egd has been removed from LibreSSL, simplify porting software that
relies on it. See https://github.com/libressl-portable/openbsd/pull/34

from Bernard Spil, ok deraadt@
</content>
</entry>
<entry>
<title>Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using</title>
<updated>2015-05-25T21:35:35+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-05-25T21:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=715676ba7476241561ad839bba86d0d21a9c4e3a'/>
<id>urn:sha1:715676ba7476241561ad839bba86d0d21a9c4e3a</id>
<content type='text'>
256bit keys

problem noted by Tim Kuijsten (info (at) netsend.nl)
ok deraadt@ miod@ bcook@
</content>
</entry>
<entry>
<title>Maximilian dot Fillinger at uni-duesseldorf dot de</title>
<updated>2015-05-24T15:44:52+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2015-05-24T15:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=72138e7dd9423eb110e858e00b54b32be6b5aa87'/>
<id>urn:sha1:72138e7dd9423eb110e858e00b54b32be6b5aa87</id>
<content type='text'>
starts helping with the pod2mdoc(1)-based conversion
of LibreSSL crypto manuals from perlpod(1) to mdoc(7).
Here comes the first file, slightly tweaked by me.
</content>
</entry>
</feed>
