<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man/SSL_get_ciphers.3, 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>2020-09-16T07:25:15+00:00</updated>
<entry>
<title>Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash</title>
<updated>2020-09-16T07:25:15+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-16T07:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d5002a003b2ecd714e61bae648a18dcf624e8f5'/>
<id>urn:sha1:0d5002a003b2ecd714e61bae648a18dcf624e8f5</id>
<content type='text'>
for compatibility with OpenSSL
and for consistency with neighbouring functions;
suggested by jsing@ after i documented the crash;
OK jsing@.
</content>
</entry>
<entry>
<title>Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and there</title>
<updated>2020-09-16T07:11:14+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-16T07:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbbcad15485b9cdc8ed23cceb76ba20068879d0c'/>
<id>urn:sha1:fbbcad15485b9cdc8ed23cceb76ba20068879d0c</id>
<content type='text'>
is already a comment above it in ssl_lib.c in both OpenSSL and LibreSSL:
/* The old interface to get the same thing as SSL_get_ciphers(). */
Suggested by and OK jsing@.
</content>
</entry>
<entry>
<title>The undocumented public function SSL_set_SSL_CTX(3) changes the</title>
<updated>2020-09-15T18:37:25+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-15T18:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=11d8a3d204474a9a17954429910eba7f3a87c4ba'/>
<id>urn:sha1:11d8a3d204474a9a17954429910eba7f3a87c4ba</id>
<content type='text'>
context used by an SSL object, so do not talk about the SSL_CTX
that "an SSL object was created from";
fixing an inaccuracy pointed out by jsing@.
</content>
</entry>
<entry>
<title>Create the missing RETURN VALUES section and move the appropriate</title>
<updated>2020-09-15T14:51:42+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-15T14:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf3272da1e73059ee3a01d0c23fc515fc8628cd8'/>
<id>urn:sha1:bf3272da1e73059ee3a01d0c23fc515fc8628cd8</id>
<content type='text'>
content there.  Clarify when the returned pointers become invalid,
which is far from obvious but sets surprising traps for the user.
For three of the functions, correct statements about when they fail.
Also improve a number of wordings while here.
OK beck@
</content>
</entry>
<entry>
<title>Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).</title>
<updated>2019-01-22T01:18:24+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-01-22T01:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b5ca8ca004a1646eb06426fc01dc1b74a3266542'/>
<id>urn:sha1:b5ca8ca004a1646eb06426fc01dc1b74a3266542</id>
<content type='text'>
The text comes from OpenSSL, where it was still published under a
free license.

from schwarze
</content>
</entry>
<entry>
<title>found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs</title>
<updated>2018-03-27T17:35:50+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-27T17:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=30d10c511917e0e339dec931667fc4b6eb014430'/>
<id>urn:sha1:30d10c511917e0e339dec931667fc4b6eb014430</id>
<content type='text'>
on the web, so fix up SSLeay HISTORY accordingly
</content>
</entry>
<entry>
<title>finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes</title>
<updated>2018-03-24T00:55:37+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-24T00:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a95e7538b577769f3b602ae79b73f31681e9d234'/>
<id>urn:sha1:a95e7538b577769f3b602ae79b73f31681e9d234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git</title>
<updated>2018-03-21T05:07:04+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-21T05:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6fc48645989782a49eccbb24eb6d01330d0f717f'/>
<id>urn:sha1:6fc48645989782a49eccbb24eb6d01330d0f717f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.143 2018/02/22 17:27:07, jsing@ provided</title>
<updated>2018-02-26T16:23:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-26T16:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=828b3310415f502e750b4b669326dfc21b6a0858'/>
<id>urn:sha1:828b3310415f502e750b4b669326dfc21b6a0858</id>
<content type='text'>
SSL_CTX_get_ciphers(3).  Merge the documentation from OpenSSL.
</content>
</entry>
<entry>
<title>Add Copyright and license.</title>
<updated>2016-12-03T09:00:46+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-03T09:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ace5e220f74dfcd95600b1cf766495f0186e4134'/>
<id>urn:sha1:ace5e220f74dfcd95600b1cf766495f0186e4134</id>
<content type='text'>
Some additional explanations from OpenSSL.
Delete empty RETURN VALUES section.
</content>
</entry>
</feed>
