aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Change the API for checksum to use const qualifier.NIIBE Yutaka2020-11-022-2/+2
* gpg: Fix counting buffer size in check_signature2.NIIBE Yutaka2020-11-021-1/+1
* gpg: Fix SOS handling with libgcrypt version <= 1.8.NIIBE Yutaka2020-10-301-0/+19
* gpg: Fix first zero-byte case for SOS handling.NIIBE Yutaka2020-10-302-2/+2
* gpg: New command --quick-revoke-sigWerner Koch2020-10-286-9/+277
* gpg: Sort the signatures in standard key listings.Werner Koch2020-10-276-142/+239
* g10: Make call to agent_scd_serialno more robust.Werner Koch2020-10-262-5/+6
* g10,sm: Use gnupg_access at two more placesWerner Koch2020-10-261-1/+1
* gpg: Fix double free on error.NIIBE Yutaka2020-10-261-1/+2
* gpg,tools: Fix detecting OpenPGP card by serialno.NIIBE Yutaka2020-10-261-4/+5
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-206-11/+11
* Replace most calls to open by a new wrapper.Werner Koch2020-10-202-6/+6
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-204-11/+11
* Replace all calls to access by gnupg_accessWerner Koch2020-10-206-20/+26
* gpg,ecc: Fix SOS handling when receiving from agent.NIIBE Yutaka2020-10-091-1/+16
* gpg: Switch to ed25519+cv25519 as default algo.Werner Koch2020-10-051-28/+29
* gpg: Fix parameter parsing form ed448.Werner Koch2020-10-021-1/+1
* gpg: New experimental import option "bulk-import"Werner Koch2020-09-243-4/+40
* keyboxd: Implement multiple search descriptions.Werner Koch2020-09-241-83/+103
* gpg: Set the found-by flags in the keyblock in keyboxd mode.Werner Koch2020-09-222-8/+34
* doc: Some documentation updates.Werner Koch2020-09-211-1/+1
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-181-3/+3
* gpg,scd: Fix handling of KDF feature.NIIBE Yutaka2020-09-161-2/+2
* keyboxd: Use D-lines instead of a separate thread.Werner Koch2020-09-101-1/+1
* keyboxd: Add options --openpgp and --x509 to SEARCH.Werner Koch2020-09-101-15/+15
* kbx: Change X.509 S/N search definition.Werner Koch2020-09-091-8/+4
* gpg,tools: Add handling of supported algorithms by a card.NIIBE Yutaka2020-09-082-0/+25
* gpg: Initialize a parameter to silence valgrind.Werner Koch2020-09-042-2/+3
* gpg: Fix segv importing certain keys.Werner Koch2020-09-021-2/+5
* keyboxd: Restructure client access code.Werner Koch2020-09-023-436/+28
* Use only one copy of the warn_server_mismatch function.Werner Koch2020-09-015-103/+55
* gpg: Remove left over debug output from recent change.Werner Koch2020-08-251-2/+0
* gpg: Collapse duplicate subkeys.Werner Koch2020-08-255-4/+133
* Add a new dist signing keyWerner Koch2020-08-241-0/+0
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* gpg,gpgsm: Record the creation time of a private key.Werner Koch2020-08-194-9/+32
* gpg: Fix condition of string_to_aead_algo.NIIBE Yutaka2020-08-191-1/+1
* Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch2020-08-141-2/+15
* gpg: Ignore personal_digest_prefs for ECDSA keys.Werner Koch2020-08-131-3/+7
* gpg: Fix trustdb for v5key.NIIBE Yutaka2020-08-074-31/+89
* gpg: Fix short key ID for v5key.NIIBE Yutaka2020-08-072-3/+8
* build: Remove expired key of David Shaw from distsigkey.gpg.Werner Koch2020-08-061-0/+0
* gpg: Add level 16 to --gen-randomWerner Koch2020-08-051-32/+45
* gpg: Do not close stdout after --export-ssh-keyWerner Koch2020-07-161-2/+3
* gpg: Reword warning about decryption w/o using a non-encrypt key.Werner Koch2020-07-141-2/+3
* gpg: For decryption, support use of a key with no 'encrypt' usage.NIIBE Yutaka2020-07-101-5/+9
* gpg: Print a note if no args are given to --delete-keyWerner Koch2020-07-091-1/+4
* Do not use the pinentry's qualitybarWerner Koch2020-07-081-1/+1
* gpg: Use integrated passphrase repeat entry also for -c.Werner Koch2020-07-083-7/+33
* gpg: Fix flaw in symmetric algorithm selection in mixed mode.Werner Koch2020-07-073-18/+10