Commit 4242a993 authored by filatov's avatar filatov
Browse files

fix #0007398: Add TP to check for incorrect subject_name for AT Certificate

parent 67925017
Loading
Loading
Loading
Loading
+41 −0
Original line number Original line Diff line number Diff line
{
    "attributes": {
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "b09c0264-673b-4cfc-bd64-e7dcf6ef91c9",
            "type": "STRING",
            "value": "Check that the IUT discards certificate with wrong signer info type"
        },
        "_locations": {
            "elements_type": "STRING",
            "isGenerated": false,
            "key": "_locations",
            "origin": "a6c51220-c65d-4085-9d97-17bf34b12e37",
            "type": "LIST",
            "value": ["/Documents/ts_103097v010201p.xhtml/e9618613-82ad-42fa-88b3-2f6924c0165c"]
        },
        "_name": {
            "isGenerated": false,
            "key": "_name",
            "origin": "a6c51220-c65d-4085-9d97-17bf34b12e37",
            "type": "STRING",
            "value": "16. Check the subject_name of the AT certificate"
        },
        "_transferStatus": {
            "isGenerated": false,
            "key": "_transferStatus",
            "origin": "b09c0264-673b-4cfc-bd64-e7dcf6ef91c9",
            "type": "STRING",
            "value": "INCOMPLETE"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "b09c0264-673b-4cfc-bd64-e7dcf6ef91c9",
            "type": "STRING",
            "value": "Requirement"
        }
    },
    "uuid": "a6c51220-c65d-4085-9d97-17bf34b12e37"
}
 No newline at end of file
+40 −0
Original line number Original line Diff line number Diff line
{
    "attributes": {
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "bc0af35f-e297-4c88-9d0e-39762d807b05",
            "type": "STRING",
            "value": "filatov"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "c0f9be49-30be-4271-b9d5-983a7b394f71",
            "type": "STRING",
            "value": "Check that IUT discards a SecuredMessage if the subject_name of the AT certificate is not an empty name field"
        },
        "_expectedResults": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "c0f9be49-30be-4271-b9d5-983a7b394f71",
            "type": "STRING",
            "value": "with\r\n\tthe IUT being in the 'authorized' state\r\n\tand the IUT current time is inside the time validity period of CERT_TS_16_01_BO_AT\r\nensure that\r\n\twhen the IUT is receiving a SecuredMessage\r\n\t\tcontaining header_fields ['signer_info']\r\n\t\t\tcontaining signer.digest\r\n\t\t\t\treferencing to \r\n\t\t\t\tcontaining type\r\n\t\t\t\t\tindicating 'certificate'\r\n\t\t\t\tand containing certificate (CERT_TS_14_01_BO_AT)\r\n\t\t\t\t\tcontaining subject_info.subject_name\r\n\t\t\t\t\t\tindicating non-empty string ('Invalid name')\r\n\tthen\r\n\t\tthe IUT discards the message"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "bc0af35f-e297-4c88-9d0e-39762d807b05",
            "type": "STRING",
            "value": "in process"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "bc0af35f-e297-4c88-9d0e-39762d807b05",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "c0f9be49-30be-4271-b9d5-983a7b394f71"
}
 No newline at end of file