CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/19 11:34:02
Modified files:
lib/libssl : tls12_record_layer.c
Log message:
Factor out code for explicit IV length, block size and MAC length.
Pull this code up into the record protection struct, which means we only
need the length checks in one place. This code will soon be used for
additional purposes.
ok inoguchi@ tb@
