Management Plane Security with TLS 1.3
TLS 1.3 provides enhanced security for controller communication between ION devices and Strata Cloud Manager.
| Where Can I Use This? | What Do I Need? |
- Prisma SD-WAN (Managed by Strata Cloud Manager)
|
- Prisma SD-WAN
- ION device software version 6.8.1 or later
|
Starting in version 6.8.1, Prisma SD-WAN ION devices use TLS 1.3 by default for MRL
Connections (Multi-Relay Layer) between the device and the Strata Cloud Manager
controller. TLS 1.3 provides stronger cryptographic algorithms, reduced handshake
latency, and enhanced privacy protection compared to TLS 1.2. This upgrade strengthens
the security of management plane communications without requiring configuration
changes.
Automatic Protocol Negotiation
The ION device and Strata Cloud Manager automatically negotiate to the highest
available TLS version supported by both peers. When all components in the
connection path support TLS 1.3, the connection uses TLS 1.3. If an intermediate
controller in the connection path does not support TLS 1.3, the connection
automatically falls back to TLS 1.2 without disrupting management connectivity.
This backward compatibility ensures seamless operation across mixed-version
deployments. You do not need to manually configure TLS version settings, and the
fallback process occurs transparently during the initial TLS handshake. Once
established, the connection remains stable using the negotiated TLS version until
the next reconnection event.
Post-Quantum Cryptography Support in TLS 1.3
TLS 1.3 connections in release 6.8.1 support Post-Quantum Cryptography through hybrid
key exchange groups that combine classical elliptic curve algorithms with
NIST-approved ML-KEM (Module-Lattice-Based Key Encapsulation Mechanism) algorithms.
This hybrid approach ensures quantum resistance while maintaining backward
compatibility with classical cryptography.
Supported hybrid key exchange groups:
- X25519MLKEM768 (0x11ec)—Combines X25519 elliptic curve with ML-KEM-768
for NIST Level 3 quantum resistance.
- SecP256r1MLKEM768 (0x11eb)—Combines NIST P-256 curve with ML-KEM-768 for
NIST Level 3 quantum resistance.
- SecP384r1MLKEM1024 (0x11ed)—Combines NIST P-384 curve with ML-KEM-1024
for NIST Level 5 quantum resistance (highest security).
The TLS 1.3 connection automatically negotiates the strongest supported key exchange
group between the ION device and Strata Cloud Manager.
Verify TLS Version and PQC Status for MRL Connections
To verify the TLS version and Post-Quantum Cryptography status for controller
connections, use the following CLI command on the ION device:
dump controller mrl-tlsinfo
The output displays the TLS version, cipher suite, key exchange group, and PQC status
for each active MRL connection. For TLS 1.3 connections using quantum-resistant key
exchange, the Key Exchange field shows the hybrid key exchange group (for example,
X25519MLKEM768) and the PQC field shows true. This command helps you
confirm that TLS 1.3 with quantum resistance is in use or identify connections that
have fallen back to TLS 1.2 or classical key exchange due to peer compatibility
limitations.