This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new ac6f75fd80 Document dome deprecations somewhere
ac6f75fd80 is described below
commit ac6f75fd807f9c75c8479fcfd9326097f59f750d
Author: remm <[email protected]>
AuthorDate: Fri Sep 1 15:53:38 2023 +0200
Document dome deprecations somewhere
---
modules/openssl-foreign/openssl-tomcat.conf | 36 ++++++++++++++---------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/modules/openssl-foreign/openssl-tomcat.conf
b/modules/openssl-foreign/openssl-tomcat.conf
index 0e7a6fdc04..5fab9dc305 100644
--- a/modules/openssl-foreign/openssl-tomcat.conf
+++ b/modules/openssl-foreign/openssl-tomcat.conf
@@ -61,31 +61,31 @@
--include-function CRYPTO_free # header:
/usr/include/openssl/crypto.h
--include-function OpenSSL_version # header:
/usr/include/openssl/crypto.h
--include-function OpenSSL_version_num # header:
/usr/include/openssl/crypto.h
---include-constant OPENSSL_INIT_ENGINE_ALL_BUILTIN # header:
/usr/include/openssl/crypto.h
+--include-constant OPENSSL_INIT_ENGINE_ALL_BUILTIN # deprecated header:
/usr/include/openssl/crypto.h
#### Extracted from: /usr/include/openssl/dh.h
---include-function DH_free # header:
/usr/include/openssl/dh.h
---include-function DH_new # header:
/usr/include/openssl/dh.h
---include-function DH_set0_pqg # header:
/usr/include/openssl/dh.h
+--include-function DH_free # deprecated header:
/usr/include/openssl/dh.h
+--include-function DH_new # deprecated header:
/usr/include/openssl/dh.h
+--include-function DH_set0_pqg # deprecated header:
/usr/include/openssl/dh.h
#### Extracted from: /usr/include/openssl/ec.h
--include-function d2i_ECPKParameters # header:
/usr/include/openssl/ec.h
--include-function EC_GROUP_free # header:
/usr/include/openssl/ec.h
--include-function EC_GROUP_get_curve_name # header:
/usr/include/openssl/ec.h
---include-function EC_KEY_free # header:
/usr/include/openssl/ec.h
---include-function EC_KEY_new_by_curve_name # header:
/usr/include/openssl/ec.h
+--include-function EC_KEY_free # deprecated
header: /usr/include/openssl/ec.h
+--include-function EC_KEY_new_by_curve_name # deprecated
header: /usr/include/openssl/ec.h
#### Extracted from: /usr/include/openssl/engine.h
---include-function ENGINE_by_id # header:
/usr/include/openssl/engine.h
---include-function ENGINE_ctrl_cmd_string # header:
/usr/include/openssl/engine.h
---include-function ENGINE_free # header:
/usr/include/openssl/engine.h
---include-function ENGINE_load_private_key # header:
/usr/include/openssl/engine.h
---include-function ENGINE_register_all_complete # header:
/usr/include/openssl/engine.h
---include-function ENGINE_set_default # header:
/usr/include/openssl/engine.h
---include-constant ENGINE_METHOD_ALL # header:
/usr/include/openssl/engine.h
+--include-function ENGINE_by_id # deprecated
header: /usr/include/openssl/engine.h
+--include-function ENGINE_ctrl_cmd_string # deprecated
header: /usr/include/openssl/engine.h
+--include-function ENGINE_free # deprecated
header: /usr/include/openssl/engine.h
+--include-function ENGINE_load_private_key # deprecated
header: /usr/include/openssl/engine.h
+--include-function ENGINE_register_all_complete # deprecated
header: /usr/include/openssl/engine.h
+--include-function ENGINE_set_default # deprecated
header: /usr/include/openssl/engine.h
+--include-constant ENGINE_METHOD_ALL # deprecated
header: /usr/include/openssl/engine.h
#### Extracted from: /usr/include/openssl/err.h
@@ -141,8 +141,8 @@
#### Extracted from: /usr/include/openssl/pem.h
--include-function PEM_ASN1_read_bio # header:
/usr/include/openssl/pem.h
---include-function PEM_read_bio_DHparams # header:
/usr/include/openssl/pem.h
---include-function PEM_read_bio_ECPKParameters # header:
/usr/include/openssl/pem.h
+--include-function PEM_read_bio_DHparams # deprecated header:
/usr/include/openssl/pem.h
+--include-function PEM_read_bio_ECPKParameters # deprecated header:
/usr/include/openssl/pem.h
--include-function PEM_read_bio_Parameters # header:
/usr/include/openssl/pem.h
--include-function PEM_read_bio_PrivateKey # header:
/usr/include/openssl/pem.h
--include-function PEM_read_bio_X509_AUX # header:
/usr/include/openssl/pem.h
@@ -203,7 +203,7 @@
--include-function SSL_CTX_set_options # header:
/usr/include/openssl/ssl.h
--include-function SSL_CTX_set_session_id_context # header:
/usr/include/openssl/ssl.h
--include-function SSL_CTX_set_timeout # header:
/usr/include/openssl/ssl.h
---include-function SSL_CTX_set_tmp_dh_callback # header:
/usr/include/openssl/ssl.h
+--include-function SSL_CTX_set_tmp_dh_callback # deprecated
header: /usr/include/openssl/ssl.h
--include-function SSL_CTX_set_verify # header:
/usr/include/openssl/ssl.h
--include-function SSL_CTX_set0_tmp_dh_pkey # header:
/usr/include/openssl/ssl.h
--include-function SSL_CTX_use_certificate # header:
/usr/include/openssl/ssl.h
@@ -274,8 +274,8 @@
--include-constant SSL_CTRL_SET_SESS_CACHE_MODE # header:
/usr/include/openssl/ssl.h
--include-constant SSL_CTRL_SET_SESS_CACHE_SIZE # header:
/usr/include/openssl/ssl.h
--include-constant SSL_CTRL_SET_TLSEXT_TICKET_KEYS # header:
/usr/include/openssl/ssl.h
---include-constant SSL_CTRL_SET_TMP_DH # header:
/usr/include/openssl/ssl.h
---include-constant SSL_CTRL_SET_TMP_ECDH # header:
/usr/include/openssl/ssl.h
+--include-constant SSL_CTRL_SET_TMP_DH #
deprecated header: /usr/include/openssl/ssl.h
+--include-constant SSL_CTRL_SET_TMP_ECDH #
deprecated header: /usr/include/openssl/ssl.h
--include-constant SSL_ERROR_NONE # header:
/usr/include/openssl/ssl.h
--include-constant SSL_OP_ALL # header:
/usr/include/openssl/ssl.h
--include-constant SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION # header:
/usr/include/openssl/ssl.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]