Commit 5e22c935 authored by schmitting's avatar schmitting
Browse files

Wrong IKE TP functions concept corrected

parent a38b9624
Loading
Loading
Loading
Loading
+29 −0
Original line number Original line Diff line number Diff line
@@ -110,6 +110,35 @@ group ikeSecurity
    */
    */
	modulepar {octetstring PX_PRE_SHARED_KEY := '0123456789ABCDEF'O}
	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
} // end group ikeSecurity


group ikeUdpPorts {
group ikeUdpPorts {
+1481 −117

File changed.

Preview size limit exceeded, changes collapsed.