Skip to content

build: export more openssl symbols

Rodrigo Muino Tomonari requested to merge master-7576 into master

Created by: ghost

This makes the generated openssl.def include these additional symbols:

SSL_CTX_use_PrivateKey_file <- I use this one SSL_CTX_use_RSAPrivateKey_file SSL_CTX_use_certificate_chain_file <- I use this one SSL_CTX_use_certificate_file SSL_CTX_use_serverinfo_file SSL_add_dir_cert_subjects_to_stack SSL_add_file_cert_subjects_to_stack SSL_load_client_CA_file SSL_set_fd <- I use this one SSL_set_rfd SSL_set_wfd SSL_use_PrivateKey_file SSL_use_RSAPrivateKey_file SSL_use_certificate_file X509_STORE_load_locations X509_STORE_set_default_paths X509_load_cert_crl_file X509_load_cert_file X509_load_crl_file

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
Affected core subsystem(s)

Windows build

Description of change

Export more OpenSSL symbols

Merge request reports

Loading