gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 22/264: TODO: TLS-PSK with OpenSSL


From: gnunet
Subject: [gnurl] 22/264: TODO: TLS-PSK with OpenSSL
Date: Thu, 30 Apr 2020 16:05:25 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 51fde337471c9125e7bf425e7ce0a0bf53691992
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Mar 15 11:34:14 2020 +0100

    TODO: TLS-PSK with OpenSSL
    
    Closes #5081
---
 docs/TODO | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index b288e4dbb..fbf2d2520 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]