CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/01/19 11:51:08
Modified files: lib/libssl : d1_both.c ssl_locl.h tls12_record_layer.c Log message: Provide record layer overhead for DTLS. Rather than manually calculating the maximum record layer overhead in the DTLS code, have the record layer provide this information. This also makes it work correctly with AEAD ciphersuites. ok inoguchi@ tb@