Matter-v2

Edit Compare to Test Cases
Protocol Information

Version: 1.2

Validation Status: ✗ Invalid Protocol specification has validation errors.

Validation Errors:
  • • [authentication.device_auth] Does not have a value in the enumeration ["Ed25519","ECDSA","ECDSA_P-256","RSA-2048","X.509","X.509_certificate","AES-based","shared_secret","implicit",null]
  • • [authentication.server_auth] Does not have a value in the enumeration ["Ed25519","ECDSA","ECDSA_P-256","RSA-2048","X.509","X.509_certificate","AES-based","shared_secret","implicit",null]

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

Evaluations

Total Evaluations: 0

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-P256",
        "server_auth": "X.509certificate"
    },
    "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": "ECDSA-P256",
        "rollback_protection": true
    }
}