Added support for trustchain key strength checking to rightauth option

This commit is contained in:
Martin Willi
2011-01-07 15:51:35 +01:00
parent 6367de28ad
commit 44e513a320
2 changed files with 20 additions and 4 deletions
+7 -2
View File
@@ -544,8 +544,13 @@ for public key authentication (RSA/ECDSA),
.B psk
for pre-shared key authentication and
.B eap
to (require the) use of the Extensible Authentication Protocol. In the case
of
to (require the) use of the Extensible Authentication Protocol.
To require a trustchain public key strength for the remote side, specify the
key type followed by the strength in bits (for example
.BR rsa-2048
or
.BR ecdsa-256 ).
For
.B eap,
an optional EAP method can be appended. Currently defined methods are
.BR eap-aka ,