| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix wrong and missing return types and wrong macros in the SYNOPSIS; | schwarze | 2021-10-23 | 1 | -10/+18 |
| * | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | beck | 2021-10-23 | 1 | -0/+55 |
| * | oops, wrong dir. | tb | 2021-10-23 | 2 | -301/+0 |
| * | Import documentation for X509_get_extension_flags, X509_get_key_usage, | tb | 2021-10-23 | 1 | -0/+211 |
| * | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | tb | 2021-10-23 | 1 | -0/+90 |
| * | tweak previous: properly mark up function pointer typedef | schwarze | 2021-10-23 | 1 | -6/+18 |
| * | Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback | beck | 2021-10-23 | 2 | -1/+46 |
| * | provide a small manual page for the SSL_set_psk_use_session_callback(3) | schwarze | 2021-09-14 | 2 | -1/+88 |
| * | Merge the stub SSL_SESSION_is_resumable(3) manual page from the | schwarze | 2021-09-14 | 3 | -3/+86 |
| * | merge the description of SSL_get_tlsext_status_type(3) | schwarze | 2021-09-11 | 1 | -3/+35 |
| * | Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback | tb | 2021-09-10 | 1 | -3/+7 |
| * | comment out the detailed description of SSL_get_servername(3), | schwarze | 2021-09-01 | 1 | -7/+9 |
| * | sync with OpenSSL 1.1.1, which is still under a free license; | schwarze | 2021-08-30 | 1 | -15/+107 |
| * | Fix .Xr order. From mandoc -Tlint. | tb | 2021-06-26 | 2 | -7/+7 |
| * | space between macro args and punctuation; | jmc | 2021-06-12 | 1 | -10/+10 |
| * | RFC 4507bis can refer to various RFCs but this instance is about | tb | 2021-06-12 | 1 | -4/+5 |
| * | space between RFC and number; | jmc | 2021-06-11 | 6 | -26/+26 |
| * | add AES-GCM constants from RFC 7714 for SRTP | landry | 2021-06-11 | 1 | -2/+6 |
| * | Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1. | tb | 2021-05-12 | 1 | -2/+29 |
| * | Install SSL_SESSION_get0_cipher.3 | tb | 2021-05-12 | 1 | -1/+2 |
| * | Document SSL_SESSION_get0_cipher(3) | tb | 2021-05-12 | 1 | -0/+94 |
| * | Document SSL_CTX_get_ssl_method(3) | tb | 2021-05-11 | 1 | -4/+15 |
| * | mention DTLS1_2_VERSION | tb | 2021-04-15 | 1 | -3/+4 |
| * | Mention DTLS1_2_VERSION here, too | tb | 2021-04-15 | 1 | -6/+8 |
| * | Document SSL_OP_NO_DTLSv1{,_2} | tb | 2021-04-15 | 1 | -2/+15 |
| * | Document DTLSv1_2_{,client_,server_}method(3) | tb | 2021-04-15 | 1 | -4/+36 |
| * | Merge documentation for SSL_is_dtls() from OpenSSL | tb | 2021-04-15 | 1 | -5/+21 |
| * | Update for DTLSv1.2 support. | tb | 2021-03-31 | 1 | -2/+4 |
| * | Document SSL_set_hostflags(3) and SSL_get0_peername(3) | tb | 2021-03-31 | 1 | -18/+4 |
| * | Document SSL_use_certificate_chain_file(3) | tb | 2021-03-31 | 1 | -11/+3 |
| * | Prepare documenting SSL_use_certificate_chain_file | tb | 2021-03-19 | 1 | -2/+19 |
| * | missing word in comment | tb | 2021-01-30 | 1 | -3/+3 |
| * | Link SSL_get_finished.3 to build. | tb | 2021-01-27 | 1 | -1/+2 |
| * | Write SSL_get_finished() documentation from scratch. | tb | 2021-01-27 | 1 | -0/+77 |
| * | Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i and | tb | 2021-01-27 | 1 | -3/+20 |
| * | Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240 | tb | 2021-01-09 | 1 | -17/+47 |
| * | grammar fixes from Varik "The Genuine Article!!!" Valefor; | jmc | 2020-12-03 | 1 | -3/+3 |
| * | drop references to the SSL protocol because support was removed long ago; | schwarze | 2020-10-12 | 1 | -6/+6 |
| * | List and describe the recommended methods first and relegate the | schwarze | 2020-10-12 | 1 | -27/+26 |
| * | In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3) | schwarze | 2020-10-11 | 1 | -11/+18 |
| * | A void function has no return value, so zap RETURN VALUES section | tb | 2020-10-08 | 1 | -5/+2 |
| * | grammar fix: if/when a renegotiation takeS place | tb | 2020-10-08 | 2 | -6/+6 |
| * | Comment out SSL_get0_peername(3) for the OpenBSD 6.8 release | schwarze | 2020-09-22 | 1 | -4/+18 |
| * | reword ambiguous title line; | schwarze | 2020-09-22 | 1 | -3/+3 |
| * | s/before the handshake is complete/during the handshake/g | schwarze | 2020-09-21 | 1 | -8/+7 |
| * | two wording tweaks suggested by jsing@, adding clarity | schwarze | 2020-09-21 | 1 | -5/+4 |
| * | In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data. | schwarze | 2020-09-21 | 3 | -4/+183 |
| * | Document the public function SSL_set_SSL_CTX(3) from scratch, | schwarze | 2020-09-20 | 3 | -3/+72 |
| * | add forgotten link to newish page SSL_set1_host(3) | schwarze | 2020-09-18 | 1 | -3/+4 |
| * | Install the new page SSL_set1_host(3), link to it from relevant places, | schwarze | 2020-09-17 | 4 | -12/+17 |