<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl, branch libressl-v2.3.9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-11-03T16:27:16+00:00</updated>
<entry>
<title>MFC: In ssl3_read_bytes(), do not process more than three consecutive TLS</title>
<updated>2016-11-03T16:27:16+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-11-03T16:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d702a87f25788cab26b4ca9db69372e2cfa6400'/>
<id>urn:sha1:0d702a87f25788cab26b4ca9db69372e2cfa6400</id>
<content type='text'>
records, otherwise a peer can potentially cause us to loop indefinately.
Return with an SSL_ERROR_WANT_READ instead, so that the caller can choose
when they want to handle further processing for this connection.

ok beck@ miod@
</content>
</entry>
<entry>
<title>bump to 2.3.9</title>
<updated>2016-10-02T23:24:56+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-10-02T23:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e4a017b784b26c7b2f55d1c1284a31aa0f124761'/>
<id>urn:sha1:e4a017b784b26c7b2f55d1c1284a31aa0f124761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Avoid falling back to a weak digest for (EC)DH when using SNI with</title>
<updated>2016-09-22T18:34:16+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-09-22T18:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0e399cd0c56354bbd7cac6ce089364f65b0eeebc'/>
<id>urn:sha1:0e399cd0c56354bbd7cac6ce089364f65b0eeebc</id>
<content type='text'>
libssl.
</content>
</entry>
<entry>
<title>MFC: Avoid unbounded memory growth in libssl, which can be triggered by a</title>
<updated>2016-09-22T18:32:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-09-22T18:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a2ab4fea3e9f7ce8e40a1f8928c9a8145a0c7954'/>
<id>urn:sha1:a2ab4fea3e9f7ce8e40a1f8928c9a8145a0c7954</id>
<content type='text'>
TLS client repeatedly renegotiating and sending OCSP Status Request TLS
extensions.
</content>
</entry>
<entry>
<title>bump version for 2.3.8</title>
<updated>2016-09-22T05:06:58+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-09-22T05:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=484af995a78eb502fec7293356719e35ad1f3478'/>
<id>urn:sha1:484af995a78eb502fec7293356719e35ad1f3478</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump for 2.3.7</title>
<updated>2016-06-30T11:19:03+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-06-30T11:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e7f61188fb69529ea5ab24fb0bb939786279495'/>
<id>urn:sha1:5e7f61188fb69529ea5ab24fb0bb939786279495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix several issues in the OCSP code that could result in the incorrect</title>
<updated>2016-06-25T16:43:03+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-06-25T16:43:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5bbb771495dad43b55de7e34b557be82881a9d9d'/>
<id>urn:sha1:5bbb771495dad43b55de7e34b557be82881a9d9d</id>
<content type='text'>
generation and parsing of OCSP requests. This remediates a lack of error
checking on time parsing in these functions, and ensures that only
GENERALIZEDTIME formats are accepted for OCSP, as per RFC 6960

Issues reported, and fixes provided by  Kazuki Yamaguchi &lt;k@rhe.jp&gt;
and Kinichiro Inoguchi &lt;kinichiro.inoguchi@gmail.com&gt;
</content>
</entry>
<entry>
<title>Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.</title>
<updated>2016-06-06T23:39:24+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-06-06T23:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=694bf4c2adbaac2d2d0dbe3c47a5741e2a02e3d4'/>
<id>urn:sha1:694bf4c2adbaac2d2d0dbe3c47a5741e2a02e3d4</id>
<content type='text'>
Mistake noted by Billy Brumley. Many thanks.
</content>
</entry>
<entry>
<title>Correct a problem that prevents the DSA signing algorithm from running</title>
<updated>2016-06-06T10:01:18+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-06-06T10:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=114d02a064ccdb767bcd3aa4c9e0fcdcc81dbc00'/>
<id>urn:sha1:114d02a064ccdb767bcd3aa4c9e0fcdcc81dbc00</id>
<content type='text'>
in constant time even if the flag BN_FLG_CONSTTIME is set. This issue
was reported by Cesar Pereida (Aalto University), Billy Brumley
(Tampere University of Technology), and Yuval Yarom (The University of
Adelaide and NICTA). The fix was developed by Cesar Pereida
</content>
</entry>
<entry>
<title>LibreSSL 2.3.6</title>
<updated>2016-06-06T09:51:46+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-06-06T09:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97795c1762c2b2bdb3209e738de3a7fbee4c4dc1'/>
<id>urn:sha1:97795c1762c2b2bdb3209e738de3a7fbee4c4dc1</id>
<content type='text'>
</content>
</entry>
</feed>
