Plasma GitLab Archive
Projects Blog Knowledge

Module type Netmech_scram_sasl.PROFILE

module type PROFILE = sig .. end
The profile sets some basic parameters. The common profile to use is Netmech_scram_sasl.SHA1

val hash_function : Netsys_digests.iana_hash_fn
The hash function. We only allow functions where IANA registered an official name. Note that SCRAM is currently only specified for SHA1, although the hash function is easily exchangable.
val iteration_count_limit : int
The maximum iteration count supported
val announce_channel_binding : bool
Whether servers announce the availability of channel binding by adding "-PLUS" to the mechanism name.
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml