![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /opt/rh/gcc-toolset-11/root/usr/share/systemtap/examples/io/ |
title: Capture SSL/TLS master secrets from gnutls and openssl users name: capture_ssl_master_secrets.stp version: 1.0 author: Timo Juhani Lindfors <[email protected]> keywords: io monitoring application: openssl gnutls status: alpha exit: user-controlled output: trace scope: system-wide description: Capture SSL/TLS master secrets from gnutls and openssl users for easy traffic decryption test_support: rpm -q openssl-debuginfo && (if rpm -q compat-openssl10; then rpm -q compat-openssl10-debuginfo; else :; fi;) && rpm -q gnutls-debuginfo test_check: stap -p4 capture_ssl_master_secrets.stp test_installcheck: stap capture_ssl_master_secrets.stp -c 'sleep 3'