diff options
author | Patrick Monnerat <patrick@monnerat.net> | 2021-10-02 18:05:26 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-10-02 23:30:37 +0200 |
commit | 3e2c1dcda887abbfecf47a3c84eba9b9bbea24ca (patch) | |
tree | c749be7d56c59efdb14d3e4512fc366749095864 /docs | |
parent | e12dc2dd977c1e5f8d05e681d8d31f4fc124f6f9 (diff) | |
download | curl-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/TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |