Y
Hacker News
new
|
ask
|
show
|
jobs
by
treesknees
195 days ago
Aren’t most TLS implementations still using things like OpenSSL in userspace? How would the kernel get access to the request?
1 comments
iso1631
195 days ago
A process with kernel level permissions can patch into userspace process an intercept calls. For example
https://github.com/SebastienWae/sslsnoop
link
jcgl
192 days ago
You’ve still gotta do that for every TLS library used then. There’s a finite list of them of course, but it’s more than just a few.
link