Documentation ¶
Overview ¶
Package digestmd5 implements the Digest Authentication as a SASL Mechanism according to RFC 2831.
Index ¶
Constants ¶
View Source
const (
// Name is the authentication type associated with the SASL mechanism
Name = "DIGEST-MD5"
)
Variables ¶
View Source
var ( // Mechanism is the DIGEST-MD5 SASL mechanism Mechanism sasl.Mechanism = &digestMD5Mechanism{} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.