summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick@monnerat.net>2021-10-02 18:05:26 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-02 23:30:37 +0200
commit3e2c1dcda887abbfecf47a3c84eba9b9bbea24ca (patch)
treec749be7d56c59efdb14d3e4512fc366749095864 /docs
parente12dc2dd977c1e5f8d05e681d8d31f4fc124f6f9 (diff)
downloadcurl-3e2c1dcda887abbfecf47a3c84eba9b9bbea24ca.tar.gz
sasl: binary messages
Capabilities of sasl module are extended to exchange messages in binary as an alternative to base64. If http authentication flags have been set, those are used as sasl default preferred mechanisms. Closes #6930
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/TODO b/docs/TODO
index 35f3331d3..eb7f75b47 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -133,7 +133,6 @@
16. SASL
16.1 Other authentication mechanisms
16.2 Add QOP support to GSSAPI authentication
- 16.3 Support binary messages (i.e.: non-base64)
17. SSH protocols
17.1 Multiplexing
@@ -902,10 +901,6 @@
with integrity protection) and auth-conf (Authentication with integrity and
privacy protection).
-16.3 Support binary messages (i.e.: non-base64)
-
- Mandatory to support LDAP SASL authentication.
-
17. SSH protocols