• Sendmail and OpenSSL v3

    From Alex H@21:1/5 to All on Sun Jan 15 13:52:28 2023
    Hey Claus, happy 2023!

    Is OpenSSL v3.x officially supported in sendmail? Asking since September 2023 is the EOL date for OpenSSL v1.1.1 and I found no reference for the new version in the most recent snapshot documentation, however I see it was added on at least the tls.c file.
    Are we good to test it or am I already late to the party?

    Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stacey Marshall@21:1/5 to Alex H on Fri Mar 17 07:58:51 2023
    On Sunday, 15 January 2023 at 21:52:30 UTC, Alex H wrote:
    Hey Claus, happy 2023!

    Is OpenSSL v3.x officially supported in sendmail? Asking since September 2023 is the EOL date for OpenSSL v1.1.1 and I found no reference for the new version in the most recent snapshot documentation, however I see it was added on at least the tls.c
    file. Are we good to test it or am I already late to the party?

    Thanks.

    Just now looking at sendmail-8.17.1/sendmail/tls.c which has this line

    # if (OPENSSL_VERSION_NUMBER >= 0x10100000L && OPENSSL_VERSION_NUMBER < 0x20000000L) || OPENSSL_VERSION_NUMBER >= 0x30000000L

    :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)