Class CramMD5.

Inherits SaslMechanism

Implements CRAM-MD5 authentication (RFC 2195)

We issue a challenge, and expect the client to respond with username and the HMAC-MD5 digest of the challenge keyed with a shared secret. We accept the request only if the digest matches our re-computation based on the stored secret from the database.

CramMD5::CramMD5( EventHandler * c )

Creates a cram-md5 SASL authentication object on behalf of c

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.