From 47deb766c0a11c54d122197531279677545459af Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 15 Jul 2024 19:13:58 +0200 Subject: Only revoke weak RSA keys for now, add 'next' and 'future' levels Algorithms not in the next level give a warning, algorithms in not in the future level introduce an audit message for the --audit flag. next: >=rsa2048,ed25519,ed448,nistp256,nistp384,nistp512 future: >=rsa3072,ed25519,ed448 LP: #2073126 --- doc/examples/configure-index | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 6bcf8e354..72ce1fe3a 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -776,6 +776,8 @@ apt::key::masterkeyring ""; apt::key::archivekeyringuri ""; apt::key::net-update-enabled ""; apt::key::assert-pubkey-algo ""; +apt::key::assert-pubkey-algo::next ""; +apt::key::assert-pubkey-algo::future ""; apt::ftparchive::release::patterns ""; apt::ftparchive::release::validtime ""; -- cgit v1.2.3-70-g09d2