Commit f958cd95 authored by Yann Garcia's avatar Yann Garcia
Browse files

Validate TC_SECPKI_EA_BFK_AUTH_01_BV

parent f6bc9761
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/**
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538 / STF545
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538 / TTF T025 / STF545
 *  @version  $Url: https://oldforge.etsi.org/svn/ITS/tags/20170222_STF527_Final/ttcn/AtsSecurity/ItsSecurity_Templates.ttcn $
 *            $Id: ItsSecurity_Templates.ttcn 2655 2017-01-26 10:46:08Z filatov $
 *  @desc     Module containing templates for secured GeoNetworking ATS
+1 −1
Original line number Diff line number Diff line
/**
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538 / TTF002 / TTF011 / STF594
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538 / TTF T025 / TTF002 / TTF011 / STF594
 *  @version  $Url$
 *            $Id$
 *  @desc     Testcases  file for Security Protocol
+1 −1
Original line number Diff line number Diff line
/**
 *  @author     ETSI / STF481 / STF507 / STF517 / STF538 / STF545
 *  @author     ETSI / STF481 / STF507 / STF517 / STF538 / TTF T025 / STF545
 *  @version    $Url: https://oldforge.etsi.org/svn/ITS/tags/20170222_STF527_Final/ttcn/AtsSecurity/ItsSecurity_TestSystem.ttcn $
 *              $Id: ItsSecurity_TestSystem.ttcn 2655 2017-01-26 10:46:08Z filatov $
 *  @desc       Module containing t fest system description for the secured GN ATS
+5 −0
Original line number Diff line number Diff line
@@ -94,6 +94,11 @@ module LibItsSecurity_Pics {
   */
  modulepar boolean PICS_SEC_ITS_AID_OTHER := true;

  /**
   * Does the IUT support authorization using butterfly key expansion mechanism?
   */
  modulepar boolean PICS_SEC_BFK_AUTH := false;

  /**
   * @desc Different set of parameters is used to generate the butterfly signing key associated with a certificate and the cocoon encryption key used to encrypt the certificate on issuance
   */
+6 −1
Original line number Diff line number Diff line
/**
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538 / TTF T025
 *  @version  $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/Security/LibItsSecurity_Pixits.ttcn3 $
 *            $Id: LibItsSecurity_Pixits.ttcn3 1318 2017-01-26 10:20:53Z filatov $
 *  @desc     Module containing Pixits for Security Protocol
@@ -100,4 +100,9 @@ module LibItsSecurity_Pixits {
   */
  modulepar boolean PX_BFK_TEST_VECTORS := false;
  
  /**
   * @desc Set to true to use BFK for certficates request instead of regular procedure (see ETSI TS 102 941 Clause 6 Trust and privacy management)
   */
  modulepar boolean PX_USE_BFK_MODE := false;
  
} // End of module LibItsSecurity_Pixits
Loading