aboutsummaryrefslogtreecommitdiff
path: root/docs/CIPHERS.md
diff options
context:
space:
mode:
authorgeorgeok <giorgos.n.oikonomou@gmail.com>2019-02-24 18:20:57 +0000
committerJay Satiro <raysatiro@yahoo.com>2019-02-25 01:38:35 -0500
commit531b7ad43a7804d6fdaece570fc39b954373a4a9 (patch)
tree0ea27b1816aead3cc0e12f7fcebc4b2c713e1367 /docs/CIPHERS.md
parentaa7b813ad1bfb4e72e367fb99c61c6e680d5a4b8 (diff)
schannel: support CALG_ECDH_EPHEM algorithm
Add support for Ephemeral elliptic curve Diffie-Hellman key exchange algorithm option when selecting ciphers. This became available on the Win10 SDK. Closes https://github.com/curl/curl/pull/3608
Diffstat (limited to 'docs/CIPHERS.md')
-rw-r--r--docs/CIPHERS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CIPHERS.md b/docs/CIPHERS.md
index 0d3be3b56..c01180426 100644
--- a/docs/CIPHERS.md
+++ b/docs/CIPHERS.md
@@ -496,3 +496,4 @@ WinSSL allows the enabling and disabling of encryption algorithms, but not speci
`CALG_ECDH`,
`CALG_ECMQV`,
`CALG_ECDSA`,
+`CALG_ECDH_EPHEM`,