1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-05 17:37:03 +00:00

Reinstate the MTA-STS (Strict Transport Security) implementation

This commit brings back the experimental MTA-STS (Strict Transport
Security) implementation, removed in commit
7f5bedf4aa.

We will continue development in the "sts" branch, subject to rebase,
until it is ready to be integrated into "next" again.
This commit is contained in:
Alberto Bertogli
2017-04-11 01:03:05 +01:00
parent a94253ba25
commit 23deaf1f88
6 changed files with 936 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ func newSMTP(t *testing.T) (*SMTP, string) {
t.Fatal(err)
}
return &SMTP{dinfo}, dir
return &SMTP{dinfo, nil}, dir
}
// Fake server, to test SMTP out.