]> granicus.if.org Git - curl/commit
sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616
authorSteve Holme <steve_holme@hotmail.com>
Thu, 18 Apr 2019 20:54:35 +0000 (21:54 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 22 Apr 2019 11:29:49 +0000 (12:29 +0100)
commiteb84ca3ea8f793ecbedf7865c41a8d1b9f59efb7
treebd8b0144d60fb1eb1634591428ff20f1a9824e21
parentb21701c54ba050145246e89c5137015479c65f7e
sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616

RFC 4616 specifies the authzid is optional in the client authentication
message and that the server will derive the authorisation identity
(authzid) from the authentication identity (authcid) when not specified
by the client.
16 files changed:
lib/curl_sasl.c
tests/data/test819
tests/data/test825
tests/data/test833
tests/data/test834
tests/data/test835
tests/data/test865
tests/data/test871
tests/data/test879
tests/data/test880
tests/data/test881
tests/data/test903
tests/data/test919
tests/data/test935
tests/data/test936
tests/data/test937