Re: gpgme - raw RSA operation using GPG public/private keys?

2017-07-26 Thread gnupg-user
Hello List! One more question for this topic: Am I right that secret key export is not really implemented, even though there is the GPGME_EXPORT_MODE_SECRET flag to gpgme_op_export_keys()? If this is correct: Why is there such a flag? sincerely peter Am 17/07/17 um 13:25 schrieb

gpgme - raw RSA operation using GPG public/private keys?

2017-07-10 Thread gnupg-user
Hello everybody! I am looking for a "simple" way to use a GPG public/private RSA key to do "raw" RSA operations. I have the impression, that gpgme only deals with "real" OpenPGP data structures, but this does not fit my use case. This is for an application that is currently based on openssl