aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-16gpg: Remove unused variable.Werner Koch1-3/+0
2024-10-08common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka1-2/+2
2024-07-22export_secret_ssh_key: Avoid memory leak.Jakub Jelen1-1/+1
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-04-05gpg: Support dual keygrips.Werner Koch1-0/+5
2024-03-04gpg: Prepare for a new export option export-realclean.Werner Koch1-4/+5
2023-09-26Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka1-10/+10
2023-07-05gpg: Use gnupg_fd_t for open_outfile.NIIBE Yutaka1-1/+1
2022-12-16gpg: Do not continue the export after a cancel for the primary key.Werner Koch1-1/+10
2022-12-06wkd: Do not send/install/mirror expired user ids.Werner Koch1-2/+2
2022-12-02gpg: New export option "mode1003".Werner Koch1-6/+196
2022-12-02gpg: Remove a mostly duplicated function.Werner Koch1-79/+34
2022-11-28gpg: New export-filter export-revocsWerner Koch1-6/+118
2022-05-28gpg: Setup the 'usage' filter property for export.Werner Koch1-0/+6
2021-12-20gpg: Add unfinished code for --export-secret-ssh-key.Werner Koch1-35/+434
2021-11-24gpg: Fix key conversion for SSH.NIIBE Yutaka1-5/+6
2021-03-22gpg: Support exporting Ed448 SSH key.NIIBE Yutaka1-4/+8
2021-03-22gpg: Fix exporting SSH key.NIIBE Yutaka1-6/+11
2021-02-02gpg: Remove support for PKA.Werner Koch1-47/+19
2021-02-02gpg: Remove experimental feature to export w/o user-ids.Werner Koch1-18/+1
2020-11-26gpg: Report an error for receiving key from agent.NIIBE Yutaka1-0/+1
2020-11-09gpg: Fix SOS handling when exporting SSH key with libgcrypt 1.8.NIIBE Yutaka1-10/+35
2020-10-30gpg: Fix first zero-byte case for SOS handling.NIIBE Yutaka1-1/+1
2020-10-09gpg,ecc: Fix SOS handling when receiving from agent.NIIBE Yutaka1-1/+16
2020-07-16gpg: Do not close stdout after --export-ssh-keyWerner Koch1-2/+3
2020-06-24gpg,agent: Support Ed448 signing.NIIBE Yutaka1-0/+2
2020-06-09gpg,ecc: Handle external representation as SOS with opaque MPI.NIIBE Yutaka1-14/+12
2020-03-13gpg: Add property "fpr" for use by --export-filter.Werner Koch1-1/+51
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch1-2/+2
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-1/+1
2019-08-22gpg: Factor export_ssh_key.NIIBE Yutaka1-90/+100
2019-07-04gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch1-3/+3
2019-05-27gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch1-2/+2
2019-05-15gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor1-1/+4
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-18/+0
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-3/+13
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-10-02gpg: New options import-drop-uids and export-drop-uids.Werner Koch1-4/+25
2018-07-09gpg: Let export-clean remove expired subkeys.Werner Koch1-4/+7
2018-07-09gpg: Split key cleaning function for clarity.Werner Koch1-2/+6
2018-07-06gpg: Move key cleaning functions to a separate file.Werner Koch1-0/+2
2017-12-13gpg: Return an error from hexfingerprint on malloc error.Werner Koch1-0/+5
2017-08-01Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann1-1/+1
2017-08-01g10: Always save standard revocation certificate in file.Marcus Brinkmann1-1/+1
2017-07-24g10: Make sure to emit NEED_PASSPHRASE on --export-secret-key.Marcus Brinkmann1-1/+2
2017-04-17g10: Minor fixes.NIIBE Yutaka1-2/+2
2017-04-11g10: Minor clean up for export.c.NIIBE Yutaka1-19/+16
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch1-1/+1