-
Looks like there's no builtin command for removing a log?
```
$ witnessctl --help
Usage: witnessctl [options]
Commands:
add-log -db -origin -key
add-sigsum-log -db -key
list…
-
It would be useful for test vectors for checkpoints, with both log signatures and witness cosignatures.
In my implementation, the below appears to be a valid checkpoint for a log with public Ed2551…
-
https://git.glasklar.is/sigsum/core/sigsum-go
Library and command-line utilities in Go
https://git.glasklar.is/sigsum/core/sigsum-go/-/blob/main/doc/tools.md
- sigsum-key
- sigsum-submit
- …
-
This is blocked on persisting identities in clients and server.
Currently registration associates a name with an identity key. Reregristration overwrites a previous one.
https://soatok.blog/2020…
-
### Feature Overview
Define package name convention for [go datasource](https://docs.renovatebot.com/modules/datasource/go/).
### Why is the feature needed?
To update `go_install` and `go_bui…
-
As requested in https://github.com/phar-io/phive/issues/292#issuecomment-1470137500:
## Download
```
wget https://github.com/maglnet/ComposerRequireChecker/releases/download/2.1.0/composer-requir…
-
The usecase I have is atomic create of a file (with contents): I (i) want the file to appear at the given name only after it has been successfully written and synced to disk, but (ii) if some file wit…
-
I'm running cmd/litebastion at v0.1.1.
My DNS setup is as follows:
- litebastion.testonly.rgdd.se -> bastion-02.testonly.rgdd.se (CNAME)
- bastion-02.testonly.rgdd.se -> 155.4.244.58 (A)
…
rgdd updated
5 months ago
-
### `brew doctor` output
```console
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
work…
-
At some point in the future, we should migrate to using post-quantum cryptography.
This means the following:
1. A new version of SigSum that uses Ed25519 + PQ Signatures.
2. Support for hybrid …