summaryrefslogtreecommitdiff
path: root/lib/libssl/man
AgeCommit message (Expand)Author
2022-01-25Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()Theo Buehler
2022-01-15spellingJonathan Gray
2021-11-30s/ECDHE/ECDH/Joel Sing
2021-11-26spellingJonathan Gray
2021-10-27Fix HISTORY section: 6.9 -> 7.0Theo Buehler
2021-10-25sort. alphanumerics have lower ASCII values than '_'Theo Buehler
2021-10-25Install SSL_read_early_data.3. I should have done this during the lastTheo Buehler
2021-10-24merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3)Ingo Schwarze
2021-10-23fix wrong and missing return types and wrong macros in the SYNOPSIS;Ingo Schwarze
2021-10-23Add new OpenSSL API SSL_CTX_set_num_tickets and friends.Bob Beck
2021-10-23oops, wrong dir.Theo Buehler
2021-10-23Import documentation for X509_get_extension_flags, X509_get_key_usage,Theo Buehler
2021-10-23Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linkedTheo Buehler
2021-10-23tweak previous: properly mark up function pointer typedefIngo Schwarze
2021-10-23Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callbackBob Beck
2021-09-14provide a small manual page for the SSL_set_psk_use_session_callback(3)Ingo Schwarze
2021-09-14Merge the stub SSL_SESSION_is_resumable(3) manual page from theIngo Schwarze
2021-09-11merge the description of SSL_get_tlsext_status_type(3)Ingo Schwarze
2021-09-10Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callbackTheo Buehler
2021-09-01comment out the detailed description of SSL_get_servername(3),Ingo Schwarze
2021-08-30sync with OpenSSL 1.1.1, which is still under a free license;Ingo Schwarze
2021-06-26Fix .Xr order. From mandoc -Tlint.Theo Buehler
2021-06-12space between macro args and punctuation;Jason McIntyre
2021-06-12RFC 4507bis can refer to various RFCs but this instance is aboutTheo Buehler
2021-06-11space between RFC and number;Jason McIntyre
2021-06-11add AES-GCM constants from RFC 7714 for SRTPLandry Breuil
2021-05-12Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1.Theo Buehler
2021-05-12Install SSL_SESSION_get0_cipher.3Theo Buehler
2021-05-12Document SSL_SESSION_get0_cipher(3)Theo Buehler
2021-05-11Document SSL_CTX_get_ssl_method(3)Theo Buehler
2021-04-15mention DTLS1_2_VERSIONTheo Buehler
2021-04-15Mention DTLS1_2_VERSION here, tooTheo Buehler
2021-04-15Document SSL_OP_NO_DTLSv1{,_2}Theo Buehler
2021-04-15Document DTLSv1_2_{,client_,server_}method(3)Theo Buehler
2021-04-15Merge documentation for SSL_is_dtls() from OpenSSLTheo Buehler
2021-03-31Update for DTLSv1.2 support.Theo Buehler
2021-03-31Document SSL_set_hostflags(3) and SSL_get0_peername(3)Theo Buehler
2021-03-31Document SSL_use_certificate_chain_file(3)Theo Buehler
2021-03-19Prepare documenting SSL_use_certificate_chain_fileTheo Buehler
2021-01-30missing word in commentTheo Buehler
2021-01-27Link SSL_get_finished.3 to build.Theo Buehler
2021-01-27Write SSL_get_finished() documentation from scratch.Theo Buehler
2021-01-27Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i andTheo Buehler
2021-01-09Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240Theo Buehler
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;Jason McIntyre
2020-10-12drop references to the SSL protocol because support was removed long ago;Ingo Schwarze
2020-10-12List and describe the recommended methods first and relegate theIngo Schwarze
2020-10-11In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)Ingo Schwarze
2020-10-08A void function has no return value, so zap RETURN VALUES sectionTheo Buehler
2020-10-08grammar fix: if/when a renegotiation takeS placeTheo Buehler