libgsasl
Description:
The library includes support for the SASL framework and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID,
DIGEST-MD5, LOGIN, and NTLM mechanisms.
Content:
Namespaces:
- Gsasl
Classes:
Enums:
Constants:
Delegates:
Methods:
- public Result base64_from (uint[] @in, out uint8[] @out)
- public Result base64_to (uint[] @in, out uint8[] @out)
- public Result hmac_md5 (uint8[] key, uint8[] @in, uint8[] outhash)
- public Result hmac_sha1 (uint8[] key, uint8[] @in, out uint8[] outhash)
- public Result md5 (uint8[] @in, out uint8[] @out)
- public Result nonce (uint8[] data)
- public Result prep (string @in, PrepFlags flags, out string @out, out Result stringpreprc = null)
- public Result sha1 (uint8[] @in, out uint8[] @out)
- public Result simple_getpass (string filename, string username, out string key)
- Version
Constants:
Methods: