Skip to content

Fix CMSut::signverify_message_invalid failing "randomly"

Albert Astals Cid requested to merge work/aacid/ci_test_random_failure into master

Once in a blue moon it happens that signedResult1[signedResult1.size() - 2] is a 0, so setting it to 0 doesn't break the signature validation, so check if it's a 0 and if it is, set it to 1

Merge request reports