summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* Comment out SSL_get0_peername(3) for the OpenBSD 6.8 releaseschwarze2020-09-221-4/+18
* reword ambiguous title line;schwarze2020-09-221-3/+3
* s/before the handshake is complete/during the handshake/gschwarze2020-09-211-8/+7
* two wording tweaks suggested by jsing@, adding clarityschwarze2020-09-211-5/+4
* In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data.schwarze2020-09-213-4/+183
* Document the public function SSL_set_SSL_CTX(3) from scratch,schwarze2020-09-203-3/+72
* add forgotten link to newish page SSL_set1_host(3)schwarze2020-09-181-3/+4
* Install the new page SSL_set1_host(3), link to it from relevant places,schwarze2020-09-174-12/+17
* Import a manual page for SSL_set1_host(3), which we already have since 6.5,schwarze2020-09-171-0/+155
* Let SSL_CTX_get_ciphers(NULL) return NULL rather than crashschwarze2020-09-161-5/+4
* Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and thereschwarze2020-09-161-4/+6
* The undocumented public function SSL_set_SSL_CTX(3) changes theschwarze2020-09-151-4/+4
* Create the missing RETURN VALUES section and move the appropriateschwarze2020-09-151-57/+103
* mention that TLS_method(3) also supports TLSv1.3;schwarze2020-06-041-3/+3
* minor cleanup ahead of the following work:schwarze2020-05-261-12/+14
* there should only be one i in gratuitoustb2020-05-121-3/+3
* Move unsupported, obsolete ciphers and deprecated aliases out ofschwarze2020-04-251-31/+29
* tweak the wording to make it clearer under which conditions exactlyschwarze2020-04-251-4/+4
* Update in several respects:schwarze2020-04-141-13/+11
* add the missing sentence "LibreSSL no longer provides any suchschwarze2020-04-141-2/+3
* Delete the three sentences listing the ciphers currently includedschwarze2020-04-141-15/+2
* Document the TLSv1.3 control word, update the description of theschwarze2020-04-111-4/+30
* Void functions obviously do not return values; no need to elaborate.schwarze2020-03-305-31/+10
* Void functions obviously do not return values; no need to elaborate.schwarze2020-03-291-5/+2
* Remove lies from the SSL_pending man page, Our implementation neverbeck2020-01-231-22/+3
* In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ providedschwarze2020-01-021-4/+21
* spelling; from bryan stensonjmc2019-12-191-3/+3
* Fix typo: ECHD -> ECDH.tb2019-12-031-4/+4
* Add missing cross-reference to NOTES section.millert2019-11-141-3/+3
* Further improve the documentation of library initialization and configuration.schwarze2019-06-143-37/+37
* add missing backlinks to ssl(3)schwarze2019-06-1231-64/+100
* List all 17 SSL pages that were missing.schwarze2019-06-121-51/+89
* remove pointless NOTES section header linesschwarze2019-06-089-27/+27
* *an* RSA;jmc2019-05-202-6/+6
* Recommend SSL_CTX_add1_chain_cert(3) rather thanschwarze2019-04-091-12/+11
* Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3).schwarze2019-04-091-22/+48
* Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is stillschwarze2019-04-055-17/+264
* * note that the handshake must be completed firstschwarze2019-03-181-4/+15
* In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods.schwarze2019-03-181-3/+26
* Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).tb2019-01-221-7/+61
* In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).schwarze2019-01-211-2/+4
* Fix formatting and grammatical issues with the description of how to usejsing2018-08-271-19/+17
* tweak previous;jmc2018-08-241-3/+3
* Adjust documentation for SSL_copy_session_id()tb2018-08-241-8/+7
* In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3)schwarze2018-05-011-3/+3
* Correct direction of SSL_ERROR_ZERO_RETURN caseguenther2018-04-291-3/+3
* Avoid talking about the innternal, undocumented data type "struct lhash_st",schwarze2018-04-251-3/+3
* Document the callbacks as taking "SSL *" and "SSL_CTX *" argumentsschwarze2018-04-251-7/+7
* In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiersschwarze2018-04-255-16/+16
* In ssl.h rev. 1.155 2018/04/11 17:47:36, jsing@ changedschwarze2018-04-111-13/+3