Commit 9763bfec authored by Mubeena Ishaq's avatar Mubeena Ishaq
Browse files

Implement TPs for Enrollment request repetition

parent facdaff6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ module ItsPki_Pixits {
  
  modulepar float PX_RE_AUTHORIZATION_DELAY := 2.0;

  modulepar integer PX_ENR_MAX_N1 := 3;
  
  modulepar boolean PX_TRIGGER_EC_BEFORE_AT := true;
  
} // End of module ItsPki_Pixits
+822 −2

File changed.

Preview size limit exceeded, changes collapsed.

+8 −1
Original line number Diff line number Diff line
@@ -20,6 +20,13 @@ module ItsPki_TestControl {
        if (PICS_SECPKI_CRL) {
          execute(TC_SECPKI_ITSS_ENR_04_BV())
        }
        if (PICS_SECPKI_ENROLLMENT_RETRY) {
          execute(TC_SECPKI_ITSS_ENR_REP_01_BV());
          execute(TC_SECPKI_ITSS_ENR_REP_02_BV());
          execute(TC_SECPKI_ITSS_ENR_REP_03_BV());
          execute(TC_SECPKI_ITSS_ENR_REP_04_BV());
          execute(TC_SECPKI_ITSS_ENR_REP_05_BV());
        }
        execute(TC_SECPKI_ITSS_ENR_05_BV());
        execute(TC_SECPKI_ITSS_ENR_07_BV());
        execute(TC_SECPKI_ITSS_ENR_08_BV());
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,11 @@ module LibItsPki_Pics {
   */
  modulepar boolean PICS_SECPKI_ENROLLMENT_X509 := false;
  
  /**
   * @desc Does the IUT support enrolment repetition?
   */
  modulepar boolean PICS_SECPKI_ENROLLMENT_RETRY := true;
  
  /**
   * @desc Does the IUT support autorization?
   */