1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Scala3,547 forks (3,547 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:stream
Repository metrics
- Stars
- 13,277 stars (13,277 stars)
- PR merge metrics
- Avg merge 8d 19h (Avg merge 8d 19h)10 merged PRs in 30d (10 merged PRs in 30d)
Description
http://jsslkeylog.sourceforge.net provides a means for Wireshark to tap SSL connections, but it's not maintained and not very reliable under JDK 1.8.
If Akka-HTTP is doing it's own TLS, could it generate the file that jSSLKeyLog generates with a lot less hackery?
Ref #16830
Contributor guide
- Research direction
- Investigate how Akka HTTP manages TLS connections (likely through Netty) and determine the best way to implement session key logging as defined by the NSS Key Log format. For reference, explore the jSSLKeyLog library and JDK's SSLSessionContext.
- Tech stack
- scala
- Domain
- backendsecurity
- Issue type
- Feature
- Prerequisites
- ScalaGitTLS/SSL