CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/02 10:18:59
Modified files:
lib/libssl : tls12_record_layer.c
Log message:
Move key/IV length checks closer to usage sites.
Also add explicit checks against EVP_CIPHER_iv_length() and
EVP_CIPHER_key_length().
Requested by tb@ during review.
ok tb@
