CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/05/02 11:46:58

Modified files:
        lib/libssl     : ssl_clnt.c ssl_locl.h ssl_pkt.c ssl_srvr.c 
                         t1_enc.c 

Log message:
Clean up tls1_change_cipher_state().

Replace flag gymnastics at call sites with separate read and write,
functions which call the common code. Condition on s->server instead of
using SSL_ST_ACCEPT, for consistency and more readable code.

ok inoguchi@ tb@

Reply via email to