Skip to main content

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

Hi,

This week I worked on UI implementation to support signing of scripts.

Specifically I created preference page related to it. You can see updated patch at [1].

Created series of dialogs or wizard pages to perform signature. These dialogs needs a reformation and I am working on it. Signature using default parameters is almost ready. I am placing a new button saying Load Keystore which will load a password dialog box and will load keystore. You can refer to the attached screen shot.
After loading keystore, password will be stored to ISecurePreferences so that we can use it directly next time and then, aliases will be loaded. I will work on how to load alias.

I am working on decorators and need to work out when these decorators will be shown. If I am not wrong, these decorators will be shown on signer side suggesting signer whether the signature created needs to be updated or not. Please correct me if I am wrong.

I also updated codeFactory methods to provide support for creating comments using block comments. This patch is merged.

Because of exams, I will not be available from Monday(18 July) to Thursday(21 July). This is mentioned in my proposal little earlierĀ (30 June - 7 July) but, my exams were postponed. I will try to cover up most of the work of next week during weekends.

Thanks,

[1]: https://git.eclipse.org/r/#/c/77139/
--
Varun Raval

Attachment: LoadKeystore.png
Description: PNG image


Back to the top