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 especially this weekend, I worked on UI implementation of dialog boxes to perform signature and to provide decorators.

Implementation of DialogBox to perform signature:
Procedure is in two parts.
  1. The first page is for normal user who is not knowing much about signatures and its providers. This user using first page, will use default settings of message digest algo, and provider of keystore and signature, to perform signature.
  2. Second page is for advanced users who can change settings as per their wish.

Gerrit Change: https://git.eclipse.org/r/#/c/76997/


Decorators:
For now, decorators will be added in every explorer view for files which contain signature. Is there a way to add decorators to Script Explorer? I have not been able to do same.

Decorators will tell whether one needs to update signature or not. Need for updating signature might arise when file has been changed. So, whenever decorators will be updated, signature of that file will be verified and appropriate decorator will be applied. This is little costly process to verify signature every time. Instead, we can check whether file has been changed since last applied signature. For that we need to keep watch on save operations. What is better thing to do?

Gerrit change: https://git.eclipse.org/r/#/c/77819/


My next task is to call verify methods before execution of remote scripts and notify user appropriately.

Thanks,
--
Varun Raval

Back to the top