Lionel Sambuc ebfedea0ce Importing crypto libraries
- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
2015-10-07 23:37:12 +02:00

18 lines
555 B
Plaintext

RFC info from the gsasl README (with newer RFCs added).
Implemented:
ANONYMOUS (RFC 2245, RFC 4505)
CRAM-MD5 (RFC 2195)
DIGEST-MD5 (RFC 2831)
EXTERNAL (RFC 2222, RFC 4422)
GSSAPI (RFC 2222, RFC 4752, requires GSS, Heimdal or MIT Kerberos)
LOGIN (non-standard)
PLAIN (RFC 2595, RFC 4616)
Not implemented:
GS2-KRB5 (RFC 5801, no CB, requires GSS, Heimdal, or MIT Kerberos)
KERBEROS_V5 (experimental, requires Shishi)
NTLM (non-standard, client only, requires Libntlm)
SCRAM-SHA-1 and SCRAM-SHA-1-PLUS (RFC 5802)
SECURID (RFC 2808)