factotum(4): document mschapv2 and wpapsk protocols

This commit is contained in:
cinap_lenrek 2015-01-29 13:57:27 +01:00
parent bb3db0d568
commit 4442e0e1d5

View file

@ -89,7 +89,7 @@ structure is independent of
any particular authentication protocol. any particular authentication protocol.
.I Factotum .I Factotum
supports the following protocols: supports the following protocols:
.TF mschap .TF mschapv2
.TP .TP
.B p9any .B p9any
a metaprotocol used to negotiate which actual protocol to use. a metaprotocol used to negotiate which actual protocol to use.
@ -121,7 +121,13 @@ the challenge/response protocol also used by POP3 mail servers.
the challenge/response protocols used by PPP and PPTP. the challenge/response protocols used by PPP and PPTP.
.TP .TP
.B mschap .B mschap
a proprietary Microsoft protocol also used by PPP and PPTP. a proprietary Microsoft challenge/respone protocol also used by PPP, PPTP and CIFS.
.TP
.B mschapv2
version two of Microsofts challenge/response protocol used by WPA.
.TP
.B mschap2
Microsofts NTLMv2 challenge/response protocol used by CIFS.
.TP .TP
.B rsa .B rsa
RSA public key decryption, used by SSH and TLS. RSA public key decryption, used by SSH and TLS.
@ -135,6 +141,9 @@ challenge/response.
.TP .TP
.B wep .B wep
WEP passwords for wireless ethernet cards. WEP passwords for wireless ethernet cards.
.TP
.B wpapsk
WPA passwords for wireless ethernet cards.
.PD .PD
.PP .PP
The options are: The options are: