Commit 7e9a8514 authored by filatov's avatar filatov
Browse files

fix #7403, #7404, #7405, #7406

Add TPs to check time validity restriction of certificates
parent a8936db7
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
{
    "attributes": {
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "84f05154-becf-44fe-aadf-43ea38971df1",
            "type": "STRING",
            "value": "filatov"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "13f67959-7085-4001-9269-e2934f2be7cd",
            "type": "STRING",
            "value": "Check that the IUT discards a message when the issuing certificate of the message signing certificate does not contain the time validity restriction\r\n"
        },
        "_expectedResults": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "13f67959-7085-4001-9269-e2934f2be7cd",
            "type": "STRING",
            "value": "with\r\n\tthe IUT being in the 'authorized' state\r\nensure that\r\n\twhen the IUT is receiving a SecuredMessage\r\n\t\tcontaining header_fields ['signer_info'].signer\r\n\t\t\tcontaining type\r\n\t\t\t\tindicating 'certificate'\r\n\t\t\tcontaining certificate (CERT_TS_10_02_BO_AT)\r\n\t\t\t\tcontaining signer_info.digest\r\n\t\t\t\t\treferencing to CERT_TS_10_02_BO_AA\r\n\t\t\t\t\t\tnot containing validity_restrictions['time_start_and_end']\r\n\t\t\t\t\t\tand not containing validity_restrictions['time_end']\r\n\t\t\t\t\t\tand not containing validity_restrictions['time_start_and_duration']\r\n\r\n\tthen\r\n\t\tthe IUT discards the message"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "84f05154-becf-44fe-aadf-43ea38971df1",
            "type": "STRING",
            "value": "in process"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "84f05154-becf-44fe-aadf-43ea38971df1",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "13f67959-7085-4001-9269-e2934f2be7cd"
}
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@
            "type": "LIST",
            "value": [
                "/Documents/Draft_ETSI_TS_103 097 v1.1.14.xhtml/cb021a09-729d-4a2a-8b11-17717bbeaf73",
                "/Documents/ts_103097v010201p.xhtml/36a05750-9fac-494a-adcc-c36a9b0b39c1"
                "/Documents/ts_103097v010201p.xhtml/36a05750-9fac-494a-adcc-c36a9b0b39c1",
                "/Documents/ts_103097v010201p.xhtml/e6b9cd9d-36fa-4a69-ae0f-76a4a07f269b"
            ]
        },
        "_name": {
+8 −8
Original line number Diff line number Diff line
@@ -3,38 +3,38 @@
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "origin": "d7dba395-7b45-4419-9623-b7858088be3e",
            "type": "STRING",
            "value": "filatov"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "origin": "d7dba395-7b45-4419-9623-b7858088be3e",
            "type": "STRING",
            "value": "Check that the IUT discards a message when its signing certificate contains 'time_start_and_duration' validity restriction\r\n"
            "value": "Check that the IUT discards a message when its signing certificate contains 'time_end' validity restriction\r\n"
        },
        "_expectedResults": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "origin": "dafe208b-2d75-4911-ab78-03f980ced45d",
            "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_10_03_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\r\n\t\t\t\tcontaining type\r\n\t\t\t\t\tindicating 'certificate'\r\n\t\t\t\tcontaining certificate (CERT_TS_10_03_BO_AT)\r\n\t\t\t\t\tcontaining validity_restrictions['time_start_and_duration']\r\n\tthen\r\n\t\tthe IUT discards the message"
            "value": "with\r\n\tthe IUT being in the 'authorized' state\r\n\tand the IUT current time is less then time_end validity restricyion of CERT_TS_10_03_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\r\n\t\t\t\tcontaining type\r\n\t\t\t\t\tindicating 'certificate'\r\n\t\t\t\tcontaining certificate (CERT_TS_10_03_BO_AT)\r\n\t\t\t\t\tcontaining validity_restrictions['time_end']\r\n\tthen\r\n\t\tthe IUT discards the message"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "origin": "d7dba395-7b45-4419-9623-b7858088be3e",
            "type": "STRING",
            "value": "in process"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "origin": "d7dba395-7b45-4419-9623-b7858088be3e",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "57749696-4673-421a-9dc8-819a4d9d304c"
    "uuid": "dafe208b-2d75-4911-ab78-03f980ced45d"
}
 No newline at end of file
+40 −0
Original line number Diff line number Diff line
{
    "attributes": {
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "type": "STRING",
            "value": "filatov"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "type": "STRING",
            "value": "Check that the IUT discards a message when its signing certificate contains 'time_start_and_duration' validity restriction\r\n"
        },
        "_expectedResults": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "57749696-4673-421a-9dc8-819a4d9d304c",
            "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_10_04_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\r\n\t\t\t\tcontaining type\r\n\t\t\t\t\tindicating 'certificate'\r\n\t\t\t\tcontaining certificate (CERT_TS_10_04_BO_AT)\r\n\t\t\t\t\tcontaining validity_restrictions['time_start_and_duration']\r\n\tthen\r\n\t\tthe IUT discards the message"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "type": "STRING",
            "value": "in process"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "feb8dd32-d942-42dd-b5f6-6baa90a44f9f",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "57749696-4673-421a-9dc8-819a4d9d304c"
}
 No newline at end of file
+40 −0
Original line number Diff line number Diff line
{
    "attributes": {
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "dafe208b-2d75-4911-ab78-03f980ced45d",
            "type": "STRING",
            "value": "filatov"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "97dd60ed-d138-4211-b28d-f34e4117fe28",
            "type": "STRING",
            "value": "Check that the IUT discards a message when the issuing certificate of the message signing certificate contains 'time_end' validity restriction\r\n"
        },
        "_expectedResults": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "97dd60ed-d138-4211-b28d-f34e4117fe28",
            "type": "STRING",
            "value": "with\r\n\tthe IUT being in the 'authorized' state\r\n\tand the IUT current time is less then time_end validity restricyion of CERT_TS_10_05_BO_AT\r\nensure that\r\n\twhen the IUT is receiving a SecuredMessage\r\n\t\tcontaining header_fields ['signer_info'].signer\r\n\t\t\tcontaining type\r\n\t\t\t\tindicating 'certificate'\r\n\t\t\tcontaining certificate (CERT_TS_10_05_BO_AT)\r\n\t\t\t\tcontaining signer_info.digest\r\n\t\t\t\t\treferencing to CERT_TS_10_05_BO_AA\r\n\t\t\t\t\t\tcontaining validity_restrictions['time_end']\r\n\tthen\r\n\t\tthe IUT discards the message"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "dafe208b-2d75-4911-ab78-03f980ced45d",
            "type": "STRING",
            "value": "in process"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "dafe208b-2d75-4911-ab78-03f980ced45d",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "97dd60ed-d138-4211-b28d-f34e4117fe28"
}
 No newline at end of file
Loading