Commit 8c9fc4b9 authored by schmitting's avatar schmitting
Browse files

IKE TCs added

parent 5a602a2c
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -1043,8 +1043,7 @@
			}
		}

		template IkePayload m_securityAssociationPL (UInt8 p_nextPayload,
																	 template SaProposal p_saProposal) := {
		template IkePayload m_securityAssociationPL (UInt8 p_nextPayload, template SaProposal p_saProposal) := {
			securityAssociation := {
				nextPayload    := p_nextPayload,
				criticalFlag   := 0,
@@ -1054,6 +1053,16 @@
			}
		}

		template IkePayload m_securityAssociationPL_List (UInt8 p_nextPayload, template SaProposalList p_saProposalList) := {
			securityAssociation := {
				nextPayload    := p_nextPayload,
				criticalFlag   := 0,
				reserved       := c_uInt7Zero,
				payloadLength  := 4 + f_getLenSaProposalList(p_saProposalList),
				saProposalList := p_saProposalList
			}
		}

	}//end group ikeSecurityAssociationPayloadPayloadTemplates

	group IkeRfc4306SaProposalTemplates {
+3 −1
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@

		const octetstring c_vendorId_HS02 := 'FFFF'O;
		const UInt8 c_proposalNr1 := 1;
		const UInt8 c_proposalNr2 := 2;
		const UInt8 c_lastProposal := 0;
		const UInt8 c_moreProposal := 2;
		const UInt8 c_lastTransform := 0;
@@ -444,7 +445,8 @@
						e_group15ModP3072Bit(15),
						e_group16ModP4096Bit(16),
						e_group17ModP6144Bit(17),
						e_group18ModP8192Bit(18)
						e_group18ModP8192Bit(18),
						e_invalidDHgroup(1023)
					}
					with {
						variant "use=com.testingtech.ttcn.tci.LibIpv6_Rfc4306Ikev2_TypesAndValues.*;length=16;";