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:
Patrick Monnerat 2021-10-02 18:05:26 +02:00 committed by Daniel Stenberg
parent e12dc2dd97
commit 3e2c1dcda8
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 305 additions and 231 deletions

View file

@ -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