ueno / ruby-gpgme

a ruby interface to GnuPG Made Easy (GPGME).
GNU Lesser General Public License v2.1
232 stars 99 forks source link

Import keys from a public key server #87

Open lhagemann opened 7 years ago

lhagemann commented 7 years ago

As a user of the GPGME gem, I want to be able to import public keys from a public key server into my key ring in order to be able to add that key as a recipient for an encrypted message.

This would entail exposing the gpgme_op_import_keys C function which imports keys from a keyserver.