Make sendmail work with OpenSSL 1.1 API. Taken from the ports tree.https://svnweb.freebsd.org/ports/head/mail/sendmail/files/patch-tls.c?revision=466240Requested by: gshapiro
Revert r338773. A patch from the ports tree will be committed.Requested by: gshapiro
Make sendmail(8) buildable.
Merge sendmail 8.15.2 to HEADMFC after: 3 days
An additional fix for the openssl Weak DH remediation:The import of openssl to address the FreeBSD-SA-15:10.openssl securityadvisory includes a change which rejects handshakes with DH parametersb
An additional fix for the openssl Weak DH remediation:The import of openssl to address the FreeBSD-SA-15:10.openssl securityadvisory includes a change which rejects handshakes with DH parametersbelow 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 afile which doesn't exist, which is the case on newer versions ofFreeBSD which enable STARTTLS by default by auto-creating TLScertificates.MFC after: 2 days
show more ...
The import of openssl to address the FreeBSD-SA-15:10.openssl securityadvisory includes a change which rejects handshakes with DH parametersbelow 768 bits. sendmail releases prior to 8.15.2 (not y
The import of openssl to address the FreeBSD-SA-15:10.openssl securityadvisory includes a change which rejects handshakes with DH parametersbelow 768 bits. sendmail releases prior to 8.15.2 (not yet released),defaulted to a 512 bit DH parameter setting for client connections.This commit chages that default to 1024 bits. sendmail 8.15.2, whenreleased well use a default of 2048 bits.MFC after: 1 day
Default to turning off OpenSSL SSL_OP_TLSEXT_PADDING as it breakscompatibility with some sitesThis change comes from 8.15 but is being backported to FreeBSD releasesnot yet using 8.15.MFC after
Default to turning off OpenSSL SSL_OP_TLSEXT_PADDING as it breakscompatibility with some sitesThis change comes from 8.15 but is being backported to FreeBSD releasesnot yet using 8.15.MFC after: 3 daysNoted by: julian@
Merge sendmail 8.14.9 to HEADMFC after: 3 days
Merge sendmail 8.14.8 to HEADMFC after: 5 days
Merge sendmail 8.14.7 to HEADMFC after: 4 days
Merge sendmail 8.14.6 errata issueMFC after: 3 days
Merge sendmail 8.14.6 to HEADMFC after: 4 days
cyrus-sasl 2.1.26 was released. In this version, the type of callbackfunctions was changed from "unsigned long" to "size_t".Reviewed by: gshapiroMFC after: 3 days
Shut up warnings with Cyrus SASL 2.1.25.Spotted by: acheTested by: ache
Make Sendmail properly set login class and cpumask.
Merge sendmail 8.14.5 to HEADMFC after: 4 days
Merge sendmail 8.14.4 to HEADMFC after: 4 days
Merge from vendor dist: Bring in a change already in the sendmailrepository that will allow sendmail to be built with the c99 compiler.Submitted by: rdivacky
Merge sendmail 8.14.3 into HEAD.Note: As the first merge since the conversion to svn, it includes manypropset changes to get the proper svn:eol-style and svn:mime-type on thefiles (as merged from
Merge sendmail 8.14.3 into HEAD.Note: As the first merge since the conversion to svn, it includes manypropset changes to get the proper svn:eol-style and svn:mime-type on thefiles (as merged from the fixed up vendor/dist area).MFC after: 3 days
Resolve conflicts from sendmail 8.14.2 import
Import sendmail 8.14.2
Resolve conflicts from sendmail 8.14.1 import
Import sendmail 8.14.1
Import sendmail 8.13.8
Resolve conflicts from sendmail 8.13.7 import
1234