The attached keyring contains two keys: a normal key and a legacy key (in that
order). 'gpg2 -k', however, does not show any keys. The problem is in
keyring_get_keyblock. Basically, this function detects a new key block when it
sees a public key or a secret key packet. However, it first checks if the
packet is a legacy packet. If so, it bails. Instead, if we encounter a legacy
packet after already processing some packets, then the legacy packet is a key
boundary.
Description
Description
Related Objects
Related Objects