Commit 3a4978e1 authored by garciay's avatar garciay
Browse files

No need to calculate the hash of data to be verified in case on signature -...

No need to calculate the hash of data to be verified in case on signature - Wrong parameter for f_signWithEcdsaNistp256WithSha256(), raw data shall passed, not the hashed value
parent a4dd3c55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ module LibItsSecurity_Functions {
        * @return  The signature value
        */
        function f_signWithEcdsaNistp256WithSha256(
                                                   in Oct32 p_toBeSignedSecuredMessage
                                                   in octetstring p_toBeSignedSecuredMessage
        ) runs on ItsSecurityBaseComponent return octetstring {
            return fx_signWithEcdsaNistp256WithSha256(
                p_toBeSignedSecuredMessage,