]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: "Support in-memory certs/ca certs/keys" done
authorDaniel Stenberg <daniel@haxx.se>
Fri, 2 Jul 2021 08:19:21 +0000 (10:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Jul 2021 08:19:21 +0000 (10:19 +0200)
Has been suppored for a while now with the *BLOB options.

docs/TODO

index 3b718570503680a6d410ebba9eeeb3a944e58a6f..83939c0b7f062ac001a16f1fe76fbd96cde15bf6 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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
  13.5 Export session ids
  13.6 Provide callback for cert verification
  library, so that the same application code can use mutex-locking
  independently of OpenSSL or GnutTLS being used.
 
-13.3 Support in-memory certs/ca certs/keys
-
- You can specify the private and public keys for SSH/SSL as file paths. Some
- programs want to avoid using files and instead just pass them as in-memory
- data blobs. There's probably a challenge to make this work across the
- plethora of different TLS and SSH backends that curl supports.
- https://github.com/curl/curl/issues/2310
-
 13.4 Cache/share OpenSSL contexts
 
  "Look at SSL cafile - quick traces look to me like these are done on every