Produce immutable EVM signature
'evmctl sign -i <file>' generates immutable EVM signature. Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
This commit is contained in:
@ -108,6 +108,12 @@ struct h_misc_64 {
|
||||
unsigned short mode;
|
||||
};
|
||||
|
||||
struct h_misc_digsig {
|
||||
uid_t uid;
|
||||
gid_t gid;
|
||||
unsigned short mode;
|
||||
};
|
||||
|
||||
enum pubkey_algo {
|
||||
PUBKEY_ALGO_RSA,
|
||||
PUBKEY_ALGO_MAX,
|
||||
|
Reference in New Issue
Block a user