cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Any built-in encryption routines in libcurl?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 12 Jul 2012 22:29:50 +0200 (CEST)

On Thu, 12 Jul 2012, Vladimir Grishchenko wrote:

> Is there any sort of encryption routines built-in in libcurl? I know there
> is support for http-digest/ntlm http auth. schemes but is there anything
> else? I need this information for legal purposes.

That's about it - and in fact that's only really md5 for Digest that is done
natively (which probably can't even be considered to be crypto) as for NTLM we
rely on a 3rd part crypto library.

All other crypto stuff libcurl uses is provided by the crypto, SSL and SSH
library backends you can build libcurl to use.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-07-12