X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=4ee0ddd79c575528a0ebf91c77f3b6c1bb3fe4cf;hp=e5fb64c07872163e42fb4e357d0210cfee594ed6;hb=24a1e2f2ec1553c2cc26574bdb48b5d8c1b913f7;hpb=cb2ce7abfd3e2e641851e0ed9dff1a883b38037e diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index e5fb64c078..4ee0ddd79c 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1415,12 +1415,7 @@ typedef struct dtls1_state_st { pqueue buffered_messages; /* Buffered (sent) handshake records */ pqueue sent_messages; - /* - * Buffered application records. Only for records between CCS and - * Finished to prevent either protocol violation or unnecessary message - * loss. - */ - record_pqueue buffered_app_data; + /* Is set when listening for new connections with dtls1_listen() */ unsigned int listen; unsigned int link_mtu; /* max on-the-wire DTLS packet size */ @@ -1434,14 +1429,7 @@ typedef struct dtls1_state_st { struct timeval next_timeout; /* Timeout duration */ unsigned short timeout_duration; - /* - * storage for Alert/Handshake protocol data received but not yet - * processed by ssl3_read_bytes: - */ - unsigned char alert_fragment[DTLS1_AL_HEADER_LENGTH]; - unsigned int alert_fragment_len; - unsigned char handshake_fragment[DTLS1_HM_HEADER_LENGTH]; - unsigned int handshake_fragment_len; + unsigned int retransmitting; /* * Set when the handshake is ready to process peer's ChangeCipherSpec message.