module Netmech_scram_gssapi: sig
.. end
The SCRAM security mechanism for GSS-API
See RFC 5802
val scram_mech : Netgssapi.oid
The OID of SCRAM
class type client_key_ring = object
.. end
A client_key_ring
identifies the user on the client side
class type server_key_verifier = object
.. end
A server_key_verifier
verifies on the server side that the users
exist and have the right authentication credentials
class scram_gss_api : ?client_key_ring:client_key_ring -> ?server_key_verifier:server_key_verifier -> Netmech_scram.profile ->
Netgssapi.gss_api
Returns a standard-compliant GSS-API object for the passed SCRAM
profile.