Skip to content

Commit

Permalink
TODO: TLS-PSK with OpenSSL
Browse files Browse the repository at this point in the history
Closes #5081
  • Loading branch information
bagder committed Mar 15, 2020
1 parent 696cfc0 commit 51fde33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 51fde33

Please sign in to comment.