<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/shlib_version, branch OPENBSD_5_7_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_7_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_7_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-03-08T16:48:48+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'OPENBSD_5_7_BASE'.</title>
<updated>2015-03-08T16:48:48+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2015-03-08T16:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da1a9ad3a4a867ba6569c05e6fca66d7f296c553'/>
<id>urn:sha1:da1a9ad3a4a867ba6569c05e6fca66d7f296c553</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libcrypto and libssl majors, due to various recent churn.</title>
<updated>2015-02-22T16:03:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-22T16:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bb820e160520888599d0966ac5d4a5270c855a23'/>
<id>urn:sha1:bb820e160520888599d0966ac5d4a5270c855a23</id>
<content type='text'>
Discussed with/requested by deraadt@ at the conclusion of s2k15.
</content>
</entry>
<entry>
<title>Crank libssl major due to the recent changes and removals.</title>
<updated>2015-02-07T05:53:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-07T05:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8cc5bf07360a506afa07682422c574b319468d02'/>
<id>urn:sha1:8cc5bf07360a506afa07682422c574b319468d02</id>
<content type='text'>
ok beck@ deraadt@ miod@
</content>
</entry>
<entry>
<title>Support CA verification in chroot'ed processes without direct file</title>
<updated>2015-01-22T09:12:57+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2015-01-22T09:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab992313cf0983a16f4f53aa153303043aec169f'/>
<id>urn:sha1:ab992313cf0983a16f4f53aa153303043aec169f</id>
<content type='text'>
access to the certificates.  SSL_CTX_load_verify_mem() is a frontend
to the new X509_STORE_load_mem() function that allows to load the CA
chain from a memory buffer that is holding the PEM-encoded files.
This function allows to handle the verification in privsep'ed code.

Adopted for LibreSSL based on older code from relayd (by pyr@ and myself)
With feedback and OK bluhm@
</content>
</entry>
<entry>
<title>libssl major++</title>
<updated>2014-12-10T14:59:32+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-12-10T14:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6cc508de790e6c3b90a8cfe97b50ba5c7a7bea98'/>
<id>urn:sha1:6cc508de790e6c3b90a8cfe97b50ba5c7a7bea98</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>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>
</feed>
