Compliance Platform
Dashboard
Protocols
Evaluations
Tests
Edit Protocol: Matter-v3
Protocol Name
Upload New JSON File
Edit JSON
Select JSON File
Upload a new JSON file to replace the current specification.
Protocol Specification (JSON)
{ "name": "Matter", "version": "1.2", "description": "Matter protocol - unified connectivity standard for smart home and IoT devices", "encryption": { "enabled": true, "algo": "AES-256-GCM", "key_length_bits": 256, "scope": "end-to-end" }, "authentication": { "mutual": true, "device_auth": "ECDSA", "server_auth": "X.509" }, "key_exchange": { "algorithm": "ECDH", "ephemeral": true, "forward_secrecy": true }, "key_rotation": { "enabled": true, "frequency_hours": 24, "frequency_data_size_gb": 1 }, "logging": { "enabled": true, "scope": [ "authentication", "key_rotation", "errors" ], "retention_days": 90, "transmission": "cloud" }, "firmware_update": { "enabled": true, "signed": true, "signature_algorithm": "EdDSA", "rollback_protection": true } }
Update Protocol
Cancel