aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Ed448 and X448 are only for v5.NIIBE Yutaka2021-04-081-3/+23
* Release GnuPG 2.3.0gnupg-2.3.0Werner Koch2021-04-071-1/+1
* gpgconf: Return a new pseudo option compliance_de_vs.Werner Koch2021-04-011-0/+8
* gpg: Allow ECDH with a smartcard returning just the x-ccordinate.Werner Koch2021-03-291-7/+16
* gpg: No warning in quiet mode for S2K mode 0.Werner Koch2021-03-241-1/+2
* gpg: Fix v5 signature for clearsign.NIIBE Yutaka2021-03-241-2/+18
* gpg: Support ECDH with v5 key.NIIBE Yutaka2021-03-243-10/+10
* gpg: Support exporting Ed448 SSH key.NIIBE Yutaka2021-03-221-4/+8
* gpg: Fix exporting SSH key.NIIBE Yutaka2021-03-221-6/+11
* gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655Werner Koch2021-03-153-3/+10
* gpg: Fix compute_fingerprint for ECC with SOS.NIIBE Yutaka2021-03-121-1/+16
* gpg: New option --force-sign-keyWerner Koch2021-03-113-5/+12
* gpg: Add new command keytotpm to convert a private key to TPM formatJames Bottomley2021-03-103-1/+69
* w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch2021-03-081-6/+14
* w32: Always use Unicode for console input and output.Werner Koch2021-03-051-2/+12
* gpg: Prepare for globing with UTF-8.Werner Koch2021-03-041-4/+4
* gpg: Keep temp files when opening images via xdg-openNicolas Fella via Gnupg-devel2021-03-011-1/+5
* gpg: Do not allow old cipher algorithms for encryption.Werner Koch2021-02-105-11/+75
* gpg: Fix selection of key.NIIBE Yutaka2021-02-051-1/+3
* gpg: Remove support for PKA.Werner Koch2021-02-0215-430/+23
* gpg: Remove more or less useless tool gpgcompose.Werner Koch2021-02-022-3128/+0
* gpg: Remove experimental feature to export w/o user-ids.Werner Koch2021-02-023-74/+7
* Include the library version in the compliance checks.Werner Koch2021-01-281-0/+2
* gpg: Fix ugly error message for an unknown symkey algorithm.Werner Koch2021-01-271-1/+4
* Require Libgcrypt 1.9Werner Koch2021-01-191-8/+2
* gpg: New AKL method "ntds"Werner Koch2020-12-176-0/+68
* dirmngr: Store all version 2 schema attributes.Werner Koch2020-12-151-0/+3
* dirmngr: Do not store the useless pgpSignerID in the LDAP.Werner Koch2020-12-141-15/+0
* gpg: Make quick-gen-key with algo "card" work for keys without keytimeIngo Klöcker2020-12-071-6/+4
* gpg,card: Allow no version information of Yubikey.NIIBE Yutaka2020-12-071-1/+2
* gpg: Report an error for receiving key from agent.NIIBE Yutaka2020-11-261-0/+1
* gpg: Change API of agent_scd_serialno.NIIBE Yutaka2020-11-203-21/+13
* Fix the previous comment changes help doc string.NIIBE Yutaka2020-11-201-1/+1
* gpg,agent: Fix comments for KEYPAIRINFO status report.NIIBE Yutaka2020-11-201-1/+1
* gpg: Fix --card-edit command.NIIBE Yutaka2020-11-191-1/+2
* gpg: Fix the encrypt+sign hash algo preference selection for ECDSA.Werner Koch2020-11-133-36/+58
* w32: Replace some fopen by es_fopen.Werner Koch2020-11-112-45/+6
* gpg: Fix the previous commit.NIIBE Yutaka2020-11-111-1/+3
* gpg: In batch mode, delete-secret-key is not okay without --yes.NIIBE Yutaka2020-11-101-1/+6
* gpg: Fix agent_delete_key interaction.NIIBE Yutaka2020-11-101-0/+1
* card: Run factory-reset in locked stated also in gpg-card.Werner Koch2020-11-091-2/+3
* card: Run factory-reset in locked stated.Werner Koch2020-11-092-7/+47
* gpg: Do not print rejected digest algo notes with --quiet.Werner Koch2020-11-091-1/+5
* gpg: Fix SOS handling when exporting SSH key with libgcrypt 1.8.NIIBE Yutaka2020-11-091-10/+35
* gpg: Add canceled status message.Ben Kibbey2020-11-051-1/+1
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-041-24/+6
* gpg: Switch to AES256 for symmetric encryption in de-vs mode.Werner Koch2020-11-032-4/+31
* gpg: Allow setting notations with the empty string as value.Werner Koch2020-11-022-0/+10
* gpg: Do not use weak digest algos if selected by recipient prefs.Werner Koch2020-11-024-19/+31
* gpg: Fix iteration over signaturesIngo Klöcker2020-11-021-1/+1