DarwinSSL: allow using NTLM authentication
authorNick Zitzmann <nick@chronosnet.com>
Wed, 27 Jun 2012 09:57:31 +0000 (11:57 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 27 Jun 2012 09:57:31 +0000 (11:57 +0200)
commit7aa95afadd39867dd95fd4f3df316f7e7decac7a
treecaf5354894c6a786fb5b5bb3fc5a60ab553575ae
parentdc7dc9786f43484ca422c2505880b832dea0f4f1
DarwinSSL: allow using NTLM authentication

Allow NTLM authentication when building using SecureTransport (Darwin) for SSL.

This uses CommonCrypto, a cryptography library that ships with all versions of
iOS and Mac OS X. It's like OpenSSL's libcrypto, except that it's missing a few
less-common cyphers and doesn't have a big number data structure.
configure.ac
lib/curl_darwinssl.c
lib/curl_darwinssl.h
lib/curl_ntlm_core.c
lib/setup.h