summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* provide a small manual page for the SSL_set_psk_use_session_callback(3)schwarze2021-09-142-1/+88
* Merge the stub SSL_SESSION_is_resumable(3) manual page from theschwarze2021-09-143-3/+86
* merge the description of SSL_get_tlsext_status_type(3)schwarze2021-09-111-3/+35
* Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callbacktb2021-09-101-3/+7
* comment out the detailed description of SSL_get_servername(3),schwarze2021-09-011-7/+9
* sync with OpenSSL 1.1.1, which is still under a free license;schwarze2021-08-301-15/+107
* Fix .Xr order. From mandoc -Tlint.tb2021-06-262-7/+7
* space between macro args and punctuation;jmc2021-06-121-10/+10
* RFC 4507bis can refer to various RFCs but this instance is abouttb2021-06-121-4/+5
* space between RFC and number;jmc2021-06-116-26/+26
* add AES-GCM constants from RFC 7714 for SRTPlandry2021-06-111-2/+6
* Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1.tb2021-05-121-2/+29
* Install SSL_SESSION_get0_cipher.3tb2021-05-121-1/+2
* Document SSL_SESSION_get0_cipher(3)tb2021-05-121-0/+94
* Document SSL_CTX_get_ssl_method(3)tb2021-05-111-4/+15
* mention DTLS1_2_VERSIONtb2021-04-151-3/+4
* Mention DTLS1_2_VERSION here, tootb2021-04-151-6/+8
* Document SSL_OP_NO_DTLSv1{,_2}tb2021-04-151-2/+15
* Document DTLSv1_2_{,client_,server_}method(3)tb2021-04-151-4/+36
* Merge documentation for SSL_is_dtls() from OpenSSLtb2021-04-151-5/+21
* Update for DTLSv1.2 support.tb2021-03-311-2/+4
* Document SSL_set_hostflags(3) and SSL_get0_peername(3)tb2021-03-311-18/+4
* Document SSL_use_certificate_chain_file(3)tb2021-03-311-11/+3
* Prepare documenting SSL_use_certificate_chain_filetb2021-03-191-2/+19
* missing word in commenttb2021-01-301-3/+3
* 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