<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/shlib_version, branch libressl-v2.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-11-18T05:33:43+00:00</updated>
<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>Crank libssl major due to recent additions, removals and changes.</title>
<updated>2014-10-31T15:37:34+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-31T15:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8ab7e9ca1e6871c58b49f64f1e93b2e1edc9cf10'/>
<id>urn:sha1:8ab7e9ca1e6871c58b49f64f1e93b2e1edc9cf10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump minor version for ECDH auto.</title>
<updated>2014-10-03T14:31:30+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-03T14:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2c492f46e55b6923bfedae73deb01d50f4b58181'/>
<id>urn:sha1:2c492f46e55b6923bfedae73deb01d50f4b58181</id>
<content type='text'>
While there are no additional symbols, there is an additional command that
clients will potentially depend on.
</content>
</entry>
<entry>
<title>Bump minor after adding SSL_CTX_use_certificate_chain().</title>
<updated>2014-09-28T14:47:06+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2014-09-28T14:47:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5b0f301da3f6716ca4701edc32b532377b9e02c7'/>
<id>urn:sha1:5b0f301da3f6716ca4701edc32b532377b9e02c7</id>
<content type='text'>
ok jsing@ miod@
</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>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>Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.</title>
<updated>2014-04-20T12:48:19+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-04-20T12:48:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c731cb69e68ed8885bfc2329a37641272b29a72b'/>
<id>urn:sha1:c731cb69e68ed8885bfc2329a37641272b29a72b</id>
<content type='text'>
APIs that pass times as longs will have to change at some point...
Bump major on both libcrypto and libssl.

ok tedu@
</content>
</entry>
<entry>
<title>Crank major for libcrypto and libssl; more symbol removals to occur during the</title>
<updated>2014-04-15T20:21:01+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-15T20:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=51fa582371cfc2b296d0ecbb9a2aa396ae1442bf'/>
<id>urn:sha1:51fa582371cfc2b296d0ecbb9a2aa396ae1442bf</id>
<content type='text'>
next few moments, don't rush your update.
Requested by deraadt@
</content>
</entry>
</feed>
