<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/Symbols.list, 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-04T15:03:21+00:00</updated>
<entry>
<title>Provide SSL chain/cert chain APIs.</title>
<updated>2019-04-04T15:03:21+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-04-04T15:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3a7c85d931b2023a54a02c316fd13e9c48298d91'/>
<id>urn:sha1:3a7c85d931b2023a54a02c316fd13e9c48298d91</id>
<content type='text'>
These allow for chains to be managed on a per-certificate basis rather than
as a single "extra certificates" list. Note that "chain" in this context
does not actually include the leaf certificate however, unlike
SSL_CTX_use_certificate_chain_{file,mem}().

Thanks to sthen@ for running this through a bulk ports build.

ok beck@ tb@
</content>
</entry>
<entry>
<title>Provide version agnostic DTLS methods.</title>
<updated>2019-03-17T17:28:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-03-17T17:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56a043ff1300b51e4e0c22533e5f1910d864f6b8'/>
<id>urn:sha1:56a043ff1300b51e4e0c22533e5f1910d864f6b8</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Add a re-implementation of SSL_get1_supported_ciphers().</title>
<updated>2019-01-22T01:15:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-01-22T01:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=add79fb32686c1e8baf10def36ae00f8ab91a52b'/>
<id>urn:sha1:add79fb32686c1e8baf10def36ae00f8ab91a52b</id>
<content type='text'>
Part of OpenSSL 1.1 API (pre-licence-change).

input schwarze
ok jsing
</content>
</entry>
<entry>
<title>Provide SSL_get_client_ciphers().</title>
<updated>2019-01-22T01:12:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-01-22T01:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3099ee288a8e9d7cb1cbfb81c3409c0300965bcb'/>
<id>urn:sha1:3099ee288a8e9d7cb1cbfb81c3409c0300965bcb</id>
<content type='text'>
Part of OpenSSL 1.1 API, pre-licence change.

ok jsing
</content>
</entry>
<entry>
<title>Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host().</title>
<updated>2018-11-11T06:58:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-11-11T06:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=979a180eaa8f5a8abcc41d85ada0172cabfcb06d'/>
<id>urn:sha1:979a180eaa8f5a8abcc41d85ada0172cabfcb06d</id>
<content type='text'>
Used by unbound's DNS over TLS implementation to do server name
verification.

ok jsing
</content>
</entry>
<entry>
<title>Provide SSL_SESSION_set1_id()</title>
<updated>2018-03-20T15:28:12+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-03-20T15:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a630606aa9bbdbdb6a403eeae3218ed26367572c'/>
<id>urn:sha1:a630606aa9bbdbdb6a403eeae3218ed26367572c</id>
<content type='text'>
ok 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>Provide SSL_SESSION_get_ticket_lifetime_hint() and</title>
<updated>2018-03-17T15:55:53+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-03-17T15:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c31745efe6ed99c3a4e427046074fc4b544f08d'/>
<id>urn:sha1:1c31745efe6ed99c3a4e427046074fc4b544f08d</id>
<content type='text'>
SSL_SESSION_has_ticket()

ok jsing
</content>
</entry>
<entry>
<title>Provide SSL_CTX_get_default_passwd_cb{,_userdata}()</title>
<updated>2018-03-17T15:48:31+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-03-17T15:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1ec49153a2f42b993f68df3479aec526cce4b2e'/>
<id>urn:sha1:d1ec49153a2f42b993f68df3479aec526cce4b2e</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(),</title>
<updated>2018-03-17T14:40:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-03-17T14:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97cce1c18a643654314223b6fa1585edfc6b613a'/>
<id>urn:sha1:97cce1c18a643654314223b6fa1585edfc6b613a</id>
<content type='text'>
SSL_CIPHER_get_digest_nid(), SSL_CIPHER_get_kx_nid() and
SSL_CIPHER_is_aead().
</content>
</entry>
</feed>
