summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Link SSL_get_finished.3 to build.tb2021-01-271-1/+2
* Write SSL_get_finished() documentation from scratch.tb2021-01-271-0/+77
* Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i andtb2021-01-271-3/+20
* Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240tb2021-01-091-17/+47
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-031-3/+3
* drop references to the SSL protocol because support was removed long ago;schwarze2020-10-121-6/+6
* List and describe the recommended methods first and relegate theschwarze2020-10-121-27/+26
* In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)schwarze2020-10-111-11/+18
* A void function has no return value, so zap RETURN VALUES sectiontb2020-10-081-5/+2
* grammar fix: if/when a renegotiation takeS placetb2020-10-082-6/+6
* 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