Remove custom key length handling
authortb <tb@openbsd.org>
Sat, 24 Feb 2024 08:00:37 +0000 (08:00 +0000)
committertb <tb@openbsd.org>
Sat, 24 Feb 2024 08:00:37 +0000 (08:00 +0000)
commit5e446fa12676e6fbdbfd3e1e8671c3fd8b8802bb
tree038be5908a05a5238af07966e665e278f30fc645
parent39a8f3ff889c3b2fea6fe2090773e7a4d6a11f4d
Remove custom key length handling

No cipher in libcrypto is marked EVP_CIPH_CUSTOM_KEY_LENGTH and no control
handler deals with EVP_CTRL_SET_KEY_LENGTH, which means that this code is
dead as far as libcrypto is concerned. Almost nothing uses EVP_CIPHER_meth*
(this was added for a single project) and nothing sets a custom ctrl. This
isn't going to change anyway since EVP_CIPHER_meth* is deprecated in order
to promote more provider beauty.

ok beck jsing
lib/libcrypto/evp/evp_cipher.c