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