Loading ItsPki_TestCases.ttcn +79 −79 File changed.Preview size limit exceeded, changes collapsed. Show changes asn1 @ 021805f1 Compare d2b84d1f to 021805f1 Original line number Diff line number Diff line Subproject commit d2b84d1faef9591c6df1bb992b162a1fbea06d79 Subproject commit 021805f17253f5b0baf80b13bca8151a05342655 lib/module.mk +20 −1 Original line number Diff line number Diff line Loading @@ -22,5 +22,24 @@ endif ifeq (,$(findstring Ieee1609Dot2.asn,$(all_sources))) sources += asn1/sec/ieee1609dot2/Ieee1609Dot2.asn \ asn1/sec/ieee1609dot2/Ieee1609Dot2BaseTypes.asn asn1/sec/ieee1609dot2/Ieee1609Dot2BaseTypes.asn \ asn1/sec/ieee1609dot2/Ieee1609Dot2Crl.asn \ asn1/sec/ieee1609dot2/Ieee1609Dot2CrlBaseTypes.asn endif ifeq (,$(findstring Ieee1609Dot2Dot1Protocol.asn,$(all_sources))) sources += asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaEeInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaLaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaMaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1Acpc.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1CamRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1CertManagement.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1EcaEeInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1EeMaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1EeRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1LaMaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1LaRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1MaRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1Protocol.asn endif lib_system/LibItsPki_Functions.ttcn +10 −10 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ module LibItsPki_Functions { import from EtsiTs102941MessagesCa language "ASN.1:1997" all; import from EtsiTs102941TrustLists language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; import from ITS_Container language "ASN.1:1997" all; import from ETSI_ITS_CDD language "ASN.1:1997" all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; // LibItsCommon Loading Loading @@ -2726,7 +2726,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( v_nonce, v_enc_signed_ec_signature Loading Loading @@ -3112,7 +3112,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( v_nonce, v_enc_signed_ec_signature Loading Loading @@ -4363,7 +4363,7 @@ module LibItsPki_Functions { mw_enrolmentResponseMessage( mw_encryptedData( { *, mw_recipientInfo_pskRecipInfo(v_aes_sym_key_hashed_id8), * }, mw_SymmetricCiphertext_aes128ccm mw_symmetricCiphertext_aes128ccm )))))), v_response ) { Loading Loading @@ -4429,7 +4429,7 @@ module LibItsPki_Functions { mw_enrolmentRequestMessage( mw_encryptedData( -, mw_SymmetricCiphertext_aes128ccm mw_symmetricCiphertext_aes128ccm )))))), p_request ) { Loading Loading @@ -4494,7 +4494,7 @@ module LibItsPki_Functions { mw_enrolmentRequestMessage( mw_encryptedData( -, mw_SymmetricCiphertext_aes128ccm mw_symmetricCiphertext_aes128ccm )))))), p_request ) { Loading Loading @@ -4706,7 +4706,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_request Loading Loading @@ -4814,7 +4814,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_request Loading Loading @@ -4918,7 +4918,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_request Loading Loading @@ -5011,7 +5011,7 @@ module LibItsPki_Functions { v_recipientId ) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_inner_ec_response Loading Loading
ItsPki_TestCases.ttcn +79 −79 File changed.Preview size limit exceeded, changes collapsed. Show changes
asn1 @ 021805f1 Compare d2b84d1f to 021805f1 Original line number Diff line number Diff line Subproject commit d2b84d1faef9591c6df1bb992b162a1fbea06d79 Subproject commit 021805f17253f5b0baf80b13bca8151a05342655
lib/module.mk +20 −1 Original line number Diff line number Diff line Loading @@ -22,5 +22,24 @@ endif ifeq (,$(findstring Ieee1609Dot2.asn,$(all_sources))) sources += asn1/sec/ieee1609dot2/Ieee1609Dot2.asn \ asn1/sec/ieee1609dot2/Ieee1609Dot2BaseTypes.asn asn1/sec/ieee1609dot2/Ieee1609Dot2BaseTypes.asn \ asn1/sec/ieee1609dot2/Ieee1609Dot2Crl.asn \ asn1/sec/ieee1609dot2/Ieee1609Dot2CrlBaseTypes.asn endif ifeq (,$(findstring Ieee1609Dot2Dot1Protocol.asn,$(all_sources))) sources += asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaEeInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaLaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaMaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1Acpc.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1CamRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1CertManagement.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1EcaEeInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1EeMaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1EeRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1LaMaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1LaRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1MaRaInterface.asn \ asn1/ieee_1609.2.1/Ieee1609Dot2Dot1Protocol.asn endif
lib_system/LibItsPki_Functions.ttcn +10 −10 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ module LibItsPki_Functions { import from EtsiTs102941MessagesCa language "ASN.1:1997" all; import from EtsiTs102941TrustLists language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; import from ITS_Container language "ASN.1:1997" all; import from ETSI_ITS_CDD language "ASN.1:1997" all; import from CAM_PDU_Descriptions language "ASN.1:1997" all; // LibItsCommon Loading Loading @@ -2726,7 +2726,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( v_nonce, v_enc_signed_ec_signature Loading Loading @@ -3112,7 +3112,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( v_nonce, v_enc_signed_ec_signature Loading Loading @@ -4363,7 +4363,7 @@ module LibItsPki_Functions { mw_enrolmentResponseMessage( mw_encryptedData( { *, mw_recipientInfo_pskRecipInfo(v_aes_sym_key_hashed_id8), * }, mw_SymmetricCiphertext_aes128ccm mw_symmetricCiphertext_aes128ccm )))))), v_response ) { Loading Loading @@ -4429,7 +4429,7 @@ module LibItsPki_Functions { mw_enrolmentRequestMessage( mw_encryptedData( -, mw_SymmetricCiphertext_aes128ccm mw_symmetricCiphertext_aes128ccm )))))), p_request ) { Loading Loading @@ -4494,7 +4494,7 @@ module LibItsPki_Functions { mw_enrolmentRequestMessage( mw_encryptedData( -, mw_SymmetricCiphertext_aes128ccm mw_symmetricCiphertext_aes128ccm )))))), p_request ) { Loading Loading @@ -4706,7 +4706,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_request Loading Loading @@ -4814,7 +4814,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_request Loading Loading @@ -4918,7 +4918,7 @@ module LibItsPki_Functions { v_encrypted_data_encryption_key )) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_request Loading Loading @@ -5011,7 +5011,7 @@ module LibItsPki_Functions { v_recipientId ) }, m_SymmetricCiphertext_aes128ccm( m_symmetricCiphertext_aes128ccm( m_aesCcmCiphertext( p_nonce, v_encrypted_inner_ec_response Loading