| #
41ce3b17 |
| 31-Mar-2022 |
naddy <naddy@openbsd.org> |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched.
ok jmc@
|
| #
528064e7 |
| 12-Jun-2021 |
tb <tb@openbsd.org> |
RFC 4507bis can refer to various RFCs but this instance is about RFC 5077. Note that session resumption via session tickets is only for TLSv1.2 and earlier.
prompted by a question by/ok jmc
|
| #
689a5e03 |
| 11-Jun-2021 |
jmc <jmc@openbsd.org> |
space between RFC and number;
|
| #
dfac485b |
| 15-Apr-2021 |
tb <tb@openbsd.org> |
Document SSL_OP_NO_DTLSv1{,_2}
|
| #
51f0a61c |
| 11-Apr-2018 |
schwarze <schwarze@openbsd.org> |
In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changed SSL_OP_TLS_ROLLBACK_BUG to no longer have any effect. Update the manual page.
|
| #
20b9f7f9 |
| 24-Mar-2018 |
schwarze <schwarze@openbsd.org> |
finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixes
|
| #
09494245 |
| 23-Mar-2018 |
schwarze <schwarze@openbsd.org> |
ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git
|
| #
a14b330b |
| 21-Mar-2018 |
schwarze <schwarze@openbsd.org> |
ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git
|
| #
89e35aa1 |
| 21-Mar-2018 |
schwarze <schwarze@openbsd.org> |
ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
|
| #
8eae50ec |
| 27-Feb-2018 |
schwarze <schwarze@openbsd.org> |
Add four options that exist in our tree and are documented in OpenSSL.
|
| #
2e3119cc |
| 27-Feb-2018 |
schwarze <schwarze@openbsd.org> |
sort option list alphabetically in preparation for adding missing options; no text change
|
| #
a3f6f872 |
| 27-Feb-2018 |
schwarze <schwarze@openbsd.org> |
Mention that SSL_OP_TLSEXT_PADDING no longer has any effect, and correct the description of SSL_OP_ALL. Found by inspecting <openssl/ssl.h>.
|
| #
05096e49 |
| 19-Aug-2017 |
schwarze <schwarze@openbsd.org> |
Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. While importing: * Fix the prototypes, they all contained wrong datatypes. * Delete SSL3_VERSION which is no longer supporte
Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. 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.
show more ...
|
| #
bb2ba699 |
| 10-Apr-2017 |
schwarze <schwarze@openbsd.org> |
for pure *_ctrl() wrapper macros, move the reference from ssl(3) to SSL_CTX_ctrl(3) to make ssl(3) slightly more palatable
|
| #
31055de6 |
| 01-Dec-2016 |
schwarze <schwarze@openbsd.org> |
Add Copyright and license.
Delete explanation of SSL_OP_SINGLE_DH_USE, it is always on now. Delete explanation of obsolete option SSL_OP_EPHEMERAL_RSA. Delete various SSLv2 and SSLv3 remnants.
Dele
Add Copyright and license.
Delete explanation of SSL_OP_SINGLE_DH_USE, it is always on now. Delete explanation of obsolete option SSL_OP_EPHEMERAL_RSA. Delete various SSLv2 and SSLv3 remnants.
Delete excessive verbiage detailing each obsolete option individually; instead, provide one concise list of obsolete options. Delete HISTORY of individual options; it was incomplete anyway and is not important enough to warrant so much bloat. Garbage collect two useless cross references.
show more ...
|
| #
f1a3c524 |
| 05-Nov-2016 |
schwarze <schwarze@openbsd.org> |
move manual pages from doc/ to man/ for consistency with other libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@
|