-
|
I've searched through all OpenSSL and BoringSSL projects, but I haven't been able to find the SSL_write_key function. So, I'd like to ask, where is it? |
Beta Was this translation helpful? Give feedback.
Answered by
cfc4n
Jun 8, 2024
Replies: 1 comment
-
|
There is no function called ecapture/user/module/probe_openssl_pcap.go Lines 140 to 146 in cf1d677 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
boost2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no function called
SSL_write_key. TheSSL_write_keyinSEC("uprobe/SSL_write_key")is not crucial; the key point lies in theAttachToFuncNamefunction within the eBPF loader. Therefore, you just need to focus on whatAttachToFuncNameis.ecapture/user/module/probe_openssl_pcap.go
Lines 140 to 146 in cf1d677