Commit 37abbaa5 authored by garciay's avatar garciay
Browse files

STF538: Finalise certificates generation ATS

parent 536e63bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1150,6 +1150,8 @@ module LibItsSecurity_Functions {
                var octetstring v_enc_msg;
                var octetstring v_signature;
                
                log("f_verifyCertificateSignatureWithPublicKey: p_publicVerificationKey=", p_publicVerificationKey);
                
                // Create ToBeSignedCertificate payload to be signed
                v_toBeSignedCertificate := valueof(p_certificateToBeVerified.toBeSigned);
                log("f_verifyCertificateSignatureWithPublicKey: v_toBeSignedCertificate=", v_toBeSignedCertificate);