The dramatic improvement from OpenSSL 3.1.x to 3.2.x (~2-2.5× for RSA, ~1.5× for ECDSA) is real and expected. OpenSSL 3.2 (released November 2023) included significant optimizations:
Note: The 3.0/3.1 performance regression vs 1.1.1w was a known issue. OpenSSL 3.2 marked the beginning of recovery, with 3.4+ often matching or exceeding 1.1.1w performance.
👉 See full analysis of the 3.1 → 3.2 performance improvement →
handshakes_new_per_sec and handshakes_resume_per_sec metrics, which specifically measure TLS 1.3 (not TLS 1.2).
The dramatic performance improvement from OpenSSL 3.1.x to 3.2.x (~2-2.5× in some configurations) is real and expected. OpenSSL 3.2 (released November 2023) included major optimizations:
Bottom Line: The 3.2 release marked a turning point where OpenSSL 3.x handshake performance began approaching—and in some cases exceeding—1.1.1w levels. This improvement is consistent across independent benchmarks.
👉 See full analysis of the 3.1 → 3.2 performance improvement →