when sending tls reports, ensure we use ASCII A-labels, not U-labels in the policy-domain field

This commit is contained in:
Mechiel Lukkien
2024-01-24 10:36:20 +01:00
parent 14aa85482e
commit 62be829df0
5 changed files with 64 additions and 60 deletions

View File

@ -235,7 +235,7 @@ func (r ResultJSON) Convert() Result {
type ResultPolicy struct {
Type PolicyType
String []string
Domain string
Domain string // ASCII/A-labels, ../rfc/8460:704
MXHost []string
}