module type PROFILE =sig
..end
val mutual : bool
If true, the Authentication-Info header is checked. If false, this header is ignored.
val hash_functions : Netsys_digests.iana_hash_fn list
List of enabled hash functions. The mechanism checks whether the
function is provided by Netsys_digests
, and automatically
removed unavailable hashes. MD5 is always supported.