CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/03/12 05:53:03
Modified files: lib/libssl : d1_pkt.c ssl_locl.h ssl_pkt.c Log message: Factor out change cipher spec handing code in the legacy stack. Factor out the code that handles the processing of a change cipher spec message that has been read in the legacy stack, deduplicating code in the DTLS stack. ok inoguchi@ tb@