<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/ssl_algs.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-04-04T16:44:24+00:00</updated>
<entry>
<title>Clean up the cipher/digest table mess.</title>
<updated>2019-04-04T16:44:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-04-04T16:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e08a868e8ded4fb95c7382fe5f5b7d6e9fb4dc23'/>
<id>urn:sha1:e08a868e8ded4fb95c7382fe5f5b7d6e9fb4dc23</id>
<content type='text'>
The original implementation allows for libcrypto to be compiled without a
given algorithm and libssl then detects that ciphers or digests are
unavailable so that it can disable the associated cipher suites.

This is unnecessary since we do not compile out algorithms.

ok beck@, tb@ (a while back)
</content>
</entry>
<entry>
<title>Remove support for DSS/DSA, since we removed the cipher suites a while</title>
<updated>2017-08-12T02:55:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-08-12T02:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c1ad08ad5efc682da1effe59e647f7ac8cdb641'/>
<id>urn:sha1:6c1ad08ad5efc682da1effe59e647f7ac8cdb641</id>
<content type='text'>
back.

ok guenther@
</content>
</entry>
<entry>
<title>Revert previous - we still want to do this, but I forgot about the installer</title>
<updated>2017-04-29T22:31:42+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-29T22:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=61198dce4d3f6c83534a2d04eb35e4228fa933df'/>
<id>urn:sha1:61198dce4d3f6c83534a2d04eb35e4228fa933df</id>
<content type='text'>
and want to avoid the wrath of theo when he arrives home in a couple
of hours :)
</content>
</entry>
<entry>
<title>Make it safe to call SSL_library_init more than once.</title>
<updated>2017-04-29T21:54:54+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-29T21:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf0367df1a5508de846fe9928eb7ecc160a785b2'/>
<id>urn:sha1:cf0367df1a5508de846fe9928eb7ecc160a785b2</id>
<content type='text'>
We are basically admitting that pthread is everywhere, and
we will be using it for other things too.
ok jsing@
</content>
</entry>
<entry>
<title>Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().</title>
<updated>2017-03-01T14:01:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-03-01T14:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f2976b51e8bb83a0a74861d08e15c15cd71b124b'/>
<id>urn:sha1:f2976b51e8bb83a0a74861d08e15c15cd71b124b</id>
<content type='text'>
ok inoguchi@
</content>
</entry>
<entry>
<title>Remove the single IDEA cipher suite. There is no good reason to support</title>
<updated>2016-11-06T12:08:32+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-11-06T12:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=71ea376513307d8af79bad4a5a4e1df68c280b11'/>
<id>urn:sha1:71ea376513307d8af79bad4a5a4e1df68c280b11</id>
<content type='text'>
this.

ok beck@ bcook@
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>2014-12-14T15:30:50+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-12-14T15:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a332f7b1f3c6198783e4a2fce3186bf5914e5b9'/>
<id>urn:sha1:0a332f7b1f3c6198783e4a2fce3186bf5914e5b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.</title>
<updated>2014-11-18T05:33:43+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-11-18T05:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=262abb9ff4e2d2ca7a3d97ba9509d716fe37985d'/>
<id>urn:sha1:262abb9ff4e2d2ca7a3d97ba9509d716fe37985d</id>
<content type='text'>
This causes a libssl major version bump as this affects the layout of some
internal-but-unfortunately-made-visible structs.
</content>
</entry>
<entry>
<title>Sort and group includes.</title>
<updated>2014-11-16T14:12:47+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-11-16T14:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dc16671f7b6b2455ac1577a735b7ef0a5d6bdacf'/>
<id>urn:sha1:dc16671f7b6b2455ac1577a735b7ef0a5d6bdacf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>decompress libssl. ok beck jsing</title>
<updated>2014-07-10T08:51:15+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-07-10T08:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=78de0a2c32aaba2455b28e3cb034f296c59c3179'/>
<id>urn:sha1:78de0a2c32aaba2455b28e3cb034f296c59c3179</id>
<content type='text'>
</content>
</entry>
</feed>
