Documentation
¶
Overview ¶
Package pop holds the server-side proof-of-possession verifier and the per-(host, nonce) replay cache used by the signed-poll handler (ADR 0004).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadSignature = errors.New("bad signature")
ErrBadSignature is returned when the signature does not verify, either because the canonical message was tampered, the public key does not match the host, or the key/signature length is wrong. The poll handler maps it to a 401 with reason=bad_signature.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.