ossl-removed-api¶
NAME¶
ASN1_STRING_data, EVP_CIPHER_meth_new, EVP_CIPHER_meth_dup, EVP_CIPHER_meth_free, EVP_CIPHER_meth_set_iv_length, EVP_CIPHER_meth_set_flags, EVP_CIPHER_meth_set_impl_ctx_size, EVP_CIPHER_meth_set_init, EVP_CIPHER_meth_set_do_cipher, EVP_CIPHER_meth_set_cleanup, EVP_CIPHER_meth_set_set_asn1_params, EVP_CIPHER_meth_set_get_asn1_params, EVP_CIPHER_meth_set_ctrl, EVP_CIPHER_meth_get_init, EVP_CIPHER_meth_get_do_cipher, EVP_CIPHER_meth_get_cleanup, EVP_CIPHER_meth_get_set_asn1_params, EVP_CIPHER_meth_get_get_asn1_params, EVP_CIPHER_meth_get_ctrl, ossl-removed-api - API that has been removed from OpenSSL
SYNOPSIS¶
This page lists API that has been removed from OpenSSL, and when it was removed.
DESCRIPTION¶
This page documents a list of API that has been removed from OpenSSL. Functions are not removed until they have been deprecated for some time (Normally at least one major OpenSSL release, if not more). This means that during at least one previous major release of OpenSSL, deprecation warnings would have been emitted at compile time when using this function, and the documentation would have contained information on how to move away from the deprecated API.
Once a deprecated function is removed, The documentation for that function will also be removed in order to keep the documentation relevant to the current release. Normally, you should consult a previous major release of OpenSSL where this function still existed, and make changes to your code to no longer use the function as documented in that release.
This includes consulting the ossl-guide-migration(7) documentation.
OPENSSL 4.0¶
- ASN1_STRING_data (Deprecated in 1.1.1) - see ASN1_STRING_get0_data(3)
- EVP_CIPHER_meth_new (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_dup (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_free (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_iv_length (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_flags (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_impl_ctx_size (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_init (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_do_cipher (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_cleanup (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_set_asn1_params (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_get_asn1_params (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_set_ctrl (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_get_init (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_get_do_cipher (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_get_cleanup (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_get_set_asn1_params (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_get_get_asn1_params (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
- EVP_CIPHER_meth_get_ctrl (Deprecated in 3.0.0) - consult ossl-guide-migration(7)
SEE ALSO¶
COPYRIGHT¶
Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.