<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/ssl, branch OPENBSD_5_6</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_6</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_6'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-07-12T03:27:23+00:00</updated>
<entry>
<title>-DOPENSSL_NO_KRB5 is no longer needed</title>
<updated>2014-07-12T03:27:23+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-12T03:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62f2272fb49b998a28096e3a88262c8f1219d019'/>
<id>urn:sha1:62f2272fb49b998a28096e3a88262c8f1219d019</id>
<content type='text'>
ok guenther
</content>
</entry>
<entry>
<title>enough churn, a crank is advised by guenther..</title>
<updated>2014-07-12T02:44:54+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-07-12T02:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8fb3787f6cfbc8aea31de1b8038769b044ccf671'/>
<id>urn:sha1:8fb3787f6cfbc8aea31de1b8038769b044ccf671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crank major for decompression feature</title>
<updated>2014-07-10T08:51:57+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-07-10T08:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=03c0dc187d8731ac45c9c9f932b5adc23a4d623c'/>
<id>urn:sha1:03c0dc187d8731ac45c9c9f932b5adc23a4d623c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove support for the `opaque PRF input' extension, which draft has expired</title>
<updated>2014-06-13T04:29:13+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-06-13T04:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d5ef9e45efacfb03f6c910ba83856fb0d05de6bc'/>
<id>urn:sha1:d5ef9e45efacfb03f6c910ba83856fb0d05de6bc</id>
<content type='text'>
7 years ago and never made it into an RFC. That code wasn't compiled in
anyway unless one would define the actual on-the-wire extension id bytes;
crank libssl major.

With help and enlightenment from Brendan MacDonell.
</content>
</entry>
<entry>
<title>Make make includes work again without kssl.h</title>
<updated>2014-05-29T19:58:48+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-05-29T19:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e3a4157eeab6a289a4279d1541588e37e5b5c0d'/>
<id>urn:sha1:3e3a4157eeab6a289a4279d1541588e37e5b5c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves</title>
<updated>2014-05-25T17:29:51+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-05-25T17:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6e84ac6fa467558e7d7da6e08b87eb71d5c3b51e'/>
<id>urn:sha1:6e84ac6fa467558e7d7da6e08b87eb71d5c3b51e</id>
<content type='text'>
ok beck
</content>
</entry>
<entry>
<title>Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"</title>
<updated>2014-05-18T11:20:08+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-18T11:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4869c44223ad25dc8438902faece1f2e1d066bd3'/>
<id>urn:sha1:4869c44223ad25dc8438902faece1f2e1d066bd3</id>
<content type='text'>
warnings now that pqueue.h has been removed from public scope.
</content>
</entry>
<entry>
<title>No longer make pqueue.h a public (and installed) header file. Replace its</title>
<updated>2014-05-15T19:39:46+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-15T19:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec899077d37b687f2ae109460ed2eb9b3103c592'/>
<id>urn:sha1:ec899077d37b687f2ae109460ed2eb9b3103c592</id>
<content type='text'>
inclusion in &lt;ssl/dtls1.h&gt; by the benign
`struct _pqueue; typedef struct _pqueue *pqueue;'.

Note that said dtls1.h should probably be considered a private header as well...

ok beck@
</content>
</entry>
<entry>
<title>Move the `pqueue' part of libcrypto, which is a glorified sorted linked list</title>
<updated>2014-05-12T19:14:14+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-12T19:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d65c39e2c5f99603b15513e73dbc0dc5ca5b73fd'/>
<id>urn:sha1:d65c39e2c5f99603b15513e73dbc0dc5ca5b73fd</id>
<content type='text'>
of 64-bit data, and only used by DTLS, to libssl where it belongs.

Remove pqueue_print() which is a debugging interface and serves no useful
purpose, except for the regress test, which grows its own pqueue_print()
routine.

Bump libcrypto major and libssl minor.

WARNING: do not update your tree right now, more changes are coming, which
will ride the libcrypto major bump.
</content>
</entry>
<entry>
<title>Remove SRP and Kerberos support from libssl. These are complex protocols</title>
<updated>2014-05-05T15:03:22+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-05-05T15:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f92856ff9035b53146e95a55e34d7b061dbe2383'/>
<id>urn:sha1:f92856ff9035b53146e95a55e34d7b061dbe2383</id>
<content type='text'>
all on their own and we can't effectively maintain them without using them,
which we don't. If the need arises, the code can be resurrected.
</content>
</entry>
</feed>
