eBPF-based TLS connections tracing for applications using OpenSSL
This release adds the capability to capture Layer 7 requests within TLS connections for applications using OpenSSL. The agent uses eBPF uprobes
to attach to the following libssl
functions:
- SSL_write (SSL_write_ex)
- SSL_read (SSL_read_ex)
Tracing these calls enables the agent to capture the requests before they are encrypted (and after they are decrypted).
All currently known versions of libssl
are supported.
Pull Request: #29
Full Changelog: v1.9.1...v1.10.0