| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-31 | Update for DTLSv1.2 support. |  tb | 1 | -2/+4 |
| 2021-03-31 | Document SSL_set_hostflags(3) and SSL_get0_peername(3) |  tb | 1 | -18/+4 |
| 2021-03-31 | Document SSL_use_certificate_chain_file(3) |  tb | 1 | -11/+3 |
| 2021-03-19 | Prepare documenting SSL_use_certificate_chain_file |  tb | 1 | -2/+19 |
| 2021-01-30 | missing word in comment |  tb | 1 | -3/+3 |
| 2021-01-27 | Link SSL_get_finished.3 to build. |  tb | 1 | -1/+2 |
| 2021-01-27 | Write SSL_get_finished() documentation from scratch. |  tb | 1 | -0/+77 |
| 2021-01-27 | Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i and |  tb | 1 | -3/+20 |
| 2021-01-09 | Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240 |  tb | 1 | -17/+47 |
| 2020-12-03 | grammar fixes from Varik "The Genuine Article!!!" Valefor; |  jmc | 1 | -3/+3 |
| 2020-10-12 | drop references to the SSL protocol because support was removed long ago; |  schwarze | 1 | -6/+6 |
| 2020-10-12 | List and describe the recommended methods first and relegate the |  schwarze | 1 | -27/+26 |
| 2020-10-11 | In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3) |  schwarze | 1 | -11/+18 |
| 2020-10-08 | A void function has no return value, so zap RETURN VALUES section |  tb | 1 | -5/+2 |
| 2020-10-08 | grammar fix: if/when a renegotiation takeS place |  tb | 2 | -6/+6 |
| 2020-09-22 | Comment out SSL_get0_peername(3) for the OpenBSD 6.8 release |  schwarze | 1 | -4/+18 |
| 2020-09-22 | reword ambiguous title line; |  schwarze | 1 | -3/+3 |
| 2020-09-21 | s/before the handshake is complete/during the handshake/g |  schwarze | 1 | -8/+7 |
| 2020-09-21 | two wording tweaks suggested by jsing@, adding clarity |  schwarze | 1 | -5/+4 |
| 2020-09-21 | In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data. |  schwarze | 3 | -4/+183 |
| 2020-09-20 | Document the public function SSL_set_SSL_CTX(3) from scratch, |  schwarze | 3 | -3/+72 |
| 2020-09-18 | add forgotten link to newish page SSL_set1_host(3) |  schwarze | 1 | -3/+4 |
| 2020-09-17 | Install the new page SSL_set1_host(3), link to it from relevant places, |  schwarze | 4 | -12/+17 |
| 2020-09-17 | Import a manual page for SSL_set1_host(3), which we already have since 6.5, |  schwarze | 1 | -0/+155 |
| 2020-09-16 | Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash |  schwarze | 1 | -5/+4 |
| 2020-09-16 | Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and there |  schwarze | 1 | -4/+6 |
| 2020-09-15 | The undocumented public function SSL_set_SSL_CTX(3) changes the |  schwarze | 1 | -4/+4 |
| 2020-09-15 | Create the missing RETURN VALUES section and move the appropriate |  schwarze | 1 | -57/+103 |
| 2020-06-04 | mention that TLS_method(3) also supports TLSv1.3; |  schwarze | 1 | -3/+3 |
| 2020-05-26 | minor cleanup ahead of the following work: |  schwarze | 1 | -12/+14 |
| 2020-05-12 | there should only be one i in gratuitous |  tb | 1 | -3/+3 |
| 2020-04-25 | Move unsupported, obsolete ciphers and deprecated aliases out of |  schwarze | 1 | -31/+29 |
| 2020-04-25 | tweak the wording to make it clearer under which conditions exactly |  schwarze | 1 | -4/+4 |
| 2020-04-14 | Update in several respects: |  schwarze | 1 | -13/+11 |
| 2020-04-14 | add the missing sentence "LibreSSL no longer provides any such |  schwarze | 1 | -2/+3 |
| 2020-04-14 | Delete the three sentences listing the ciphers currently included |  schwarze | 1 | -15/+2 |
| 2020-04-11 | Document the TLSv1.3 control word, update the description of the |  schwarze | 1 | -4/+30 |
| 2020-03-30 | Void functions obviously do not return values; no need to elaborate. |  schwarze | 5 | -31/+10 |
| 2020-03-29 | Void functions obviously do not return values; no need to elaborate. |  schwarze | 1 | -5/+2 |
| 2020-01-23 | Remove lies from the SSL_pending man page, Our implementation never |  beck | 1 | -22/+3 |
| 2020-01-02 | In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ provided |  schwarze | 1 | -4/+21 |
| 2019-12-19 | spelling; from bryan stenson |  jmc | 1 | -3/+3 |
| 2019-12-03 | Fix typo: ECHD -> ECDH. |  tb | 1 | -4/+4 |
| 2019-11-14 | Add missing cross-reference to NOTES section. |  millert | 1 | -3/+3 |
| 2019-06-14 | Further improve the documentation of library initialization and configuration. |  schwarze | 3 | -37/+37 |
| 2019-06-12 | add missing backlinks to ssl(3) |  schwarze | 31 | -64/+100 |
| 2019-06-12 | List all 17 SSL pages that were missing. |  schwarze | 1 | -51/+89 |
| 2019-06-08 | remove pointless NOTES section header lines |  schwarze | 9 | -27/+27 |
| 2019-05-20 | *an* RSA; |  jmc | 2 | -6/+6 |
| 2019-04-09 | Recommend SSL_CTX_add1_chain_cert(3) rather than |  schwarze | 1 | -12/+11 |