udf2457
udf2457
As per #2279, suggestion for SSE-C support. Note on implementation detail: I left it as an excercise for the user to provide the base64-encoded 128-bit MD5 digest of the encryption...
My understanding is that a present pgbackrest only supports SSE-S3 and SSE-KMS modes of encryption. Please add support for SSE-C mode whereby the key can be provided client-side, i.e. by...
It would be great if you could implement high-level functions to support McCallum-Relyea exchange (as used in Clevis/Tang). I started trying to mock-up something myself using Go's stdlib, but unfortunately...
By way of backround, this request is based on my reading about Meta Anonymous Credential Service which they recently open-sourced (unfortunately in C !) https://github.com/facebookresearch/acs. Anyways ... TL;DR, the curious...
At present, `rekor-cli --help` says: `--format format Command output format (default default)` Which is unhelpful, it should give a terse list of format options.
I'm integrating `go-tuf` with a thin wrapper so I can use it with a Yubikey. For that I need to use a few of the functions from repo, one of...
The [doc page for bazel](https://grpc.io/blog/bazel-rules-protobuf/) is nice, but it needs updating from two perspectives: 1. `WORKSPACE` is now considered legacy, and `bazel` is now recommending `bzlmod`, i.e. `MODULE.bazel`. The docs...
### What version of gazelle are you using? 0.35.0 ### What version of rules_go are you using? 0.45.1 (I have also re-tested against 0.46.0, the error persists) ### What version...
Maybe I'm missing something, but I can't seem to find an option to define e.g. `-s -w -buildmode=pie` globally at the root of a project, and preferablt on a per-arch...
There does not appear to be a quiet flag for `cosign` which means its not possible to silence extraneous output when using `cosign` in scripts, for example `cosign verify-blob` outputs...