Loading ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_ModuleParameters.ttcn +29 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,35 @@ group ikeSecurity */ modulepar {octetstring PX_PRE_SHARED_KEY := '0123456789ABCDEF'O} group UnacceptableSecurityParams { /* * @desc Which IKE_SA encryption algorithm is not acceptable for the IUT? */ modulepar {EncryptionAlgo PX_IKE_ENCALGO_UNACCEPTABLE := e_encr_idea} /* * @desc Which IKE_SA pseudo random function is not acceptable for the IUT? */ modulepar {PseudoRandomFunction PX_IKE_PSEUDORNDFCT_UNACCEPTABLE := e_prfAes128Xcbc} /* * @desc Which IKE_SA integrity algorithm is not acceptable for the IUT? */ modulepar {IntegrityAlgo PX_IKE_INTALGO_UNACCEPTABLE := e_auth_aesXcbc_96} /* * @desc Which SA encryption algorithm is not acceptable for the IUT? */ modulepar { EncryptionAlgo PX_ENCALGO_UNACCEPTABLE := e_encr_idea } /* * @desc Which SA integrity algorithm is not acceptable for the IUT? */ modulepar { IntegrityAlgo PX_INTALGO_UNACCEPTABLE := e_auth_kpdkMd5 } } // end group UnacceptableSecurityParams { } // end group ikeSecurity group ikeUdpPorts { Loading ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +1481 −117 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
ttcn3/EtsiLibrary/LibIpv6/LibCommonRfcs/LibIpv6_ModuleParameters.ttcn +29 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,35 @@ group ikeSecurity */ modulepar {octetstring PX_PRE_SHARED_KEY := '0123456789ABCDEF'O} group UnacceptableSecurityParams { /* * @desc Which IKE_SA encryption algorithm is not acceptable for the IUT? */ modulepar {EncryptionAlgo PX_IKE_ENCALGO_UNACCEPTABLE := e_encr_idea} /* * @desc Which IKE_SA pseudo random function is not acceptable for the IUT? */ modulepar {PseudoRandomFunction PX_IKE_PSEUDORNDFCT_UNACCEPTABLE := e_prfAes128Xcbc} /* * @desc Which IKE_SA integrity algorithm is not acceptable for the IUT? */ modulepar {IntegrityAlgo PX_IKE_INTALGO_UNACCEPTABLE := e_auth_aesXcbc_96} /* * @desc Which SA encryption algorithm is not acceptable for the IUT? */ modulepar { EncryptionAlgo PX_ENCALGO_UNACCEPTABLE := e_encr_idea } /* * @desc Which SA integrity algorithm is not acceptable for the IUT? */ modulepar { IntegrityAlgo PX_INTALGO_UNACCEPTABLE := e_auth_kpdkMd5 } } // end group UnacceptableSecurityParams { } // end group ikeSecurity group ikeUdpPorts { Loading
ttcn3/EtsiLibrary/LibIpv6/LibSec/LibIpv6_Rfc4306Ikev2_Functions.ttcn +1481 −117 File changed.Preview size limit exceeded, changes collapsed. Show changes