CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/05/02 11:18:10
Modified files:
lib/libssl : d1_pkt.c ssl_clnt.c ssl_locl.h ssl_srvr.c
t1_enc.c
Log message:
Clean up dtls1_reset_seq_numbers().
Rather than doing flag gymnastics, split dtls1_reset_seq_numbers() into
separate read and write functions. Move the calls of these functions into
tls1_change_cipher_state() so they directly follow the change of cipher
state in the record layer, which avoids having to duplicate the calls in
the client and server.
ok inoguchi@ tb@