]> granicus.if.org Git - curl/commit
sasl: Added calls to Curl_auth_is_<mechansism>_supported()
authorSteve Holme <steve_holme@hotmail.com>
Sun, 20 Mar 2016 12:02:10 +0000 (12:02 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 20 Aug 2016 13:02:44 +0000 (14:02 +0100)
commit00417fd66c2b4bcffb9f7be2cf17e2be9bafafe0
tree5c9dd5990aa5b0c80bfeb331dc4666763b8e64d1
parent0796a993171f627d546c42a8fb28e906528cc688
sasl: Added calls to Curl_auth_is_<mechansism>_supported()

Hooked up the SASL authentication layer to query the new 'is mechanism
supported' functions when deciding what mechanism to use.

For now existing functionality is maintained.
lib/curl_sasl.c