Gary Belvin

Results 38 issues of Gary Belvin

Hi, I'd love to sync up the VRF implementation we have over at google/keytransparency with the standard, but this is blocked on having test vectors to work with. Any estimate...

#### Name of feature: #### Pain or issue this feature alleviates: #### Why is this important to the project (if not answered above): This PR enables support for RSA keys...

URL: `https://ci.keytransparency.dev/v1/directories/default` This should return a proto that contains the public keys

Goal: support large backfills and migrations without interrupting live user traffic. Current state: 1) The sequencer just happens to read from lower numbered logIDs completely before advancing to read anything...

Help clients know whether they have a `recent` epoch revision by creating a new epoch every x hours/minutes/seconds, even if no mutations have been received.

security

The current batching control uses a `min_batch` size to prevent overly small batches. This can result in queue items that take longer than needed before being incorporated into a batch....

help wanted

`core/client` currently operates as if it was the end client of the keyserver and consumes proofs. It would be nice to have a client that both verified proofs and passed...

Replace `MinInterval` with a server controlled retry delay. This will allow the server to dynamically and organically rate limit traffic when the server is under load and the queue of...

enhancement