github coroot/coroot-node-agent v1.10.0
1.10.0

latest releases: v1.21.5, v1.21.4, v1.21.3...
13 months ago

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

Don't miss a new coroot-node-agent release

NewReleases is sending notifications on new releases.