Home GnuPG
Diffusion GPGME 7f9e0ca57b29

core: New export mode to export as OpenSSH public key.

Description

core: New export mode to export as OpenSSH public key.

* src/gpgme.h.in (GPGME_EXPORT_MODE_SSH): New.
* src/export.c (export_ext_start): Allow for new mode.
* src/engine-gpg.c (export_common): Implement.
* tests/run-export.c (status_cb): New.
(main): New options --status and --ssh.
  • GnuPG-bug-id: T4310
  • Signed-off-by: Werner Koch <wk@gnupg.org>

Details

Provenance
wernerAuthored on Jul 16 2020, 12:00 PM
Parents
rM858909168298: core: Deprecate the non-working trustlist functions.
Branches
Unknown
Tags
Unknown
Tasks
T4310: GPGME: Add ssh export mode