<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/tlsext, branch OPENBSD_6_4_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_4_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-12-28T12:52:45+00:00</updated>
<entry>
<title>Initialise new_cipher in the serverhello TLS extensions test, to avoid a</title>
<updated>2017-12-28T12:52:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-12-28T12:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fac309703b8c072414c52f3ea38960c24ec296f9'/>
<id>urn:sha1:fac309703b8c072414c52f3ea38960c24ec296f9</id>
<content type='text'>
NULL pointer dereference in ssl_using_ecc_cipher(). Some compilers avoid
triggering this, likely due to the EC formats list also being NULL.

While here, setup the EC formats list so that we actually include the EC
points format extension in the server hello extensions.

Found the hard way by bcook@
</content>
</entry>
<entry>
<title>Add regress test coverage for building clienthello and serverhello</title>
<updated>2017-11-28T16:40:21+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-11-28T16:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d43d83dd681bab710b8aa52ae18fd486974209b4'/>
<id>urn:sha1:d43d83dd681bab710b8aa52ae18fd486974209b4</id>
<content type='text'>
extensions, both with extensions being present and not present. The not
present case currently fails.
</content>
</entry>
<entry>
<title>When parsing extensions by calling the parse functions directly, ensure</title>
<updated>2017-08-29T17:24:59+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-08-29T17:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=036af8dc05d5b5185632d7b2ac83304af30455dc'/>
<id>urn:sha1:036af8dc05d5b5185632d7b2ac83304af30455dc</id>
<content type='text'>
that we have consumed all of the extension data. This catches the ALPN
extension handling issue that was just fixed.
</content>
</entry>
<entry>
<title>Rewrite SRTP extension using CBB/CBS and the new extension framework.</title>
<updated>2017-08-27T02:58:04+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2017-08-27T02:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=306dd0800e7f4fdbc7f1f0d0610cbcf42263e6d8'/>
<id>urn:sha1:306dd0800e7f4fdbc7f1f0d0610cbcf42263e6d8</id>
<content type='text'>
input + ok beck@, jsing@
</content>
</entry>
<entry>
<title>check return value from CBB_init</title>
<updated>2017-08-27T02:17:51+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-08-27T02:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a2f3c5ccdf113b1ab98dfd659053c47f63db82ec'/>
<id>urn:sha1:a2f3c5ccdf113b1ab98dfd659053c47f63db82ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite ALPN extension using CBB/CBS and the new extension framework.</title>
<updated>2017-08-26T20:23:46+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2017-08-26T20:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a07b08be0fe616280531694efcd12be53e09a432'/>
<id>urn:sha1:a07b08be0fe616280531694efcd12be53e09a432</id>
<content type='text'>
ok bcook@ beck@
input + ok jsing@
</content>
</entry>
<entry>
<title>Rewrite the TLS status request extension to use the new TLS extension framework.</title>
<updated>2017-08-12T23:39:24+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-08-12T23:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab1df86cb18a998514b14cc0f6538d76eec73884'/>
<id>urn:sha1:ab1df86cb18a998514b14cc0f6538d76eec73884</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Add regress coverage for the TLS signature algorithms extension.</title>
<updated>2017-08-12T21:49:28+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-08-12T21:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e9eb8358293ef72d4d0f8684144ee3422c424fc9'/>
<id>urn:sha1:e9eb8358293ef72d4d0f8684144ee3422c424fc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite session ticket TLS extension handling using CBB/CBS and the new</title>
<updated>2017-08-12T21:17:03+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2017-08-12T21:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=57d8377dfdb1def39bfaf39a76b799989c4b8b15'/>
<id>urn:sha1:57d8377dfdb1def39bfaf39a76b799989c4b8b15</id>
<content type='text'>
extension framework.

ok jsing@ beck@
</content>
</entry>
<entry>
<title>errant whitespace</title>
<updated>2017-08-12T19:09:37+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-08-12T19:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c114f68cd0104d3ff1c3703891b99d4a97b1bddf'/>
<id>urn:sha1:c114f68cd0104d3ff1c3703891b99d4a97b1bddf</id>
<content type='text'>
</content>
</entry>
</feed>
