Matter-v3

Edit Compare to Test Cases
Protocol Information

Version: 1.2

Validation Status: ✓ Valid Protocol specification matches the JSON schema requirements.

Description: Matter protocol - unified connectivity standard for smart home and IoT devices

Evaluations

Total Evaluations: 1

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
    }
}