ETSI's Bug Tracker - SECURITY
View Issue Details
0007352SECURITYTSS&TPpublic14-01-2016 13:4028-01-2016 17:18
haddads 
Denis Filatov 
normalminorhave not tried
resolvedno change required 
 
Next Version 
0007352: [TP_SEC_ITSS_RCV_DENM_01_01_BV] Reduce the test description ?
Limit the tests to :

with {
  the IUT being in the 'authorized' state
}
ensure that {
  when {
    the IUT is receiving a correct SecuredMessage
      containing header_fields[0]
        containing type
          indicating 'signer_info'
        and containing signer {
          containing type
            indicating 'certificate'
          and containing certificate (CERT_TS_AT_A) not containing validity_restrictions['region']
      }
        }
  } then {
    the IUT accepts the message
  }
}

The thing is that all the other parameters are already tested
elsewhere. Writing them here seems redundant and if do then for maybe
we should also specify that the generation location is correct, that
the message does not contain any other header_fields, etc. ?
No tags attached.
Issue History
14-01-2016 13:40haddadsNew Issue
14-01-2016 13:40haddadsStatusnew => assigned
14-01-2016 13:40haddadsAssigned To => Denis Filatov
28-01-2016 17:18Denis FilatovNote Added: 0013771
28-01-2016 17:18Denis FilatovStatusassigned => resolved
28-01-2016 17:18Denis FilatovResolutionopen => no change required

Notes
(0013771)
Denis Filatov   
28-01-2016 17:18   
This is a valid behavior test. It is better to specify here full content of the message that we send to IUT. This message will be later on used as a reference point for other TPs.