The purpose of this test is to ensure the EUT can use X.509 certificates to secure communication at the MTP layer.
Mandatory
- Ensure that the EUT and test equipment have the necessary information to send and receive USP Records to each other.
- Ensure that the use of MTP layer encryption is enabled on the EUT.
- Send a GetSupportedProtocol message to the EUT with the following structure:
header {
msg_id: '<msg_id>'
msg_type: GET_SUPPORTED_PROTO
}
body {
request {
get_supported_protocol {
controller_supported_protocol_versions: '<comma separated list of test controller versions>'
}
}
}
- The EUT processes the certificate and establishes a secure TLS connection at the MTP layer.