]> granicus.if.org Git - curl/commit
CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH
authorgeorgeok <giorgos.n.oikonomou@gmail.com>
Wed, 10 Jul 2019 11:34:17 +0000 (14:34 +0300)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 17 Jul 2019 05:08:23 +0000 (01:08 -0400)
commitfea0120312f0e6a74b9dcc2a194c76c87c727ffe
tree49b30967363f922158e4d2cd9225d17e4163d1ff
parente5b371dc51cb957984a0a2cbfe698f41876debed
CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCH

If the SSL backend is Schannel and the user specifies an Schannel CALG_
that is not supported by the protocol or the server then curl returns
CURLE_SSL_CONNECT_ERROR (35) SEC_E_ALGORITHM_MISMATCH.

Fixes https://github.com/curl/curl/issues/3389
Closes https://github.com/curl/curl/pull/4106
docs/CIPHERS.md