diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-18 10:14:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-18 10:14:25 +0000 |
commit | c3207e215ff2ee1c45d8fcdae109aad10447a657 (patch) | |
tree | 5e9530a16bf4dd420d95428a81ca596adb74d137 /docs/FEATURES | |
parent | f83be11b85552e43c3552cc79c1847c16b08dd89 (diff) |
clarified for GnuTLS
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index c9b1c9623..091e880e4 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -62,11 +62,11 @@ HTTP HTTPS (*1) - (all the HTTP features) - - using certificates + - using client certificates - verify server certificate - via http-proxy - select desired encryption - - force usage of a specific SSL version (SSLv2, SSLv3 or TLSv1) + - force usage of a specific SSL version (SSLv2(*7), SSLv3 or TLSv1) FTP - download @@ -118,9 +118,10 @@ FILE FOOTNOTES ========= - *1 = requires OpenSSL + *1 = requires OpenSSL or GnuTLS *2 = requires OpenLDAP *3 = requires a GSSAPI-compliant library, such as Heimdal or similar. *4 = requires FBopenssl *5 = requires a krb4 library, such as the MIT one or similar. *6 = requires c-ares + *7 = requires OpenSSL specificly, as GnuTLS only supports SSLv3 and TLSv1 |