]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: TLS-PSK with OpenSSL
authorDaniel Stenberg <daniel@haxx.se>
Sun, 15 Mar 2020 10:34:14 +0000 (11:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 15 Mar 2020 10:34:14 +0000 (11:34 +0100)
Closes #5081

docs/TODO

index b288e4dbb447ff0639a75a29609fff9c0d022637..fbf2d2520cce84fda6e9d68e86d7c321c0914ad7 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -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