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