verify MasterSignatures

This commit is contained in:
swrup 2025-12-06 20:50:29 +01:00
parent 5001cc35c3
commit fa21837947
6 changed files with 139 additions and 26 deletions

View file

@ -193,7 +193,7 @@ module ExchangeSigningKeyValidityPS = struct
type r = {
start: TimeAbsoluteNBO.t;
expire: TimeAbsoluteNBO.t;
end_: TimeAbsoluteNBO.t; (* "end" renamed to end_ *)
end_: TimeAbsoluteNBO.t;
signkey_pub: ExchangePublicKeyP.t;
}