summaryrefslogtreecommitdiff
path: root/lib/libssl/man
AgeCommit message (Expand)Author
2024-10-13byt -> but; ok tb@Jonathan Gray
2024-10-09Add missing alert descriptions (taken from RFC 8446)Theo Buehler
2024-08-31Remove SSL_add_compression_methodTheo Buehler
2024-08-03Document SSL_CTX_set_cert_storeTheo Buehler
2024-07-16Fix .Ox for SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-07-15ocurred -> occurredJonathan Gray
2024-07-14Document SSL_CIPHER_get_handshake_digest(3)Theo Buehler
2024-07-13ssl2.h and ssl23.h join the party in the atticTheo Buehler
2024-07-11Adjust documentation for SSL_select_next_proto()Theo Buehler
2024-06-28The ALPN callback should really ignore the out parameter if there'sTheo Buehler
2024-05-23Make signature of SSL_COMP_add_compression_method(3) match realityTheo Buehler
2024-05-16SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_Theo Buehler
2024-05-09sync the SSL text; ok tbJason McIntyre
2024-05-08Avoid OpenSSL SSL repetitionsTheo Buehler
2024-01-13Remove mention of a refcount bugTheo Buehler
2024-01-13BIO_f_ssl.3: Remove explicit library initializationTheo Buehler
2023-09-19Mention a subtle difference between PEM_def_callback(3) and the example.Ingo Schwarze
2023-09-19Remove the duplicate documentation of pem_password_cb(3).Ingo Schwarze
2023-04-11Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)Ingo Schwarze
2022-12-18document the interaction with BIO_dup_chain(3)Ingo Schwarze
2022-12-11Add a small blurb on @SECLEVEL=nTheo Buehler
2022-09-17Link to SSL_read_early_data(3)Klemens Nanni
2022-09-10fix repeated wordsJonathan Gray
2022-07-17AESCGM -> AESGCMJonathan Gray
2022-07-13add .Xr links to SSL_CTX_set_security_level(3)Ingo Schwarze
2022-07-13Start documenting our new pet octopus, SSL_CTX_set_security_level(3).Ingo Schwarze
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-29man pages: add missing commas in enumerationsChristian Weisgerber
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-06remove please from manual pagesJonathan Gray
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