Commit b6a139f4 authored by garciay's avatar garciay
Browse files

ATS security review

parent e9adccba
Loading
Loading
Loading
Loading
+1 −11
Original line number Original line Diff line number Diff line
@@ -31,22 +31,12 @@ module ItsSecurity_Pics {
        HashedId8 issuer,
        HashedId8 issuer,
        HashedId8 hashedId8
        HashedId8 hashedId8
    } // End of type certificates_foi
    } // End of type certificates_foi
    type enumerated SignAlgorithm {
        e_nistp_256,
        e_nistp_384,
        e_brainpool_256,
        e_brainpool_384
    }
    
    
    modulepar certificates_foi PICS_CERTFICATES_FOI[1] := {
    modulepar certificates_foi PICS_CERTFICATES_FOI[1] := {
        { cc_iutCert_A, sha256, '0000000000000000'O, '0000000000000000'O } // CERT_IUT_A_AT
        { cc_iutCert_A, sha256, '0000000000000000'O, '0000000000000000'O } // CERT_IUT_A_AT
    }
    }
    modulepar integer PICS_CERTFICATES_VAR := 0;
    modulepar integer PICS_CERTFICATES_VAR := 0;
    
    
    modulepar HashAlgorithm PICS_HASH_ALGORITHM := sha256;
    
    modulepar SignAlgorithm PICS_SIGN_ALGORITHM := e_nistp_256;
    
    /**
    /**
     * @desc Set to true to enable specific behavior to validate ITS Security ATS against itself
     * @desc Set to true to enable specific behavior to validate ITS Security ATS against itself
     */
     */
+767 −611

File changed.

Preview size limit exceeded, changes collapsed.