Documentation ¶
Index ¶
Constants ¶
View Source
const ( VersionKey = "v" AlgorithmKey = "a" DomainKey = "d" SelectorKey = "s" CanonicalizationKey = "c" QueryMethodKey = "q" BodyLengthKey = "l" TimestampKey = "t" ExpireKey = "x" FieldsKey = "h" BodyHashKey = "bh" SignatureDataKey = "b" AUIDKey = "i" CopiedFieldsKey = "z" )
View Source
const (
AlgorithmSHA256 = "rsa-sha256"
)
View Source
const (
SignatureHeaderKey = "DKIM-Signature"
)
Variables ¶
View Source
var StdSignableHeaders = []string{ "Cc", "Content-Type", "Date", "From", "Reply-To", "Subject", "To", SignatureHeaderKey, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.