aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-04gpg: Prepare for globing with UTF-8.Werner Koch1-4/+4
2021-03-01gpg: Keep temp files when opening images via xdg-openNicolas Fella via Gnupg-devel1-1/+5
2021-02-10gpg: Do not allow old cipher algorithms for encryption.Werner Koch5-11/+75
2021-02-05gpg: Fix selection of key.NIIBE Yutaka1-1/+3
2021-02-02gpg: Remove support for PKA.Werner Koch15-430/+23
2021-02-02gpg: Remove more or less useless tool gpgcompose.Werner Koch2-3128/+0
2021-02-02gpg: Remove experimental feature to export w/o user-ids.Werner Koch3-74/+7
2021-01-28Include the library version in the compliance checks.Werner Koch1-0/+2
2021-01-27gpg: Fix ugly error message for an unknown symkey algorithm.Werner Koch1-1/+4
2021-01-19Require Libgcrypt 1.9Werner Koch1-8/+2
2020-12-17gpg: New AKL method "ntds"Werner Koch6-0/+68
2020-12-15dirmngr: Store all version 2 schema attributes.Werner Koch1-0/+3
2020-12-14dirmngr: Do not store the useless pgpSignerID in the LDAP.Werner Koch1-15/+0
2020-12-07gpg: Make quick-gen-key with algo "card" work for keys without keytimeIngo Klöcker1-6/+4
2020-12-07gpg,card: Allow no version information of Yubikey.NIIBE Yutaka1-1/+2
2020-11-26gpg: Report an error for receiving key from agent.NIIBE Yutaka1-0/+1
2020-11-20gpg: Change API of agent_scd_serialno.NIIBE Yutaka3-21/+13
2020-11-20Fix the previous comment changes help doc string.NIIBE Yutaka1-1/+1
2020-11-20gpg,agent: Fix comments for KEYPAIRINFO status report.NIIBE Yutaka1-1/+1
2020-11-19gpg: Fix --card-edit command.NIIBE Yutaka1-1/+2
2020-11-13gpg: Fix the encrypt+sign hash algo preference selection for ECDSA.Werner Koch3-36/+58
2020-11-11w32: Replace some fopen by es_fopen.Werner Koch2-45/+6
2020-11-11gpg: Fix the previous commit.NIIBE Yutaka1-1/+3
2020-11-10gpg: In batch mode, delete-secret-key is not okay without --yes.NIIBE Yutaka1-1/+6
2020-11-10gpg: Fix agent_delete_key interaction.NIIBE Yutaka1-0/+1
2020-11-09card: Run factory-reset in locked stated also in gpg-card.Werner Koch1-2/+3
2020-11-09card: Run factory-reset in locked stated.Werner Koch2-7/+47
2020-11-09gpg: Do not print rejected digest algo notes with --quiet.Werner Koch1-1/+5
2020-11-09gpg: Fix SOS handling when exporting SSH key with libgcrypt 1.8.NIIBE Yutaka1-10/+35
2020-11-05gpg: Add canceled status message.Ben Kibbey1-1/+1
2020-11-04common: Fix duplicate implementation of try_make_homedir.Werner Koch1-24/+6
2020-11-03gpg: Switch to AES256 for symmetric encryption in de-vs mode.Werner Koch2-4/+31
2020-11-02gpg: Allow setting notations with the empty string as value.Werner Koch2-0/+10
2020-11-02gpg: Do not use weak digest algos if selected by recipient prefs.Werner Koch4-19/+31
2020-11-02gpg: Fix iteration over signaturesIngo Klöcker1-1/+1
2020-11-02gpg: Fix debug output for key_check_all_keysigs with opaque MPI.NIIBE Yutaka1-3/+13
2020-11-02gpg: Fix check_signature2 for opaque MPI.NIIBE Yutaka1-2/+21
2020-11-02gpg: Change the API for checksum to use const qualifier.NIIBE Yutaka2-2/+2
2020-11-02gpg: Fix counting buffer size in check_signature2.NIIBE Yutaka1-1/+1
2020-10-30gpg: Fix SOS handling with libgcrypt version <= 1.8.NIIBE Yutaka1-0/+19
2020-10-30gpg: Fix first zero-byte case for SOS handling.NIIBE Yutaka2-2/+2
2020-10-28gpg: New command --quick-revoke-sigWerner Koch6-9/+277
2020-10-27gpg: Sort the signatures in standard key listings.Werner Koch6-142/+239
2020-10-26g10: Make call to agent_scd_serialno more robust.Werner Koch2-5/+6
2020-10-26g10,sm: Use gnupg_access at two more placesWerner Koch1-1/+1
2020-10-26gpg: Fix double free on error.NIIBE Yutaka1-1/+2
2020-10-26gpg,tools: Fix detecting OpenPGP card by serialno.NIIBE Yutaka1-4/+5
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch6-11/+11
2020-10-20Replace most calls to open by a new wrapper.Werner Koch2-6/+6
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch4-11/+11