Commit 056b5582 authored by filatov's avatar filatov
Browse files

Fix summary of time validity restriction tests.

Actually the idea of these tests is to check that subordinate cert is inside the validity of the issuing cert.
fix #0007331
parent 365f03cb
......@@ -12,7 +12,7 @@
"key": "_description",
"origin": "28b60013-6c65-4a16-9ff2-81d5e8af32ed",
"type": "STRING",
"value": "Check that the IUT discards a message when the validity period of the signing certificate ends after the period of its issuing certificate\r\n"
"value": "Check that the IUT discards a message when the validity period of the signing certificate ends after the validity period of its issuing certificate\r\n"
},
"_expectedResults": {
"isGenerated": false,
......
......@@ -12,7 +12,7 @@
"key": "_description",
"origin": "f2bc3f6f-ec6f-40dd-a163-ad4e21efa2ab",
"type": "STRING",
"value": "Check that the IUT discards a message when its signing certificate starts before its issuing certificate\r\n"
"value": "Check that the IUT discards a message when the validity period of its signing certificate starts before the validity period of the issuing certificate \r\n"
},
"_expectedResults": {
"isGenerated": false,
......
......@@ -12,7 +12,7 @@
"key": "_description",
"origin": "1d798f87-f769-4b5e-87f6-2d8dc77baa61",
"type": "STRING",
"value": "Check that the IUT discards a message when the issuing certificate of signing certificate is expired\r\n"
"value": "Check that the IUT discards a message when the issuing certificate of signing certificate is expired but the signing certificate is not expired yet.\r\n"
},
"_expectedResults": {
"isGenerated": false,
......
......@@ -12,7 +12,7 @@
"key": "_description",
"origin": "a1fbc14c-b512-459a-875b-6b4067ded30f",
"type": "STRING",
"value": "Check that the IUT discards a message when the validity period of the issuing certificate of signing certificate is not started yet\r\n"
"value": "Check that the IUT discards a message when the validity period of the signing certificate is after the validity period of its issuing certificate\r\n"
},
"_expectedResults": {
"isGenerated": false,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment