Page MenuHome GnuPG

`gpg --trust-model always --verify` produces incongruous warning "Using untrusted key!"
Open, Needs TriagePublic

Description

I would expect --trust-model always to mean that every key in my keyring is "trusted". But the last line of gpg output seems to contradict that:

$ gpg --homedir g --trust-model always --verify test.msg.sig test.msg
gpg: Signature made Fri 14 Mar 2025 02:00:18 PM EDT
gpg:                using EDDSA key 08E9FF71DEA7111BF836E4CE97D936B918D1B12A
gpg: Good signature from "test key" [unknown]
gpg: WARNING: Using untrusted key!
$ 

Details

Version
2.4.7

Event Timeline

This seems to be the case on 2.2.46 as well, fwiw. i don't think it's new in 2.4.7.