<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bio, branch libressl-v2.9.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.9.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.9.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-06-02T04:41:12+00:00</updated>
<entry>
<title>Add const to the argument of the following callback getters:</title>
<updated>2018-06-02T04:41:12+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-06-02T04:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e664354751e6274f4e304cea46e120e43dd41ade'/>
<id>urn:sha1:e664354751e6274f4e304cea46e120e43dd41ade</id>
<content type='text'>
BIO_meth_get_callback_ctrl, BIO_meth_get_create, BIO_meth_get_ctrl,
BIO_meth_get_destroy, BIO_meth_get_gets, BIO_meth_get_puts,
BIO_meth_get_read, and BIO_meth_get_write.

ok jsing
</content>
</entry>
<entry>
<title>Add a const qualifier to the return value of BIO_s_file().</title>
<updated>2018-05-30T00:23:04+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-30T00:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba417c1f27f6729e06c935d52544e49aa831b602'/>
<id>urn:sha1:ba417c1f27f6729e06c935d52544e49aa831b602</id>
<content type='text'>
tested in a bulk build by sthen
ok bcook, jsing
</content>
</entry>
<entry>
<title>const qualifiers for BIO_new_mem_buf(), BIO_new_connect() and</title>
<updated>2018-05-12T18:51:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-12T18:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1f5db40c0572d1f35b285265441091873a7f8c7f'/>
<id>urn:sha1:1f5db40c0572d1f35b285265441091873a7f8c7f</id>
<content type='text'>
BIO_new_accept(). The one for BIO_new_mem_buf() is a bit ugly
since it needs to cast away the newly added const qualifier,
as in OpenSSL commit 8ab31975bac.

ok jsing
</content>
</entry>
<entry>
<title>Add const qualifiers to the return values of BIO_s_mem() and</title>
<updated>2018-05-12T17:47:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-12T17:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=31d743443e7e064d16f4ba3a739b7c5a6b6361f0'/>
<id>urn:sha1:31d743443e7e064d16f4ba3a739b7c5a6b6361f0</id>
<content type='text'>
BIO_s_datagram().

ok jsing
</content>
</entry>
<entry>
<title>const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of</title>
<updated>2018-05-01T13:29:10+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-05-01T13:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0348b99054499311191f1db880064066ce1c64b2'/>
<id>urn:sha1:0348b99054499311191f1db880064066ce1c64b2</id>
<content type='text'>
functions.

ok beck, jsing
</content>
</entry>
<entry>
<title>Bring in compatibility for OpenSSL 1.1 style init functions.</title>
<updated>2018-03-17T16:20:01+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2018-03-17T16:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=035770aca4c8c1f0d36f1b8da62c9e1fb9a4f09b'/>
<id>urn:sha1:035770aca4c8c1f0d36f1b8da62c9e1fb9a4f09b</id>
<content type='text'>
This adds OPENSSL_init_crypto and OPENSSL_init_ssl, as well
thread safety modifications for the existing LibreSSL init
functions.  The initialization routines are called automatically
by the normal entry points into the library, as in newer OpenSSL

ok jsing@, nits by tb@ and deraadt@
</content>
</entry>
<entry>
<title>Make BIO_meth_get_write() public. Omission spotted by schwarze.</title>
<updated>2018-03-17T15:05:55+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-03-17T15:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a17b99541de00cf5d656f8a0ab9678fb3f1d0a3e'/>
<id>urn:sha1:a17b99541de00cf5d656f8a0ab9678fb3f1d0a3e</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Provide BIO_up_ref().</title>
<updated>2018-02-22T16:38:43+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-22T16:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b7d5a2d8da59d9bdb143541e1b5b89e2b1f7480e'/>
<id>urn:sha1:b7d5a2d8da59d9bdb143541e1b5b89e2b1f7480e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>whitespace nit</title>
<updated>2018-02-20T18:51:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-02-20T18:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=58e414112d54b15888bf8aa39fef588d99bc1b06'/>
<id>urn:sha1:58e414112d54b15888bf8aa39fef588d99bc1b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide BIO_meth_{g,s}et_callback_ctrl()</title>
<updated>2018-02-20T18:17:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-02-20T18:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d3e6e2a09bd787ac6375d32b59f5632646a17ac'/>
<id>urn:sha1:5d3e6e2a09bd787ac6375d32b59f5632646a17ac</id>
<content type='text'>
with &amp; ok jsing
</content>
</entry>
</feed>
