HomeFreeBSD

An additional fix for the openssl Weak DH remediation:

Description

An additional fix for the openssl Weak DH remediation:

The import of openssl to address the FreeBSD-SA-15:10.openssl security
advisory includes a change which rejects handshakes with DH parameters
below 768 bits. sendmail releases prior to 8.15.2 (not yet released),
defaulted to a 512 bit DH parameter setting for client connections.

The first fix committed last week changed the default to 1024 bits.

This commit fixes the case where the DHParameters option is set to a
file which doesn't exist, which is the case on newer versions of
FreeBSD which enable STARTTLS by default by auto-creating TLS
certificates.

MFC after: 2 days

Details

Provenance
gshapiroAuthored on
Parents
rS284716: MFC r284609: Interim fix for "Login not found" error.
Branches
Unknown
Tags
Unknown