<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src, branch libressl-v2.7.4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.7.4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.7.4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-06-13T15:13:30+00:00</updated>
<entry>
<title>MFC: Reject excessively large primes in DH key generation. Problem reported</title>
<updated>2018-06-13T15:13:30+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-06-13T15:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d579103b8da90de816647e4df81e92ed59fcff8f'/>
<id>urn:sha1:d579103b8da90de816647e4df81e92ed59fcff8f</id>
<content type='text'>
by Guido Vranken to OpenSSL (https://github.com/openssl/openssl/pull/6457)
and based on his diff.  suggestions from tb@, ok tb@ jsing@

Original commit by sthen@
</content>
</entry>
<entry>
<title>MFC: Avoid a timing side-channel leak when generating DSA and ECDSA</title>
<updated>2018-06-13T15:08:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-06-13T15:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=752cb6f550d07071e7ee95a9266cb5f555f57ee6'/>
<id>urn:sha1:752cb6f550d07071e7ee95a9266cb5f555f57ee6</id>
<content type='text'>
signatures.

This is caused by an attempt to do fast modular arithmetic, which
introduces branches that leak information regarding secret values.

Issue identified and reported by Keegan Ryan of NCC Group.

ok beck@ tb@
</content>
</entry>
<entry>
<title>Bump to LibreSSL 2.6.4</title>
<updated>2018-06-13T14:54:17+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-06-13T14:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2bf011a1634104f61568c0877ed47984c8491aba'/>
<id>urn:sha1:2bf011a1634104f61568c0877ed47984c8491aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump to 2.7.3</title>
<updated>2018-05-03T00:44:28+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-05-03T00:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7667f84f591ba140a67e4cb703ea59e03439bd00'/>
<id>urn:sha1:7667f84f591ba140a67e4cb703ea59e03439bd00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2018-05-02T16:57:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-02T16:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e21964afb1b9e46ccf5ec0a5429736d3aabf7139'/>
<id>urn:sha1:e21964afb1b9e46ccf5ec0a5429736d3aabf7139</id>
<content type='text'>
Remove incorrect NULL checks in DH_set0_key().
Reported by Ondrej Sury, LibreSSL-portable issue #92.

ok inoguchi, jsing
</content>
</entry>
<entry>
<title>Limit tls_config_clear_keys() to only clearing private keys.</title>
<updated>2018-04-18T16:29:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-04-18T16:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1f2eb700ae7e3c6771d21629af14f1956a6238a3'/>
<id>urn:sha1:1f2eb700ae7e3c6771d21629af14f1956a6238a3</id>
<content type='text'>
This was inadvertently clearing the keypair, which includes the OCSP staple
and pubkey hash - if an application called tls_configure() followed by
tls_config_clear_keys(), this would prevent OCSP staples from working.

ok beck@
</content>
</entry>
<entry>
<title>bump to 2.7.2</title>
<updated>2018-03-24T13:51:27+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-03-24T13:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dbbebc813952783d12ec824f1bfc0e00fb5204ad'/>
<id>urn:sha1:dbbebc813952783d12ec824f1bfc0e00fb5204ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes</title>
<updated>2018-03-24T00:55:37+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-24T00:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a95e7538b577769f3b602ae79b73f31681e9d234'/>
<id>urn:sha1:a95e7538b577769f3b602ae79b73f31681e9d234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ouch, previous was wrong; revert it and fix HISTORY instead</title>
<updated>2018-03-24T00:11:37+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-24T00:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbbda34640f78fc2f7873480d42623e006487009'/>
<id>urn:sha1:fbbda34640f78fc2f7873480d42623e006487009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>delete two functions that do not exist</title>
<updated>2018-03-23T23:59:06+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-23T23:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c699ebf6b457df98c42fee09b63d53627b15f6b8'/>
<id>urn:sha1:c699ebf6b457df98c42fee09b63d53627b15f6b8</id>
<content type='text'>
</content>
</entry>
</feed>
