aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-9/+19
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-9/+20
2017-03-29gpg: Export ring trust packets in backup mode.Werner Koch1-1/+4
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-9/+9
2017-03-03gpg: Add new variables to the import and export filters.Werner Koch1-1/+1
2017-03-01gpg: Make --export-options work with --export-secret-keys.Werner Koch1-15/+16
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-14gpg: Make --export-ssh-key work for the primary key.Werner Koch1-0/+42
2017-01-23gpg: New export and import options "backup" and "restore".Werner Koch1-3/+18
2017-01-17gpg: Clean bogus subkey binding when cleaning a key.Werner Koch1-0/+1
2016-12-05gpg: New option --quick-set-expire.Werner Koch1-3/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-05gpg: New export filter drop-subkey.Werner Koch1-0/+53
2016-09-05gpg: Use a common filter_getval for import and export.Werner Koch1-32/+1
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-12gpg: Extend import-option import-export to print PKA or DANE.Werner Koch1-55/+95
2016-07-12gpg: Move a function from import.c to export.c.Werner Koch1-0/+57
2016-07-07gpg: Add export options "export-pka" and "export-dane".Werner Koch1-13/+164
2016-07-07gpg: Split a too large export function.Werner Koch1-271/+290
2016-07-01gpg: New option --export-filterWerner Koch1-0/+126
2016-06-30g10: Fix memory leak.Justus Winter1-0/+9