Commit 395c3f08 authored by garciay's avatar garciay
Browse files

STF545: Start ECIES implementation

        Validate HMAC-SH256 & AES 128 CCM encryption
parent eb393a14
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ system.utPort.params := "UT_GN/UDP(dst_ip=192.168.56.1,dst_port=12346,src_ip=192
#TestCodec_GeoNetworking.tc_GeoNet_Port_2          # Use simulator of file to run this test
                                                   # Used to test device_mode=0,beaconing=1,beacon codec
                                                   # With startPassBeaconing
TestCodec_GeoNetworking.tc_GeoNet_Port_3          # Use to test beaconing with secured mode set in config file
#TestCodec_GeoNetworking.tc_GeoNet_Port_3          # Use to test beaconing with secured mode set in config file
                                                   # Used to test device_mode=1,beaconing=1,nic
                                                   # Also used to generate secured/unsecured beacons
#TestCodec_GeoNetworking.tc_GeoNet_Port_4          # Use simulator of file to run this test with secured mode set in config file
@@ -310,6 +310,14 @@ TestCodec_GeoNetworking.tc_GeoNet_Port_3 # Use to test beaconing with s
# Chain of certificates
#TestCodec_ChainOfCertificates.tc_full_check_certificate_1
#TestCodec_ChainOfCertificates.tc_full_check_certificate_2
# Encryption
TestCodec_SignedAndEncryptedMessages.tc_test_hmac_sha256_test1
TestCodec_SignedAndEncryptedMessages.tc_test_hmac_sha256_test2
TestCodec_SignedAndEncryptedMessages.tc_test_hmac_sha256_test3
TestCodec_SignedAndEncryptedMessages.tc_test_encrypt_aes_128_ccm_test1
TestCodec_SignedAndEncryptedMessages.tc_test_encrypt_aes_128_ccm_test2
TestCodec_SignedAndEncryptedMessages.tc_test_encrypt_aes_128_ccm_test3
TestCodec_SignedAndEncryptedMessages.tc_encrypted_signed_message

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.