On Sun, Mar 23, 2025 at 08:52:55AM +0000, Exim Bugzilla via Exim-dev wrote:

> https://bugs.exim.org/show_bug.cgi?id=3143
> 
> --- Comment #1 from Jeremy Harris <jgh146...@wizmail.org> ---
> While I'm no OpenSSL expert, I'd guess it's possible that your build-with-v3
> just didn't talk TLS.  Have you inspected a packet capture?
> 
> 
> It's not immediately obvious that this is a bug in Exim, so this probably is
> not the best forum.  I'd suggest the exim-users mailinglist.
> 
>     List-Subscribe: <mailto:exim-users-j...@lists.exim.org>

Works fine for me, with both OpenSSL 3.0 and 3.5 alpha, and likely all
the versions in between.

    $ (sleep 1 | printf '%s\n' QUIT) |
        /opt/openssl/3.0/bin/openssl s_client -connect to.dasido.de:smtp \
            -starttls smtp -CAfile /etc/ssl/cert.pem -brief
    CONNECTION ESTABLISHED
    Protocol version: TLSv1.3
    Ciphersuite: TLS_AES_256_GCM_SHA384
    Peer certificate: CN = to.dasido.de
    Hash used: SHA256
    Signature type: RSA-PSS
    Verification: OK
    Server Temp Key: X25519, 253 bits
    250 HELP
    DONE

-- 
    Viktor.

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-dev-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to