Gabriel Handford

Results 63 comments of Gabriel Handford

Yeah I think it's because I'm using standard code signing and not an extended validation one?

The code signing cert was expired, maybe that was the issue? I just did a new build with a renewed cert, maybe that will help.

Yeah this would be a good feature. It would probably work by adding a note and label field to the keyring item and a way to add notes and labels...

Yeah just a proof of concept

Oh I was thinking about making a generic version/fork of this updater I could use in another project, and while I was poking around, noticed this scenario with etags and...

I've moved onto other projects for the moment. I'm not sure if I'll come back to this one.

Is it now in the api package? api.DecodeKey? https://github.com/keys-pub/keys/blob/master/api/encode_test.go

`api.Key` is in a generic, serializable form for use with msgpack, JSON, sqlite database, etc. But you can call `key.As()` or `key.AsPublic()` to get the concrete type which does implement...

See https://github.com/keys-pub/keys/blob/master/api/as.go I should document all this stuff.

Great question. Currently, if a key got compromised or you wanted to rotate or use new new key, you would: - Revoke the user statement (if you have access to...