[exim-dev] [Bug 1771] New: OpenSSL 1.1 compability

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
New-Topics: [exim-dev] [Bug 1771] OpenSSL 1.1 compability
Subject: [exim-dev] [Bug 1771] New: OpenSSL 1.1 compability
https://bugs.exim.org/show_bug.cgi?id=1771

            Bug ID: 1771
           Summary: OpenSSL 1.1 compability
           Product: Exim
           Version: N/A
          Hardware: All
                OS: All
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: TLS
          Assignee: pdp@???
          Reporter: iane@???
                CC: exim-dev@???


Compilation of Exim with OpenSSL 1.1 produces errors.

This report was sent to the Exim Users list on Tue, 05 Jan 2016 22:41:36 +0000

Just ran an openssl 1.1 again 4.87_RC2

result:

gcc -o exim
tls.o: In function `rsa_callback':
tls.o(.text+0x19a): undefined reference to `RSA_generate_key'
tls.o: In function `tls_servername_cb':
tls.o(.text+0xf32): undefined reference to `SSLv23_server_method'
tls.o: In function `tls_init':
tls.o(.text+0x1654): undefined reference to `SSLv23_server_method'
tls.o(.text+0x165e): undefined reference to `SSLv23_client_method'
tls.o(.text+0x18d2): undefined reference to `SSL_CTX_set_tmp_rsa_callback'
tls.o: In function `tls_validate_require_cipher':
tls.o(.text+0x2a6d): undefined reference to `SSLv23_server_method'
tls.o: In function `tls_version_report':
tls.o(.text+0x2b29): undefined reference to `SSLeay_version'
tls.o(.text+0x2b36): undefined reference to `SSLeay_version'
tls.o: In function `vaguely_random_number':
tls.o(.text+0x2bf0): undefined reference to `RAND_pseudo_bytes'

Just going to point this out to openssl-users and openssl-dev.

--
You are receiving this mail because:
You are on the CC list for the bug.