<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl, branch libressl-v2.8.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.8.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.8.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-08-16T18:40:19+00:00</updated>
<entry>
<title>Add regress coverage for CBB_add_u32().</title>
<updated>2018-08-16T18:40:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-08-16T18:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0b2a20c61b03af89737ab0f70a52c88a27bbd032'/>
<id>urn:sha1:0b2a20c61b03af89737ab0f70a52c88a27bbd032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update regress for DES cipher suite removal.</title>
<updated>2018-06-02T16:35:02+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-06-02T16:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97d11dcba9838494dd405e1464e24ab7a6350104'/>
<id>urn:sha1:97d11dcba9838494dd405e1464e24ab7a6350104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Zero the client random so that it is easier to spot unintended differences.</title>
<updated>2018-06-02T15:51:43+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-06-02T15:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=43a458ea42e914e0cf7a1e28dfd3a8abb6e240c0'/>
<id>urn:sha1:43a458ea42e914e0cf7a1e28dfd3a8abb6e240c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version</title>
<updated>2018-03-15T12:27:01+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2018-03-15T12:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=31b9fe82ec87b1b7aac99b7c06baa2f6f85f1204'/>
<id>urn:sha1:31b9fe82ec87b1b7aac99b7c06baa2f6f85f1204</id>
<content type='text'>
We already provided the setters, so also provide the getters like
OpenSSL does.  Addition prompted by the use of those functions in recent
openvpn releases.

manpage diff from schwarze@ (thanks!) with input from jsing@, ok tb@
jsing@
</content>
</entry>
<entry>
<title>Update regress to use tlsext_serverhello_parse().</title>
<updated>2018-02-08T11:31:00+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-08T11:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e6ade186e34c4d501ee718ca12e393d7173d92b'/>
<id>urn:sha1:3e6ade186e34c4d501ee718ca12e393d7173d92b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update regress to match removal of ssl_parse_clienthello_tlsext().</title>
<updated>2018-01-27T15:30:43+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-01-27T15:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56e9c256f271299936f5538160df63d9ae637646'/>
<id>urn:sha1:56e9c256f271299936f5538160df63d9ae637646</id>
<content type='text'>
</content>
</entry>
<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>Add regress for CBB_discard_child().</title>
<updated>2017-11-28T16:35:05+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-11-28T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=885620a208aa8c934e97a3ab115f32f6425bb6d6'/>
<id>urn:sha1:885620a208aa8c934e97a3ab115f32f6425bb6d6</id>
<content type='text'>
Converted from BoringSSL.
</content>
</entry>
<entry>
<title>Update regress now that ssl_cipher_list_to_bytes() takes a CBB.</title>
<updated>2017-10-11T17:35:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-10-11T17:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c483349227378c660f2da9e36e105cefc9447f83'/>
<id>urn:sha1:c483349227378c660f2da9e36e105cefc9447f83</id>
<content type='text'>
Based on a diff from doug@
</content>
</entry>
</feed>
