You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TLS implementation follows these key principles:
229
229
230
-
1.**TLS Version**: Requires TLS 1.3 as specified in the IETF draft
230
+
1.**TLS Version**: Requires TLS 1.3 as specified in the IETF draft. Note: The server does not currently enforce TLS 1.3 to allow existing deployments time to migrate.
231
231
2.**Certificate Validation**: Properly validates server and client certificates with SAN extensions
232
232
3.**Packet Processing**: TACACS+ packets are sent unencrypted within the TLS tunnel (with UnencryptedFlag set)
233
233
4.**Backward Compatibility**: The server can still operate in non-TLS mode for backward compatibility
@@ -392,7 +392,7 @@ execute pap authentication
392
392
3. Check that client sends unencrypted packets within TLS tunnel
393
393
4. Verify server expects unencrypted packets for TLS connections
0 commit comments