Commit 5cee2ec7 authored by YannGarcia's avatar YannGarcia
Browse files

Enhance AtsPki

parent 9fd3f291
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1913,8 +1913,7 @@ module LibItsPki_Functions {
                                                     m_publicKeys(
                                                                  v_public_verification_key
                                                                  ),
                                                     m_certificateSubjectAttributes_id_omit/*FIXME No name*/(
                                                                                                             /*oct2char(PICS_ITS_S_CANONICAL_ID),*/
                                                     m_certificateSubjectAttributes_id_none(
                                                                                            { // ETSI TS 102 965 Table A.1: ETSI ITS standardized ITS-AIDs
                                                                                              valueof(m_appPermissions(c_its_aid_SCR, { bitmapSsp := PX_INNER_EC_CERTFICATE_BITMAP_SSP_SCR }))
                                                                                              },
+6 −2
Original line number Diff line number Diff line
@@ -2575,6 +2575,10 @@ module LibItsSecurity_Functions {
             */
            external function fx_generateKeyPair_brainpoolp384r1(out Oct48 p_privateKey, out Oct48 p_publicKeyX, out Oct48 p_publicKeyY, out Oct48 p_publicKeyCompressed, out integer p_compressed_mode) return boolean;
            
            external function fx_get_uncompressed_key_nistp256(in Oct32 p_privateKey, in Oct32 p_publicKeyCompressed, in integer p_compressed_mode, out Oct32 p_publicKeyY) return boolean;
            external function fx_get_uncompressed_key_brainpoolp256r1(in Oct32 p_privateKey, in Oct32 p_publicKeyCompressed, in integer p_compressed_mode, out Oct32 p_publicKeyY) return boolean;
            external function fx_get_uncompressed_key_brainpoolp384r1(in Oct48 p_privateKey, in Oct48 p_publicKeyCompressed, in integer p_compressed_mode, out Oct48 p_publicKeyY) return boolean;
            
        } // End of group signing
        
        group encryption {