<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man/Makefile, branch OPENBSD_6_7_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_7_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_7_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-04-05T18:29:43+00:00</updated>
<entry>
<title>Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still</title>
<updated>2019-04-05T18:29:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-04-05T18:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a98b4eba250f598d6a0d68257edc1e04e6374565'/>
<id>urn:sha1:a98b4eba250f598d6a0d68257edc1e04e6374565</id>
<content type='text'>
under a free license, omitting functions we don't have and tweaked by me;
the functions were provided by jsing@ in ssl.h rev. 1.166.

While here, also document SSL_CTX_get_extra_chain_certs(3) because
it is closely related to companion functions are already documented
and the API is kind of incomplete without it.
</content>
</entry>
<entry>
<title>In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@</title>
<updated>2018-03-17T18:52:42+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-17T18:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb02e901e4a7f012208b20f25ac65324c466f86c'/>
<id>urn:sha1:cb02e901e4a7f012208b20f25ac65324c466f86c</id>
<content type='text'>
provided OPENSSL_init_crypto(3) and OPENSSL_init_ssl(3).
Write the documentation from scratch
because the text OpenSSL provides is full of bloat.
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided</title>
<updated>2018-03-17T18:19:49+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-17T18:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91837b260d5d83bde0c301289677be6220f79b59'/>
<id>urn:sha1:91837b260d5d83bde0c301289677be6220f79b59</id>
<content type='text'>
SSL_SESSION_has_ticket(3) and SSL_SESSION_get_ticket_lifetime_hint(3).
Merge the documentation from OpenSSL, tweaked by me.
</content>
</entry>
<entry>
<title>Import SSL_CTX_set_tlsext_use_srtp(3) from OpenSSL, slightly tweaked by me.</title>
<updated>2018-02-27T18:30:30+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-27T18:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d92b4f85225c0672c5c0cfd0a820ec67f74b8181'/>
<id>urn:sha1:d92b4f85225c0672c5c0cfd0a820ec67f74b8181</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ provided</title>
<updated>2018-02-24T19:24:09+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-24T19:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f69c4306ffdb7fc61abc0209a64af812bf4e518e'/>
<id>urn:sha1:f69c4306ffdb7fc61abc0209a64af812bf4e518e</id>
<content type='text'>
SSL_SESSION_get_protocol_version(3).
Import the documentation form OpenSSL, tweaked by me, OK tb@.
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,</title>
<updated>2018-02-18T23:34:01+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-18T23:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4a908045e56e3c83995034233c478adfcf0e2206'/>
<id>urn:sha1:4a908045e56e3c83995034233c478adfcf0e2206</id>
<content type='text'>
jsing@ provided SSL_get_client_random(3), SSL_get_server_random(3), and
SSL_SESSION_get_master_key(3).  Import the documentation from OpenSSL,
with some tweaks.
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided</title>
<updated>2018-02-18T22:18:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-18T22:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=485025f81a33c7beb4a855ed422c1fe276b4ac53'/>
<id>urn:sha1:485025f81a33c7beb4a855ed422c1fe276b4ac53</id>
<content type='text'>
SSL_CTX_get0_certificate(3).  It is public in OpenSSL, too,
but OpenSSL has no documentation, so write some from scratch.
</content>
</entry>
<entry>
<title>import SSL_export_keying_material(3) from OpenSSL</title>
<updated>2017-08-21T10:10:25+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-08-21T10:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=25b90c39d71447607219afa9b3783937438e27cf'/>
<id>urn:sha1:25b90c39d71447607219afa9b3783937438e27cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.</title>
<updated>2017-08-19T23:45:10+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-08-19T23:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=856196974fc7aa571201ea494f709d9aba1336b1'/>
<id>urn:sha1:856196974fc7aa571201ea494f709d9aba1336b1</id>
<content type='text'>
While importing:
* Fix the prototypes, they all contained wrong datatypes.
* Delete SSL3_VERSION which is no longer supported.
* Delete TLS1_3_VERSION and DTLS1_2_VERSION, not yet supported.
* Delete the lie that these would be macros.
* Improve SEE ALSO and HISTORY sections.
</content>
</entry>
<entry>
<title>Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting</title>
<updated>2017-08-12T14:09:34+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-08-12T14:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bb4739c7006a404fe03249e29cfd1b5ffdf69984'/>
<id>urn:sha1:bb4739c7006a404fe03249e29cfd1b5ffdf69984</id>
<content type='text'>
the read accessors we don't have and fixing the prototypes - the
data type of each and every argument differs in the OpenSSL manuals.
Reference the new page from SSL_set_tmp_ecdh(3) as suggested by jsing@.
</content>
</entry>
</feed>
