Age | Commit message (Expand) | Author |
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-09 | Fix leak or double free with OCSP_request_add0_id() | Theo Buehler |
2020-10-09 | Correct error returns, do not print eror message to stdout (there | Otto Moerbeek |
2020-10-09 | Partly revert previous commit, these changes we not supposed to go in. | Otto Moerbeek |
2020-10-09 | As noted by tb@ previous commit only removed an unused fucntion. | Otto Moerbeek |
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-06 | Use random value for canary bytes; ok tb@ | Otto Moerbeek |
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-10-01 | Mark top-level frame for new thread in both CFI and with zero | Philip Guenther |
2020-09-30 | Fix two minor memory leaks. | Martijn van Duren |
2020-09-30 | adjust protos for utimes/futimes to use [2], and then add documentation | Theo de Raadt |
2020-09-29 | Fix 3 bugs: | Martijn van Duren |
2020-09-26 | Ensure leaf is set up on X509_STORE_CTX before verification. | 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-26 | jumping into the x509 fray with a bunch of whitespace repair | Theo de Raadt |
2020-09-25 | bump to LibreSSL 3.2.2 ahead of lock | Brent Cook |
2020-09-25 | KNF for a few comments and indent a label | Theo Buehler |
2020-09-25 | Remove some dangling elses for consistency with the rest of the file | Theo Buehler |
2020-09-25 | Simplify UI_new_method() | Theo Buehler |
2020-09-25 | Move variable declaration to the top of UI_set_result and ditch | Theo Buehler |
2020-09-25 | The default branch of a switch somehow got moved inside of a pointless | Theo Buehler |
2020-09-25 | Simplify call to ERR_print_errors_cb() | Theo Buehler |
2020-09-24 | Error out if ok_chars and cancel_chars overlap | Theo Buehler |
2020-09-24 | Fix a number of leaks in the UI_dup_* functions | Theo Buehler |
2020-09-24 | Push ERR_R_MALLOC_FAILURE onto the error stack | Theo Buehler |
2020-09-24 | Make free_strings() NULL safe | Theo Buehler |
2020-09-24 | KNF and grammar tweaks for comments; wrap a few overlong prototypes. | 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-23 | Ensure chain is set on the X509_STORE_CTX before triggering callback. | 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-22 | Link up libagentx | Martijn van Duren |
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 |