| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Link SSL_get_finished.3 to build. | tb | 2021-01-27 | 1 | -1/+2 |
* | Write SSL_get_finished() documentation from scratch. | tb | 2021-01-27 | 1 | -0/+77 |
* | Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i and | tb | 2021-01-27 | 1 | -3/+20 |
* | Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240 | tb | 2021-01-09 | 1 | -17/+47 |
* | grammar fixes from Varik "The Genuine Article!!!" Valefor; | jmc | 2020-12-03 | 1 | -3/+3 |
* | drop references to the SSL protocol because support was removed long ago; | schwarze | 2020-10-12 | 1 | -6/+6 |
* | List and describe the recommended methods first and relegate the | schwarze | 2020-10-12 | 1 | -27/+26 |
* | In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3) | schwarze | 2020-10-11 | 1 | -11/+18 |
* | A void function has no return value, so zap RETURN VALUES section | tb | 2020-10-08 | 1 | -5/+2 |
* | grammar fix: if/when a renegotiation takeS place | tb | 2020-10-08 | 2 | -6/+6 |
* | 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 |