EVP_CIPH_CUSTOM_KEY_LENGTH and EVP_CTRL_SET_KEY_LENGTH are gone
authortb <tb@openbsd.org>
Mon, 4 Mar 2024 09:49:07 +0000 (09:49 +0000)
committertb <tb@openbsd.org>
Mon, 4 Mar 2024 09:49:07 +0000 (09:49 +0000)
lib/libcrypto/man/EVP_CIPHER_meth_new.3

index 4ea8f8d..187dab6 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.5 2023/09/10 05:22:46 jsg Exp $
+.\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.6 2024/03/04 09:49:07 tb Exp $
 .\" selective merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000
 .\"
 .\" This file is a derived work.
@@ -66,7 +66,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 .\" OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: September 10 2023 $
+.Dd $Mdocdate: March 4 2024 $
 .Dt EVP_CIPHER_METH_NEW 3
 .Os
 .Sh NAME
@@ -233,18 +233,6 @@ function with a command
 of
 .Dv EVP_CTRL_INIT
 early during the setup.
-.It Dv EVP_CIPH_CUSTOM_KEY_LENGTH
-Instruct
-.Xr EVP_CIPHER_CTX_set_key_length 3
-to not check and set the key length itself,
-but to leave that to the implementation by instead calling its
-.Fa ctrl
-function with a command
-.Fa type
-of
-.Dv EVP_CTRL_SET_KEY_LENGTH
-and the key length in
-.Fa arg .
 .It Dv EVP_CIPH_NO_PADDING
 Instruct
 .Xr EVP_CipherFinal_ex 3