diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-07 22:16:35 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-07 22:16:35 +0100 |
commit | 2134d31be55dfbfd05fc2393bd0bc9cc5ee4b4a7 (patch) | |
tree | 613465607488a1d82db13b59ded0bcbf53afa2f2 | |
parent | 6dc180f11fe0db8c2fd3222b144d75ceb3978478 (diff) |
added meeting minutes
-rw-r--r-- | archive/2021-12-07--meeting-minutes | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/archive/2021-12-07--meeting-minutes b/archive/2021-12-07--meeting-minutes new file mode 100644 index 0000000..913d92a --- /dev/null +++ b/archive/2021-12-07--meeting-minutes @@ -0,0 +1,38 @@ +Date: 2021-12-07 1200 UTC +Meet: https://meet.sigsum.org/sigsum +Chair: rgdd + +Agenda + * Hello + * Status round + * Decisions + * Next steps + +Hello + * rgdd + * ln5 + +Status round + * [rgdd] implemented open-ended shard interval + * https://git.sigsum.org/sigsum/commit/?id=4ea13eb1ceee1610d9044965c1a90b6d5443518b + * sigsum-log-go @ tag v0.3.2 + * [ln5] deployed v0.3.2 as new shard "glass-frog" + * [ln5] made some progress on SSH signing format + * it appears that ssh uses ed25519 without prehashing the ssh struct + * ssh-keygen -Y only implements SHA512 for H(message), spec says SHA256 is supported + * need: verify the above by signing with ssh-keygen, verify manually in python nacl + +Decisions + * None + +Next steps + * [rgdd] fix work packages + * [ln5] SSH signing format (continued) + * [ln5] sysadmin work, onboarding of new sysadmin + +Other useful links + * RFCs that are relevant for the ssh signing format proposal + * https://datatracker.ietf.org/doc/html/rfc8709 + * https://datatracker.ietf.org/doc/html/rfc8032 + * GitHub adds support for sigstore's cosign tool + * https://github.blog/2021-12-06-safeguard-container-signing-capability-actions/ |