Why gpg –sign-key only signs the Public Primary Keypair and not the Subordinates Public Keypairs?

Suppose that Alice gives her public key to Bob. The public key contains:

1 primary public key
and
2 subordinates public keys.

When Bob run: gpg –list-sigs
it shows that the primary key and both subordinates keys are self-signed by Ali… Continue reading Why gpg –sign-key only signs the Public Primary Keypair and not the Subordinates Public Keypairs?

Is it possible for me to somehow verify that the PGP message blob I just generated contains what I intended for it to contain?

I have this text:

Would you mind stopping by the local store and buy some baking soda for tomorrow, Betty-Sue?

Betty-Sue has given me her public PGP key, which I have imported and now use to encrypt the text to a PGP message block.

Alr… Continue reading Is it possible for me to somehow verify that the PGP message blob I just generated contains what I intended for it to contain?