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