Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
fb0032a3
Commit
fb0032a3
authored
8 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
TODO: Support SSLKEYLOGFILE
parent
6ee9ea5e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/TODO
+10
-0
10 additions, 0 deletions
docs/TODO
with
10 additions
and
0 deletions
docs/TODO
+
10
−
0
View file @
fb0032a3
...
...
@@ -108,6 +108,7 @@
13.7 improve configure --with-ssl
13.8 Support DANE
13.9 Support TLS v1.3
13.10 Support SSLKEYLOGFILE
14. GnuTLS
14.1 SSL engine stuff
...
...
@@ -707,6 +708,15 @@ that doesn't exist on the server, just like --ftp-create-dirs.
the corresponding support. There may be a need to add some additional options
to allow libcurl to take advantage of the new features in 1.3.
13.10 Support SSLKEYLOGFILE
When used, Firefox and Chrome dumps their master TLS keys to the file name
this environment variable specifies. This allows tools like for example
Wireshark to capture and decipher TLS traffic to/from those clients. libcurl
could be made to support this more widely (presumably this already works when
built with NSS). Peter Wu made a OpenSSL preload to make possible that can be
used as inspiration and guidance
https://git.lekensteyn.nl/peter/wireshark-notes/tree/src/sslkeylog.c
14. GnuTLS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment