Commit e31ff6d5 authored by berge's avatar berge
Browse files

End of validation

parent 54fa0862
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -4955,6 +4955,8 @@ group establishSAFns_passive {
		// calculate and store the seven secrets
		// calculate and store the seven secrets
		vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]);
		vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]);


		log("7 secrets computed");

		v_ret := fx_setIkeSecurityParameters(vc_ikeSad[0]);
		v_ret := fx_setIkeSecurityParameters(vc_ikeSad[0]);
		if(v_ret != e_success) {log("**** f_rcvSaInitReqAndRsp: ERROR: Call of fx_setIkeSecurityParameters failed **** "); f_selfOrClientSyncAndVerdict(c_prDone, v_ret);}
		if(v_ret != e_success) {log("**** f_rcvSaInitReqAndRsp: ERROR: Call of fx_setIkeSecurityParameters failed **** "); f_selfOrClientSyncAndVerdict(c_prDone, v_ret);}


@@ -5022,7 +5024,6 @@ group establishSAFns_passive {
			v_ret := fx_setSecurityParameters(vc_sad);
			v_ret := fx_setSecurityParameters(vc_sad);
			if (v_ret != e_success) { return v_ret;}
			if (v_ret != e_success) { return v_ret;}


			return v_ret;
		}
		}


		v_ret := f_createAndSendAuthRsp(
		v_ret := f_createAndSendAuthRsp(