~ubuntu-branches/ubuntu/natty/curl/natty-proposed

« back to all changes in this revision

Viewing changes to docs/FEATURES

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-08-12 08:20:48 UTC
  • mto: (3.4.8 sid)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20100812082048-7g7fewx1ai2ozgsf
Tags: upstream-7.21.1
ImportĀ upstreamĀ versionĀ 7.21.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 - POST
44
44
 - Pipelining
45
45
 - multipart formpost (RFC1867-style)
46
 
 - authentication: Basic, Digest, NTLM(*1), GSS-Negotiate/Negotiate(*3) and
 
46
 - authentication: Basic, Digest, NTLM(*9), GSS-Negotiate/Negotiate(*3) and
47
47
   SPNEGO (*4) to server and proxy
48
48
 - resume (both GET and PUT)
49
49
 - follow redirects
125
125
FOOTNOTES
126
126
=========
127
127
 
128
 
  *1 = requires OpenSSL, GnuTLS, NSS or yassl
 
128
  *1 = requires OpenSSL, GnuTLS, NSS, yassl or PolarSSL
129
129
  *2 = requires OpenLDAP
130
130
  *3 = requires a GSSAPI-compliant library, such as Heimdal or similar.
131
131
  *4 = requires FBopenssl
133
133
  *6 = requires c-ares
134
134
  *7 = requires OpenSSL or NSS, as GnuTLS only supports SSLv3 and TLSv1
135
135
  *8 = requires libssh2
 
136
  *9 = requires OpenSSL, GnuTLS, NSS or yassl