| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused fields from struct dtls1_retransmit_state. | jsing | 2021-10-23 | 1 | -3/+1 |
* | Fold DTLS1_STATE_INTERNAL into DTLS1_STATE. | jsing | 2021-10-23 | 1 | -18/+11 |
* | Untangle ssl3_get_message() return values. | jsing | 2021-10-23 | 1 | -2/+2 |
* | Change dtls1_get_message_header() to take a CBS. | jsing | 2021-09-04 | 1 | -3/+2 |
* | Defragment DTLS. | jsing | 2021-08-31 | 1 | -8/+1 |
* | Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer. | jsing | 2021-08-30 | 1 | -8/+1 |
* | Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert(). | jsing | 2021-07-26 | 1 | -2/+4 |
* | Remove DTLS processed_rcds queue. | jsing | 2021-07-21 | 1 | -3/+2 |
* | Mop up dtls1_get_ccs_header() and struct ccs_header_st. | jsing | 2021-07-19 | 1 | -7/+1 |
* | Move DTLS structs/definitions/prototypes to dtls_locl.h. | jsing | 2021-05-16 | 1 | -0/+251 |