Re: Retrieving signature from message that was encrypted and signed in one step

2005-04-18 Thread Patrick Chkoreff
On Apr 18, 2005, at 8:10 PM, Atom Smasher wrote: for now, the only way to do it is to extract the session key from the message (--show-session-key) and send that along with the encrypted message to your 3rd party. they can use "--override-session-key" to decrypt the message and verify the signat

Re: Retrieving signature from message that was encrypted and signed in one step

2005-04-18 Thread Atom Smasher
On Mon, 18 Apr 2005, Patrick Chkoreff wrote: I have a message that was encrypted and signed in one step. When I decrypt it, I can read the message and see that the signature is valid. So far so good. I would now like to relay this message to a third party so he can verify the signature too. B

Retrieving signature from message that was encrypted and signed in one step

2005-04-18 Thread Patrick Chkoreff
I have a message that was encrypted and signed in one step. When I decrypt it, I can read the message and see that the signature is valid. So far so good. I would now like to relay this message to a third party so he can verify the signature too. But as far as I know, GPG has no way to do t