mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-23 15:37:01 +00:00
MTA-STS is now RFC 8461
MTA-STS has been published as RFC 8461, with no major changes since the last draft we updated (-18). This patch updates the documentation accordingly (no code changes).
This commit is contained in:
@@ -191,8 +191,8 @@ retry:
|
||||
slcResults.Add("pass", 1)
|
||||
|
||||
if a.stsPolicy != nil && a.stsPolicy.Mode == sts.Enforce {
|
||||
// The connection MUST be validated TLS.
|
||||
// https://tools.ietf.org/html/draft-ietf-uta-mta-sts-18#section-4.2
|
||||
// The connection MUST be validated by TLS.
|
||||
// https://tools.ietf.org/html/rfc8461#section-4.2
|
||||
if secLevel != domaininfo.SecLevel_TLS_SECURE {
|
||||
stsSecurityResults.Add("fail", 1)
|
||||
return a.tr.Errorf("invalid security level (%v) for STS policy",
|
||||
|
||||
Reference in New Issue
Block a user