CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/04/25 07:15:23
Modified files: lib/libssl : Makefile ssl_both.c ssl_clnt.c ssl_locl.h ssl_pkt.c ssl_srvr.c t1_enc.c Added files: lib/libssl : tls12_lib.c Log message: Clean up derivation of finished/peer finished. Make this process more readable by having specific client/server functions, calling the correct one based on s->server. This allows to remove various SSL_ST_ACCEPT/SSL_ST_CONNECT checks, along with duplicate code. ok inoguchi@ tb@