Remove fixed nonce length information from algorithm2
authortb <tb@openbsd.org>
Fri, 10 May 2024 05:08:05 +0000 (05:08 +0000)
committertb <tb@openbsd.org>
Fri, 10 May 2024 05:08:05 +0000 (05:08 +0000)
commitcfaab7d7eb356a4f8991d066e42de3a749552392
treef0aed150d223334183b40f272755760e224c12c1
parentbd7c3e4df7f6426cd5e572c80de49047e53e7f3c
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
lib/libssl/s3_lib.c
lib/libssl/ssl_local.h