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 446a2a6c5f Add methods to reduce use of deprecated methods eventually
446a2a6c5f is described below

commit 446a2a6c5f87dbe4ba1c1fb634fcf4aee7cc9d4c
Author: remm <r...@apache.org>
AuthorDate: Thu Aug 31 11:19:31 2023 +0200

    Add methods to reduce use of deprecated methods eventually
    
    Based on looking at the mod_ssl changes.
---
 modules/openssl-foreign/openssl-tomcat.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/modules/openssl-foreign/openssl-tomcat.conf 
b/modules/openssl-foreign/openssl-tomcat.conf
index cd512210ee..0e7a6fdc04 100644
--- a/modules/openssl-foreign/openssl-tomcat.conf
+++ b/modules/openssl-foreign/openssl-tomcat.conf
@@ -71,6 +71,7 @@
 
 #### 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
@@ -100,6 +101,7 @@
 --include-function EVP_MD_get0_provider                   # header: 
/usr/include/openssl/evp.h
 --include-function EVP_PKEY_get_base_id                   # header: 
/usr/include/openssl/evp.h
 --include-function EVP_PKEY_get_bits                      # header: 
/usr/include/openssl/evp.h
+--include-function EVP_PKEY_free                          # header: 
/usr/include/openssl/evp.h
 --include-constant EVP_PKEY_DSA                              # header: 
/usr/include/openssl/evp.h
 --include-constant EVP_PKEY_NONE                             # header: 
/usr/include/openssl/evp.h
 --include-constant EVP_PKEY_RSA                              # header: 
/usr/include/openssl/evp.h
@@ -138,10 +140,13 @@
 
 #### 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_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
+--include-constant PEM_STRING_ECPARAMETERS              # header: 
/usr/include/openssl/pem.h
 
 #### Extracted from: /usr/include/openssl/pemerr.h
 
@@ -200,6 +205,7 @@
 --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_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
 --include-function SSL_CTX_use_certificate_chain_file            # header: 
/usr/include/openssl/ssl.h
 --include-function SSL_CTX_use_PrivateKey                        # header: 
/usr/include/openssl/ssl.h
@@ -261,6 +267,8 @@
 --include-constant SSL_CTRL_SESS_MISSES                             # header: 
/usr/include/openssl/ssl.h
 --include-constant SSL_CTRL_SESS_NUMBER                             # header: 
/usr/include/openssl/ssl.h
 --include-constant SSL_CTRL_SESS_TIMEOUTS                           # header: 
/usr/include/openssl/ssl.h
+--include-constant SSL_CTRL_SET_DH_AUTO                             # header: 
/usr/include/openssl/ssl.h
+--include-constant SSL_CTRL_SET_GROUPS                              # header: 
/usr/include/openssl/ssl.h
 --include-constant SSL_CTRL_SET_MAX_PROTO_VERSION                   # header: 
/usr/include/openssl/ssl.h
 --include-constant SSL_CTRL_SET_MIN_PROTO_VERSION                   # header: 
/usr/include/openssl/ssl.h
 --include-constant SSL_CTRL_SET_SESS_CACHE_MODE                     # header: 
/usr/include/openssl/ssl.h


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to