X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README.eap-tls;h=7895b2b2eaa15c53f70aeca06f52f7dd9c92d4b6;hp=ab3794eaa53566e7a3e72805cce1b4c5988f154b;hb=f1a34da3b2f5336e4993a729e5ac2130d0e0595a;hpb=e87fe1bbd37a1486c5223f110e9ce3ef75971f93 diff --git a/README.eap-tls b/README.eap-tls index ab3794e..7895b2b 100644 --- a/README.eap-tls +++ b/README.eap-tls @@ -126,7 +126,7 @@ EAP-TLS authentication support for PPP ca Use the CA public certificate found in in PEM format - ca-path + capath Use the directory as the CA public certificate directory cert Use the client public certificate found in in PEM format @@ -147,6 +147,11 @@ EAP-TLS authentication support for PPP max-tls-version <1.0|1.1|1.2 (default)|1.3> Specify the maximum TLS protocol version to negotiate with peers. Defaults to TLSv1.2 as the TLSv1.3 code is experimental. + tls-verify-key-usage + Validate certificate purpose and extended key usage + tls-verify-method + Compare the remotename against the subject, certificate name, or + match by suffix. Default is 'name'. Note: password-encrypted certificates can be used as of v0.94 of this