diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-04-08 17:04:25 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-04-08 17:04:25 +0100 |
commit | 0e6ff33bd53a036418583234e3e512ebb2150ad7 (patch) | |
tree | 7e5fd206d33c762b325788c1c28533369547199d /docs/ROADMAP.md | |
parent | 3954d6fdcfaffa5b64bcbfc48237c47d959b6318 (diff) | |
download | curl-0e6ff33bd53a036418583234e3e512ebb2150ad7.tar.gz |
ROADMAP: Updated following the move of the authentication code
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r-- | docs/ROADMAP.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 24ae41274..d664403cf 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -50,12 +50,10 @@ make sure there's an easy handle passed in to `curl_formadd()`, `curl_formget()` and `curl_formfree()` by adding replacement functions and deprecating the old ones to allow custom mallocs and more -third-party SASL +Third-party SASL ---------------- -add support for third-party SASL libraries such as Cyrus SASL - may need to -move existing native and SSPI based authentication into vsasl folder after -reworking HTTP and SASL code +Add support for third-party SASL libraries such as Cyrus SASL. SASL authentication in LDAP --------------------------- |