Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Lb libssl libcrypto ; OK tb@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | Merge the stub SSL_SESSION_is_resumable(3) manual page from the | schwarze | 2021-09-14 | 1 | -2/+3 |
| | | | | | | OpenSSL 1.1.1 branch, which is still under a free license. A few tweaks to wording and structure by me. OK tb@ on SSL_SESSION_is_resumable.3 | ||||
* | grammar fixes from Varik "The Genuine Article!!!" Valefor; | jmc | 2020-12-03 | 1 | -3/+3 |
| | |||||
* | add missing backlinks to ssl(3) | schwarze | 2019-06-12 | 1 | -2/+3 |
| | |||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -3/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+6 |
| | |||||
* | In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided | schwarze | 2018-03-17 | 1 | -2/+3 |
| | | | | | SSL_SESSION_has_ticket(3) and SSL_SESSION_get_ticket_lifetime_hint(3). Merge the documentation from OpenSSL, tweaked by me. | ||||
* | In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ provided | schwarze | 2018-02-24 | 1 | -2/+4 |
| | | | | | SSL_SESSION_get_protocol_version(3). Import the documentation form OpenSSL, tweaked by me, OK tb@. | ||||
* | Additional SSL_SESSION documentation | schwarze | 2017-04-10 | 1 | -2/+9 |
| | | | | | from Matt Caswell <matt at openssl dot org>, OpenSSL commit b31db505. Improve crosslinking while here. | ||||
* | New manual page SSL_SESSION_new(3) written from scratch. | schwarze | 2016-12-06 | 1 | -0/+62 |
The function prototype is listed in ssl(3) and <openssl/ssl.h>, so it's clearly a public interface, but OpenSSL has no documentation about it whatsoever. |