Revision 592eb0df

b/lib/rapi/client.py
256 256
    lcsslver = sslver.lower()
257 257
    if lcsslver.startswith("openssl/"):
258 258
      pass
259
    elif lcsslver.startswith("nss/"):
260
      # TODO: investigate compatibility beyond a simple test
261
      pass
259 262
    elif lcsslver.startswith("gnutls/"):
260 263
      if capath:
261 264
        raise Error("cURL linked against GnuTLS has no support for a"

Also available in: Unified diff