|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /usr/share/systemtap/examples/io/ |
Upload File : |
title: Capture SSL/TLS master secrets from gnutls and openssl users name: capture_ssl_master_secrets.stp version: 1.0 author: Timo Juhani Lindfors <timo.lindfors@iki.fi> 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'