But what I'm trying to do is use a (signed) public key to
encrypt some data, ship it off somewhere else, and the
destination to decrypt it with the corresponding private
key. However, it doesn't seem that I'm really able to do that
using the openssl command
This is a question more to do with private/public keypair encryption and
decryption than it does with the SSL protocol..
But what I'm trying to do is use a (signed) public key to encrypt some
data, ship it off somewhere else, and the destination to decrypt it with
the corresponding privat