cmd/age-inspect: classify unknown recipient stanzas

Reported by Joe Doyle of Trail of Bits.
This commit is contained in:
Filippo Valsorda
2026-08-29 19:30:10 +02:00
parent ec60cb56b4
commit 88299a50e4
3 changed files with 41 additions and 7 deletions
+3
View File
@@ -101,6 +101,9 @@ func main() {
case "no":
fmt.Printf("This file does NOT use post-quantum encryption.\n")
fmt.Printf("\n")
case "unknown":
fmt.Printf("It is unknown whether this file uses post-quantum encryption.\n")
fmt.Printf("\n")
}
fmt.Printf("Size breakdown (assuming it decrypts successfully):\n")
fmt.Printf("\n")