Upgrade curl to curl-7_65_3
Test: None
Change-Id: Id2c4077eb08e9bf283fe809faca1444371cf4434
diff --git a/docs/CIPHERS.md b/docs/CIPHERS.md
index 5b2dde1..19aedf3 100644
--- a/docs/CIPHERS.md
+++ b/docs/CIPHERS.md
@@ -461,6 +461,12 @@
[defined](https://docs.microsoft.com/windows/desktop/SecCrypto/alg-id) by
Microsoft.
+There is also the case that the selected algorithm is not supported by the
+protocol or does not match the ciphers offered by the server during the SSL
+negotiation. In this case curl will return error
+`CURLE_SSL_CONNECT_ERROR (35) SEC_E_ALGORITHM_MISMATCH`
+and the request will fail.
+
`CALG_MD2`,
`CALG_MD4`,
`CALG_MD5`,