Commit f31d6250 authored by filatov's avatar filatov
Browse files

Add TP for certificate assurance level verification

parent 50fd3a03
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
{
    "attributes": {
        "_locations": {
            "elements_type": "STRING",
            "isGenerated": false,
            "key": "_locations",
            "origin": "71ac2e1b-73ac-4293-8562-5c7371d8b04d",
            "type": "LIST",
            "value": [
                "/Documents/Draft_ETSI_TS_103 097 v1.1.14.xhtml/2973afd2-d5de-4ae7-84cc-f796bd6a57ce",
                "/Documents/Draft_ETSI_TS_103 097 v1.1.14.xhtml/93bc77ce-bfd3-4227-8d7f-0756a76199cd",
                "/Documents/ts_103097v010201p.xhtml/a5aaa3b8-fe7b-4f50-8dff-a3674829fa6f",
                "/Documents/ts_103097v010201p.xhtml/0c378b8d-b7f5-4102-92db-50cd3f458166"
            ]
        },
        "_name": {
            "isGenerated": false,
            "key": "_name",
            "origin": "36ab95b2-88bc-491b-8f6b-15800fb25ab6",
            "type": "STRING",
            "value": "12. Check certificate assurance level in the chain"
        },
        "_transferStatus": {
            "isGenerated": false,
            "key": "_transferStatus",
            "origin": "71ac2e1b-73ac-4293-8562-5c7371d8b04d",
            "type": "STRING",
            "value": "INCOMPLETE"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "71ac2e1b-73ac-4293-8562-5c7371d8b04d",
            "type": "STRING",
            "value": "Requirement"
        }
    },
    "uuid": "36ab95b2-88bc-491b-8f6b-15800fb25ab6"
}
 No newline at end of file
+40 −0
Original line number Diff line number Diff line
{
    "attributes": {
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "4744decb-d93c-4ec7-8ead-548ce850d7a8",
            "type": "STRING",
            "value": "filatov"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "4744decb-d93c-4ec7-8ead-548ce850d7a8",
            "type": "STRING",
            "value": "Check that the assurance level of the subordinate certificate is equal to or less than the assurance level of the issuing certificate"
        },
        "_expectedResults": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "e9807f79-30ab-4d1a-846f-69c86cb2110d",
            "type": "STRING",
            "value": "with {\r\n\tthe IUT being in the 'authorized' state\r\n\tthe IUT being requested to include certificate chain in the next CAM\r\n} ensure that {\r\n\t when {\r\n\t\tthe IUT is requested to send a CAM\r\n\t} then {\r\n\t\tthe IUT sends a SecuredMessage\r\n\t\t\tcontaining header_fields['signer_info'].signer\r\n\t\t\t\tcontaining type\r\n\t\t\t\t\tindicating 'certificate_chain'\r\n\t\t\t\tcontaining certificates\r\n\t\t\t\t\tindicating length N > 1\r\n\t\t\t\t\tand containing certificates[n](0..N)\r\n\t\t\t\t\t\tcontaining subject_attributes ['assurance_level']\r\n\t\t\t\t\t\t\tcontaining assurance_level\r\n\t\t\t\t\t\t\t\tcontaining bits [5-7]\r\n\t\t\t\t\t\t\t\t\tindicating assurance level CERT_AL\r\n\t\t\t\t\t\tand containing signer_info\r\n\t\t\t\t\t\t\tcontaining digest\r\n\t\t\t\t\t\t\t\treferenced to the certificate\r\n\t\t\t\t\t\t\t\t\tcontaining subject_attributes ['assurance_level']\r\n\t\t\t\t\t\t\t\t\t\tcontaining assurance_level\r\n\t\t\t\t\t\t\t\t\t\t\tcontaining bits [5-7]\r\n\t\t\t\t\t\t\t\t\t\t\t\tindicating value <= CERT_AL\r\n\t}\r\n}"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "4744decb-d93c-4ec7-8ead-548ce850d7a8",
            "type": "STRING",
            "value": "complete"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "4744decb-d93c-4ec7-8ead-548ce850d7a8",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "e9807f79-30ab-4d1a-846f-69c86cb2110d"
}
 No newline at end of file