Module Netmech_crammd5_sasl

module Netmech_crammd5_sasl: sig .. end
The CRAM-MD5 SASL mechanism (RFC 2195), which is obsolete and only provided for completeness.

Key facts:

This implementation checks whether the server receives user names and passwords in UTF-8 encoding. Note that the mechanism predates the widespread use of Unicode, so this may cause interoperability issues with old implementations.

Parameters:

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

module CRAM_MD5: Netsys_sasl_types.SASL_MECHANISM 
The CRAM-MD5 SASL mechanism (RFC 2195), which is obsolete and only provided for completeness.