summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* SSL_select_next_proto: fix invalid octal escape by switching to hexadecimaltb2025-02-041-3/+3
* SSL_CTX_set_cipher_list: stop mentioning ancient cipherstb2025-01-181-11/+1
* Stop mentioning DSA/DSStb2025-01-186-23/+16
* received form the peer -> received from the peerjmc2024-12-191-3/+3
* byt -> but; ok tb@jsg2024-10-131-3/+3
* Add missing alert descriptions (taken from RFC 8446)tb2024-10-091-2/+11
* Remove SSL_add_compression_methodtb2024-08-312-23/+7
* Document SSL_CTX_set_cert_storetb2024-08-031-2/+18
* Fix .Ox for SSL_CIPHER_get_handshake_digest()tb2024-07-161-3/+3
* ocurred -> occurredjsg2024-07-151-3/+3
* Document SSL_CIPHER_get_handshake_digest(3)tb2024-07-141-2/+22
* ssl2.h and ssl23.h join the party in the attictb2024-07-131-17/+2
* Adjust documentation for SSL_select_next_proto()tb2024-07-111-30/+48
* The ALPN callback should really ignore the out parameter if there'stb2024-06-281-3/+13
* Make signature of SSL_COMP_add_compression_method(3) match realitytb2024-05-231-3/+3
* SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_tb2024-05-161-3/+3
* sync the SSL text; ok tbjmc2024-05-091-3/+3
* Avoid OpenSSL SSL repetitionstb2024-05-081-7/+8
* Remove mention of a refcount bugtb2024-01-131-18/+1
* BIO_f_ssl.3: Remove explicit library initializationtb2024-01-131-8/+2
* Mention a subtle difference between PEM_def_callback(3) and the example.schwarze2023-09-191-2/+9
* Remove the duplicate documentation of pem_password_cb(3).schwarze2023-09-191-56/+94
* Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)schwarze2023-04-111-2/+11
* document the interaction with BIO_dup_chain(3)schwarze2022-12-181-2/+14
* Add a small blurb on @SECLEVEL=nlibressl-v3.7.0tb2022-12-111-2/+8
* Link to SSL_read_early_data(3)kn2022-09-171-3/+3
* fix repeated wordsjsg2022-09-101-3/+3
* AESCGM -> AESGCMjsg2022-07-171-4/+4
* add .Xr links to SSL_CTX_set_security_level(3)schwarze2022-07-135-15/+20
* Start documenting our new pet octopus, SSL_CTX_set_security_level(3).schwarze2022-07-132-1/+161
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-314-18/+18
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-291-5/+6
* man pages: add missing commas in enumerationsnaddy2022-03-291-3/+3
* Avoid gendered language in man pages when not referring to a specificjsg2022-02-181-4/+4
* remove please from manual pagesjsg2022-02-061-3/+3
* Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()tb2022-01-251-6/+6
* spellingjsg2022-01-152-6/+6
* s/ECDHE/ECDH/jsing2021-11-301-3/+3
* spellingjsg2021-11-261-3/+3
* Fix HISTORY section: 6.9 -> 7.0tb2021-10-271-3/+3
* sort. alphanumerics have lower ASCII values than '_'tb2021-10-251-5/+5
* Install SSL_read_early_data.3. I should have done this during the lasttb2021-10-251-4/+2
* merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3)schwarze2021-10-242-61/+130
* fix wrong and missing return types and wrong macros in the SYNOPSIS;schwarze2021-10-231-10/+18
* Add new OpenSSL API SSL_CTX_set_num_tickets and friends.beck2021-10-231-0/+55
* oops, wrong dir.tb2021-10-232-301/+0
* Import documentation for X509_get_extension_flags, X509_get_key_usage,tb2021-10-231-0/+211
* Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linkedtb2021-10-231-0/+90
* tweak previous: properly mark up function pointer typedefschwarze2021-10-231-6/+18
* Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callbackbeck2021-10-232-1/+46