2 रिपॉजिटरी
Measurement of time overhead specifically associated with TLS handshakes and secure connection establishment.
Distinct from HTTPS Performance Optimizations: Focuses on measuring timing overhead rather than optimizing the performance of the handshake
Explore 2 awesome GitHub repositories matching security & cryptography · Handshake Latency Analysis. Refine with filters or upvote what's useful.
httpstat is a command-line utility for executing HTTP requests and analyzing network timing, response metadata, and connection performance. It serves as a diagnostic tool and debugger for inspecting HTTP headers and response bodies through a terminal interface. The tool focuses on performance analysis by measuring the latency of secure web requests, including the overhead of the TLS handshake and general connection timing. It provides color-coded output to visually separate request and response metadata for human analysis. The utility covers API integration testing and network troubleshootin
Measures the latency and timing overhead of secure web requests, including the TLS handshake.
This project is an educational resource providing a comprehensive development tutorial for writing and loading eBPF programs using C, Go, and Rust within the Linux kernel. It serves as a technical guide for developing custom logic to execute directly in the kernel. The materials cover specialized domains including kernel observability and tracing, security implementation for intrusion detection, and high-performance network engineering for packet filtering and load balancing. It also includes dedicated manuals for Linux kernel tracing and the use of kprobes, uprobes, and tracepoints. The pro
Analyzes encryption establishment time by tracking the start and end of secure connection handshakes.