CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2020/03/12 11:09:02

Modified files:
        lib/libssl     : d1_pkt.c s3_cbc.c ssl_locl.h ssl_pkt.c t1_enc.c 

Log message:
Stop overloading the record type for padding length.

Currently the CBC related code stuffs the padding length in the upper bits
of the type field... stop doing that and add a padding_length field to the
record struct instead.

ok inoguchi@ tb@

Reply via email to