| Commit message (Expand) | Author | Age | Files | Lines |
* | gpg: Change the API for checksum to use const qualifier. | NIIBE Yutaka | 2020-11-02 | 2 | -2/+2 |
* | gpg: Fix counting buffer size in check_signature2. | NIIBE Yutaka | 2020-11-02 | 1 | -1/+1 |
* | gpg: Fix SOS handling with libgcrypt version <= 1.8. | NIIBE Yutaka | 2020-10-30 | 1 | -0/+19 |
* | gpg: Fix first zero-byte case for SOS handling. | NIIBE Yutaka | 2020-10-30 | 2 | -2/+2 |
* | gpg: New command --quick-revoke-sig | Werner Koch | 2020-10-28 | 6 | -9/+277 |
* | gpg: Sort the signatures in standard key listings. | Werner Koch | 2020-10-27 | 6 | -142/+239 |
* | g10: Make call to agent_scd_serialno more robust. | Werner Koch | 2020-10-26 | 2 | -5/+6 |
* | g10,sm: Use gnupg_access at two more places | Werner Koch | 2020-10-26 | 1 | -1/+1 |
* | gpg: Fix double free on error. | NIIBE Yutaka | 2020-10-26 | 1 | -1/+2 |
* | gpg,tools: Fix detecting OpenPGP card by serialno. | NIIBE Yutaka | 2020-10-26 | 1 | -4/+5 |
* | Replace all calls to stat by gnupg_stat. | Werner Koch | 2020-10-20 | 6 | -11/+11 |
* | Replace most calls to open by a new wrapper. | Werner Koch | 2020-10-20 | 2 | -6/+6 |
* | Replace most of the remaining stdio calls by estream calls. | Werner Koch | 2020-10-20 | 4 | -11/+11 |
* | Replace all calls to access by gnupg_access | Werner Koch | 2020-10-20 | 6 | -20/+26 |
* | gpg,ecc: Fix SOS handling when receiving from agent. | NIIBE Yutaka | 2020-10-09 | 1 | -1/+16 |
* | gpg: Switch to ed25519+cv25519 as default algo. | Werner Koch | 2020-10-05 | 1 | -28/+29 |
* | gpg: Fix parameter parsing form ed448. | Werner Koch | 2020-10-02 | 1 | -1/+1 |
* | gpg: New experimental import option "bulk-import" | Werner Koch | 2020-09-24 | 3 | -4/+40 |
* | keyboxd: Implement multiple search descriptions. | Werner Koch | 2020-09-24 | 1 | -83/+103 |
* | gpg: Set the found-by flags in the keyblock in keyboxd mode. | Werner Koch | 2020-09-22 | 2 | -8/+34 |
* | doc: Some documentation updates. | Werner Koch | 2020-09-21 | 1 | -1/+1 |
* | common,agent,dirmngr,g10,tools: Fix split_fields API. | NIIBE Yutaka | 2020-09-18 | 1 | -3/+3 |
* | gpg,scd: Fix handling of KDF feature. | NIIBE Yutaka | 2020-09-16 | 1 | -2/+2 |
* | keyboxd: Use D-lines instead of a separate thread. | Werner Koch | 2020-09-10 | 1 | -1/+1 |
* | keyboxd: Add options --openpgp and --x509 to SEARCH. | Werner Koch | 2020-09-10 | 1 | -15/+15 |
* | kbx: Change X.509 S/N search definition. | Werner Koch | 2020-09-09 | 1 | -8/+4 |
* | gpg,tools: Add handling of supported algorithms by a card. | NIIBE Yutaka | 2020-09-08 | 2 | -0/+25 |
* | gpg: Initialize a parameter to silence valgrind. | Werner Koch | 2020-09-04 | 2 | -2/+3 |
* | gpg: Fix segv importing certain keys. | Werner Koch | 2020-09-02 | 1 | -2/+5 |
* | keyboxd: Restructure client access code. | Werner Koch | 2020-09-02 | 3 | -436/+28 |
* | Use only one copy of the warn_server_mismatch function. | Werner Koch | 2020-09-01 | 5 | -103/+55 |
* | gpg: Remove left over debug output from recent change. | Werner Koch | 2020-08-25 | 1 | -2/+0 |
* | gpg: Collapse duplicate subkeys. | Werner Koch | 2020-08-25 | 5 | -4/+133 |
* | Add a new dist signing key | Werner Koch | 2020-08-24 | 1 | -0/+0 |
* | build: New configure option --disable-tests | Werner Koch | 2020-08-20 | 1 | -0/+4 |
* | gpg,gpgsm: Record the creation time of a private key. | Werner Koch | 2020-08-19 | 4 | -9/+32 |
* | gpg: Fix condition of string_to_aead_algo. | NIIBE Yutaka | 2020-08-19 | 1 | -1/+1 |
* | Add --chuid to gpg, gpg-card, and gpg-connect-agent. | Werner Koch | 2020-08-14 | 1 | -2/+15 |
* | gpg: Ignore personal_digest_prefs for ECDSA keys. | Werner Koch | 2020-08-13 | 1 | -3/+7 |
* | gpg: Fix trustdb for v5key. | NIIBE Yutaka | 2020-08-07 | 4 | -31/+89 |
* | gpg: Fix short key ID for v5key. | NIIBE Yutaka | 2020-08-07 | 2 | -3/+8 |
* | build: Remove expired key of David Shaw from distsigkey.gpg. | Werner Koch | 2020-08-06 | 1 | -0/+0 |
* | gpg: Add level 16 to --gen-random | Werner Koch | 2020-08-05 | 1 | -32/+45 |
* | gpg: Do not close stdout after --export-ssh-key | Werner Koch | 2020-07-16 | 1 | -2/+3 |
* | gpg: Reword warning about decryption w/o using a non-encrypt key. | Werner Koch | 2020-07-14 | 1 | -2/+3 |
* | gpg: For decryption, support use of a key with no 'encrypt' usage. | NIIBE Yutaka | 2020-07-10 | 1 | -5/+9 |
* | gpg: Print a note if no args are given to --delete-key | Werner Koch | 2020-07-09 | 1 | -1/+4 |
* | Do not use the pinentry's qualitybar | Werner Koch | 2020-07-08 | 1 | -1/+1 |
* | gpg: Use integrated passphrase repeat entry also for -c. | Werner Koch | 2020-07-08 | 3 | -7/+33 |
* | gpg: Fix flaw in symmetric algorithm selection in mixed mode. | Werner Koch | 2020-07-07 | 3 | -18/+10 |