Daniel Stenberg 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. If it can be considered crypto, the HMAC algorithm (RFC2104) is also natively included, but uses external signature algorithms. Patrick ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
