OpenSSL 4.0 Alpha 1 Released With Encrypted Client Hello "ECH" & Other Features

OpenSSL 4.0 Alpha 1 Released With Encrypted Client Hello "ECH" & Other Features

Phoronix
PhoronixMar 10, 2026

Key Takeaways

  • OpenSSL 4.0 Alpha 1 released for testing
  • Removes legacy code, drops SSLv3 support
  • Introduces TLS Encrypted Client Hello (ECH) support
  • Adds RFC 8998 signatures, cSHAKE, ML-DSA-MU
  • Supports SNMP KDF and SRTP KDF

Pulse Analysis

The OpenSSL 4.0 alpha marks a decisive shift toward a leaner, more secure cryptographic foundation. By stripping out deprecated components such as SSLv3 and the engine API, the project reduces attack surface and maintenance overhead, allowing developers to focus on contemporary protocols. This cleanup aligns with industry pressure to retire legacy TLS versions, ensuring compliance with modern compliance frameworks and simplifying audit processes.

A standout addition is TLS Encrypted Client Hello (ECH), defined in RFC 9849. ECH encrypts the initial Client Hello, masking the Server Name Indication and preventing passive observers from inferring the target hostname. This privacy enhancement is especially valuable for content delivery networks and multi‑tenant cloud services where hostname leakage can expose business relationships or user intent. By replacing the older Encrypted SNI, ECH offers broader compatibility and stronger cryptographic guarantees.

Beyond privacy, OpenSSL 4.0 expands its algorithmic repertoire. Support for RFC 8998 signature schemes, the cSHAKE extendable-output function, and post‑quantum‑ready ML‑DSA‑MU digest positions the library at the forefront of emerging security standards. New key‑derivation functions for SNMP and SRTP address niche but critical use cases in network management and real‑time communications. Collectively, these features signal OpenSSL’s commitment to future‑proofing the TLS ecosystem while maintaining its role as the de‑facto standard for secure communications.

OpenSSL 4.0 Alpha 1 Released With Encrypted Client Hello "ECH" & Other Features

Comments

Want to join the conversation?