Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Lb libssl libcrypto ; OK tb@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 1 | -5/+5 |
| | | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@ | ||||
* | RFC 4507bis can refer to various RFCs but this instance is about | tb | 2021-06-12 | 1 | -4/+5 |
| | | | | | | | RFC 5077. Note that session resumption via session tickets is only for TLSv1.2 and earlier. prompted by a question by/ok jmc | ||||
* | space between RFC and number; | jmc | 2021-06-11 | 1 | -4/+4 |
| | |||||
* | Document SSL_OP_NO_DTLSv1{,_2} | tb | 2021-04-15 | 1 | -2/+15 |
| | |||||
* | In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changed | schwarze | 2018-04-11 | 1 | -13/+3 |
| | | | | | SSL_OP_TLS_ROLLBACK_BUG to no longer have any effect. Update the manual page. | ||||
* | finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixeslibressl-v2.7.1 | schwarze | 2018-03-24 | 1 | -3/+5 |
| | |||||
* | ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -5/+7 |
| | |||||
* | ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -1/+7 |
| | |||||
* | ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+6 |
| | |||||
* | Add four options that exist in our tree and are documented in OpenSSL. | schwarze | 2018-02-27 | 1 | -1/+9 |
| | |||||
* | sort option list alphabetically in preparation for adding missing options; | schwarze | 2018-02-27 | 1 | -28/+28 |
| | | | | no text change | ||||
* | Mention that SSL_OP_TLSEXT_PADDING no longer has any effect, | schwarze | 2018-02-27 | 1 | -12/+10 |
| | | | | | and correct the description of SSL_OP_ALL. Found by inspecting <openssl/ssl.h>. | ||||
* | Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. | schwarze | 2017-08-19 | 1 | -2/+10 |
| | | | | | | | | | 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. | ||||
* | for pure *_ctrl() wrapper macros, move the reference from ssl(3) | schwarze | 2017-04-10 | 1 | -3/+3 |
| | | | | to SSL_CTX_ctrl(3) to make ssl(3) slightly more palatable | ||||
* | Add Copyright and license. | schwarze | 2016-12-01 | 1 | -134/+81 |
| | | | | | | | | | | | | 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. | ||||
* | move manual pages from doc/ to man/ for consistency with other | schwarze | 2016-11-05 | 1 | -0/+395 |
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@ |