Module Netmech_digest_sasl

module Netmech_digest_sasl: sig .. end
The DIGEST-MD5 SASL mechanism (RFC 2831).

This mechanism is only provided to connect to old services; it shouldn't be used otherwise.

Key facts:

Only "auth" mode is supported (no integrity or privacy protection).

This implementation rejects servers that offer multiple realms.

This implementation supports both server_session_id (which is the nonce) and the client_session_id (the cnonce).

Parameters:

As for all SASL mechanisms in OCamlnet, SASLprep is not automatically called. Users of DIGEST-MD5 should pass user names and passwords through Netsaslprep.saslprep.

module DIGEST_MD5: Netsys_sasl_types.SASL_MECHANISM 
The DIGEST-MD5 SASL mechanism (RFC 2831).