mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
18 lines
626 B
Plaintext
18 lines
626 B
Plaintext
Things to fix for the GnuTLS support
|
|
====================================
|
|
|
|
* make the configure --with-ssl option first check for OpenSSL and then for
|
|
GnuTLS if OpenSSL wasn't detected.
|
|
|
|
* Get NTLM working using the functions provided by libgcrypt, since GnuTLS
|
|
already depends on that to function. Not strictly SSL/TLS related, but
|
|
hey... Another option is to get available DES and MD4 source code from the
|
|
cryptopp library. They are fine license-wise, but are C++.
|
|
|
|
* SSL engine stuff?
|
|
|
|
SRP for TLS
|
|
|
|
* Work out a common method with Peter Sylvester's OpenSSL-patch for SRP
|
|
on the TLS to provide name and password
|