Commit 6c428001 authored by mullers's avatar mullers
Browse files

TP structure for AtsSec done

parent 38b07f4d
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -725,7 +725,6 @@ group ipSecFns {
				sevenSecrets := omit,
				sevenSecrets := omit,
				nI := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16),
				nI := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16),
				nR := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16),
				nR := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16),
				proposalNr := 1,//smu not needed anymore delete
				udpTnPort := PX_UDP_PORT_IUT_1,
				udpTnPort := PX_UDP_PORT_IUT_1,
				udpIutPort := PX_UDP_PORT_HS02,
				udpIutPort := PX_UDP_PORT_HS02,
				iDi := PX_IDENTIFICATION_DATA,
				iDi := PX_IDENTIFICATION_DATA,
+0 −5
Original line number Original line Diff line number Diff line
@@ -56,11 +56,6 @@ module LibIpv6_ModuleParameters {
	*/
	*/
	modulepar {UInt32 PX_SPI := 1}
	modulepar {UInt32 PX_SPI := 1}
	
	
	/*
	 * @desc Initialization vector for encryption algos
	*/
	//modulepar {octetstring PX_IV := '000102030405'O }
	
	/*
	/*
	 * @desc Key for integrity vc_sad[c_saRes]
	 * @desc Key for integrity vc_sad[c_saRes]
	*/
	*/
+13 −14
Original line number Original line Diff line number Diff line
@@ -1097,7 +1097,6 @@
			SevenSecrets sevenSecrets optional,
			SevenSecrets sevenSecrets optional,
			octetstring nI,// nonce initiator
			octetstring nI,// nonce initiator
			octetstring nR,// nonce responder
			octetstring nR,// nonce responder
			UInt8 proposalNr,
			UInt16 udpTnPort, // UDP port of test node (TN)
			UInt16 udpTnPort, // UDP port of test node (TN)
			UInt16 udpIutPort, // UDP port of IUT
			UInt16 udpIutPort, // UDP port of IUT
			octetstring iDi, // identification initiator
			octetstring iDi, // identification initiator