mirror of
https://github.com/curl/curl.git
synced 2026-07-16 02:27:16 +03:00
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
This commit is contained in:
parent
e12dc2dd97
commit
3e2c1dcda8
6 changed files with 305 additions and 231 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue