diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-15 11:34:14 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-15 11:34:14 +0100 |
commit | 51fde337471c9125e7bf425e7ce0a0bf53691992 (patch) | |
tree | 1af9ec161c49fcb2a1caee5ce3eac84307a0748d /docs/TODO | |
parent | 696cfc0f6ca4f4cf822cef50ff6ea8c012a016df (diff) | |
download | curl-51fde337471c9125e7bf425e7ce0a0bf53691992.tar.gz |
TODO: TLS-PSK with OpenSSL
Closes #5081
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -99,6 +99,7 @@ 12. New protocols 13. SSL + 13.1 TLS-PSK with OpenSSL 13.2 Provide mutex locking API 13.3 Support in-memory certs/ca certs/keys 13.4 Cache/share OpenSSL contexts @@ -640,6 +641,15 @@ that doesn't exist on the server, just like --ftp-create-dirs. 13. SSL +13.1 TLS-PSK with OpenSSL + + Transport Layer Security pre-shared key ciphersuites (TLS-PSK) is a set of + cryptographic protocols that provide secure communication based on pre-shared + keys (PSKs). These pre-shared keys are symmetric keys shared in advance among + the communicating parties. + + https://github.com/curl/curl/issues/5081 + 13.2 Provide mutex locking API Provide a libcurl API for setting mutex callbacks in the underlying SSL |