CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/09 23:08:05
Modified files:
lib/libssl : s3_lib.c ssl_local.h
Log message:
Remove fixed nonce length information from algorithm2
This information has been part of tls12_key_block_generate() for a while
now. It remained in this table because at that point SSL_CIPHER was still
public. Nothing can access algorithm2 anymore from the outside, so this is
dead weight.
ok jsing
