| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out SSL_get0_peername(3) for the OpenBSD 6.8 release | schwarze | 2020-09-22 | 1 | -4/+18 |
* | reword ambiguous title line; | schwarze | 2020-09-22 | 1 | -3/+3 |
* | s/before the handshake is complete/during the handshake/g | schwarze | 2020-09-21 | 1 | -8/+7 |
* | two wording tweaks suggested by jsing@, adding clarity | schwarze | 2020-09-21 | 1 | -5/+4 |
* | In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data. | schwarze | 2020-09-21 | 3 | -4/+183 |
* | Document the public function SSL_set_SSL_CTX(3) from scratch, | schwarze | 2020-09-20 | 3 | -3/+72 |
* | add forgotten link to newish page SSL_set1_host(3) | schwarze | 2020-09-18 | 1 | -3/+4 |
* | Install the new page SSL_set1_host(3), link to it from relevant places, | schwarze | 2020-09-17 | 4 | -12/+17 |
* | Import a manual page for SSL_set1_host(3), which we already have since 6.5, | schwarze | 2020-09-17 | 1 | -0/+155 |
* | Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash | schwarze | 2020-09-16 | 1 | -5/+4 |
* | Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and there | schwarze | 2020-09-16 | 1 | -4/+6 |
* | The undocumented public function SSL_set_SSL_CTX(3) changes the | schwarze | 2020-09-15 | 1 | -4/+4 |
* | Create the missing RETURN VALUES section and move the appropriate | schwarze | 2020-09-15 | 1 | -57/+103 |
* | mention that TLS_method(3) also supports TLSv1.3; | schwarze | 2020-06-04 | 1 | -3/+3 |
* | minor cleanup ahead of the following work: | schwarze | 2020-05-26 | 1 | -12/+14 |
* | there should only be one i in gratuitous | tb | 2020-05-12 | 1 | -3/+3 |
* | Move unsupported, obsolete ciphers and deprecated aliases out of | schwarze | 2020-04-25 | 1 | -31/+29 |
* | tweak the wording to make it clearer under which conditions exactly | schwarze | 2020-04-25 | 1 | -4/+4 |
* | Update in several respects: | schwarze | 2020-04-14 | 1 | -13/+11 |
* | add the missing sentence "LibreSSL no longer provides any such | schwarze | 2020-04-14 | 1 | -2/+3 |
* | Delete the three sentences listing the ciphers currently included | schwarze | 2020-04-14 | 1 | -15/+2 |
* | Document the TLSv1.3 control word, update the description of the | schwarze | 2020-04-11 | 1 | -4/+30 |
* | Void functions obviously do not return values; no need to elaborate. | schwarze | 2020-03-30 | 5 | -31/+10 |
* | Void functions obviously do not return values; no need to elaborate. | schwarze | 2020-03-29 | 1 | -5/+2 |
* | Remove lies from the SSL_pending man page, Our implementation never | beck | 2020-01-23 | 1 | -22/+3 |
* | In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ provided | schwarze | 2020-01-02 | 1 | -4/+21 |
* | spelling; from bryan stenson | jmc | 2019-12-19 | 1 | -3/+3 |
* | Fix typo: ECHD -> ECDH. | tb | 2019-12-03 | 1 | -4/+4 |
* | Add missing cross-reference to NOTES section. | millert | 2019-11-14 | 1 | -3/+3 |
* | Further improve the documentation of library initialization and configuration. | schwarze | 2019-06-14 | 3 | -37/+37 |
* | add missing backlinks to ssl(3) | schwarze | 2019-06-12 | 31 | -64/+100 |
* | List all 17 SSL pages that were missing. | schwarze | 2019-06-12 | 1 | -51/+89 |
* | remove pointless NOTES section header lines | schwarze | 2019-06-08 | 9 | -27/+27 |
* | *an* RSA; | jmc | 2019-05-20 | 2 | -6/+6 |
* | Recommend SSL_CTX_add1_chain_cert(3) rather than | schwarze | 2019-04-09 | 1 | -12/+11 |
* | Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3). | schwarze | 2019-04-09 | 1 | -22/+48 |
* | Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still | schwarze | 2019-04-05 | 5 | -17/+264 |
* | * note that the handshake must be completed first | schwarze | 2019-03-18 | 1 | -4/+15 |
* | In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods. | schwarze | 2019-03-18 | 1 | -3/+26 |
* | Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3). | tb | 2019-01-22 | 1 | -7/+61 |
* | In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3). | schwarze | 2019-01-21 | 1 | -2/+4 |
* | Fix formatting and grammatical issues with the description of how to use | jsing | 2018-08-27 | 1 | -19/+17 |
* | tweak previous; | jmc | 2018-08-24 | 1 | -3/+3 |
* | Adjust documentation for SSL_copy_session_id() | tb | 2018-08-24 | 1 | -8/+7 |
* | In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3) | schwarze | 2018-05-01 | 1 | -3/+3 |
* | Correct direction of SSL_ERROR_ZERO_RETURN case | guenther | 2018-04-29 | 1 | -3/+3 |
* | Avoid talking about the innternal, undocumented data type "struct lhash_st", | schwarze | 2018-04-25 | 1 | -3/+3 |
* | Document the callbacks as taking "SSL *" and "SSL_CTX *" arguments | schwarze | 2018-04-25 | 1 | -7/+7 |
* | In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiers | schwarze | 2018-04-25 | 5 | -16/+16 |
* | In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changed | schwarze | 2018-04-11 | 1 | -13/+3 |