Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] [ease] Sign and Verify Script

Hi,

This week I worked on core methods for performing signature and verifying signature.

I pushed code on gerrit: https://git.eclipse.org/r/#/c/75132/ and was trying to get the same accepted. @Christian, please see my comments for patch set 9, 13, 14. Two comments for 13. There are some updates which I am going to perform tomorrow. I am thinking of a new class which holds all information regarding signature information like signature value, provider, hash and certificate. This will also help while verifying signature.
I am going to push code for verifying signature tomorrow.

I have updated format for signature block which you can see at [1]. Block comment strings will be placed depending on language.
Below provider and hash information is signature(64 byte) and below that is certificate chain where each certificate is separated by colon(:). In this example, since it is self-signed certificate, there is only one certificate.

[1]: https://github.com/VarunRaval48/SignCode/blob/master/java.sign/TestScripts/Valid/_javascript_/hello.js
--
Varun Raval

Back to the top