Age | Commit message (Expand) | Author |
2020-10-11 | Fix an assert conditioned on DTLS1_VERSION. | Joel Sing |
2020-10-11 | Grow init_buf before stashing a handshake message for the legacy stack. | Joel Sing |
2020-10-11 | Make profile_name const in srtp_find_profile_by_name() | Theo Buehler |
2020-10-11 | Condense and simplify TLS methods. | Joel Sing |
2020-10-11 | Constipate srtp_known_profiles, pushing it into .data.rel.ro | Philip Guenther |
2020-10-11 | Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into | Philip Guenther |
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 |
2020-10-07 | fix line wrapping | Theo Buehler |
2020-10-07 | Mop up various things that are now unused with the new record layer. | Joel Sing |
2020-10-07 | Include a TLS record header when switching to the legacy stack. | Joel Sing |
2020-10-03 | Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c | Joel Sing |
2020-10-03 | Use TLSv1_1_enc_data instead of DTLSv1_enc_data. | Joel Sing |
2020-10-03 | Reimplement the TLSv1.2 record handling for the read side. | Joel Sing |
2020-10-03 | Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert() | Joel Sing |
2020-10-03 | Make dtls1_copy_record() take a DTLS1_RECORD_DATA_INTERNAL *. | Joel Sing |
2020-10-03 | Inline two macros that are only used in one place each. | Joel Sing |
2020-09-26 | Call dtls1_hm_fragment_free() from dtls1_drain_fragments() | Joel Sing |
2020-09-26 | Have dtls1_new() call dtls1_free() on failure. | Joel Sing |
2020-09-26 | Have dtls1_hm_fragment_new() call dtls1_hm_fragment_free() on failure. | Joel Sing |
2020-09-26 | Refactor dtls1_clear_queues() | Theo Buehler |
2020-09-24 | Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function. | Joel Sing |
2020-09-24 | Release read and write buffers using freezero(). | Joel Sing |
2020-09-22 | Comment out SSL_get0_peername(3) for the OpenBSD 6.8 release | Ingo Schwarze |
2020-09-22 | reword ambiguous title line; | Ingo Schwarze |
2020-09-21 | s/before the handshake is complete/during the handshake/g | Ingo Schwarze |
2020-09-21 | two wording tweaks suggested by jsing@, adding clarity | Ingo Schwarze |
2020-09-21 | In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data. | Ingo Schwarze |
2020-09-20 | Document the public function SSL_set_SSL_CTX(3) from scratch, | Ingo Schwarze |
2020-09-20 | Add guards around SSL_get0_peername that were accidentally omitted. | Theo Buehler |
2020-09-19 | Prepare to provide SSL_get0_peername | Theo Buehler |
2020-09-19 | Prepare to provide stubbed out versions for reading/writing 0-RTT data | Theo Buehler |
2020-09-19 | Prepare to provide SSL{,_CTX}_{get,set}_max_early_data | Theo Buehler |
2020-09-19 | Prepare to provide SSL_SESSION_{set,get}_max_early_data() | Theo Buehler |
2020-09-18 | If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failure | Ingo Schwarze |
2020-09-18 | add forgotten link to newish page SSL_set1_host(3) | Ingo Schwarze |
2020-09-17 | Prepare to provide SSL_get_peer_tmp_key(). | Joel Sing |
2020-09-17 | Simplify SSL method lookups. | Joel Sing |
2020-09-17 | Install the new page SSL_set1_host(3), link to it from relevant places, | Ingo Schwarze |
2020-09-17 | Import a manual page for SSL_set1_host(3), which we already have since 6.5, | Ingo Schwarze |
2020-09-16 | Group seal record functions together. | Joel Sing |
2020-09-16 | Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash | Ingo Schwarze |
2020-09-16 | Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and there | Ingo Schwarze |
2020-09-16 | Avoid memset() before memcpy() for CBB_add_bytes(). | Joel Sing |
2020-09-15 | The undocumented public function SSL_set_SSL_CTX(3) changes the | Ingo Schwarze |
2020-09-15 | Split the tls12_record_layer_write_mac() function. | Joel Sing |
2020-09-15 | Do not destroy an existing cipher list when ssl_parse_ciphersuites() | Ingo Schwarze |
2020-09-15 | Correct a failure case in tls12_record_layer_seal_record_protected() | Joel Sing |
2020-09-15 | Create the missing RETURN VALUES section and move the appropriate | Ingo Schwarze |
2020-09-15 | Cleanup/simplify SSL_set_ssl_method(). | Joel Sing |