| Commit message (Expand) | Author | Files | Lines |
2020-11-13 | gpg: Fix the encrypt+sign hash algo preference selection for ECDSA. | Werner Koch | 3 | -36/+58 |
2020-11-11 | w32: Replace some fopen by es_fopen. | Werner Koch | 2 | -45/+6 |
2020-11-11 | gpg: Fix the previous commit. | NIIBE Yutaka | 1 | -1/+3 |
2020-11-10 | gpg: In batch mode, delete-secret-key is not okay without --yes. | NIIBE Yutaka | 1 | -1/+6 |
2020-11-10 | gpg: Fix agent_delete_key interaction. | NIIBE Yutaka | 1 | -0/+1 |
2020-11-09 | card: Run factory-reset in locked stated also in gpg-card. | Werner Koch | 1 | -2/+3 |
2020-11-09 | card: Run factory-reset in locked stated. | Werner Koch | 2 | -7/+47 |
2020-11-09 | gpg: Do not print rejected digest algo notes with --quiet. | Werner Koch | 1 | -1/+5 |
2020-11-09 | gpg: Fix SOS handling when exporting SSH key with libgcrypt 1.8. | NIIBE Yutaka | 1 | -10/+35 |
2020-11-05 | gpg: Add canceled status message. | Ben Kibbey | 1 | -1/+1 |
2020-11-04 | common: Fix duplicate implementation of try_make_homedir. | Werner Koch | 1 | -24/+6 |
2020-11-03 | gpg: Switch to AES256 for symmetric encryption in de-vs mode. | Werner Koch | 2 | -4/+31 |
2020-11-02 | gpg: Allow setting notations with the empty string as value. | Werner Koch | 2 | -0/+10 |
2020-11-02 | gpg: Do not use weak digest algos if selected by recipient prefs. | Werner Koch | 4 | -19/+31 |
2020-11-02 | gpg: Fix iteration over signatures | Ingo Klöcker | 1 | -1/+1 |
2020-11-02 | gpg: Fix debug output for key_check_all_keysigs with opaque MPI. | NIIBE Yutaka | 1 | -3/+13 |
2020-11-02 | gpg: Fix check_signature2 for opaque MPI. | NIIBE Yutaka | 1 | -2/+21 |
2020-11-02 | gpg: Change the API for checksum to use const qualifier. | NIIBE Yutaka | 2 | -2/+2 |
2020-11-02 | gpg: Fix counting buffer size in check_signature2. | NIIBE Yutaka | 1 | -1/+1 |
2020-10-30 | gpg: Fix SOS handling with libgcrypt version <= 1.8. | NIIBE Yutaka | 1 | -0/+19 |
2020-10-30 | gpg: Fix first zero-byte case for SOS handling. | NIIBE Yutaka | 2 | -2/+2 |
2020-10-28 | gpg: New command --quick-revoke-sig | Werner Koch | 6 | -9/+277 |
2020-10-27 | gpg: Sort the signatures in standard key listings. | Werner Koch | 6 | -142/+239 |
2020-10-26 | g10: Make call to agent_scd_serialno more robust. | Werner Koch | 2 | -5/+6 |
2020-10-26 | g10,sm: Use gnupg_access at two more places | Werner Koch | 1 | -1/+1 |
2020-10-26 | gpg: Fix double free on error. | NIIBE Yutaka | 1 | -1/+2 |
2020-10-26 | gpg,tools: Fix detecting OpenPGP card by serialno. | NIIBE Yutaka | 1 | -4/+5 |
2020-10-20 | Replace all calls to stat by gnupg_stat. | Werner Koch | 6 | -11/+11 |
2020-10-20 | Replace most calls to open by a new wrapper. | Werner Koch | 2 | -6/+6 |
2020-10-20 | Replace most of the remaining stdio calls by estream calls. | Werner Koch | 4 | -11/+11 |
2020-10-20 | Replace all calls to access by gnupg_access | Werner Koch | 6 | -20/+26 |
2020-10-09 | gpg,ecc: Fix SOS handling when receiving from agent. | NIIBE Yutaka | 1 | -1/+16 |
2020-10-05 | gpg: Switch to ed25519+cv25519 as default algo. | Werner Koch | 1 | -28/+29 |
2020-10-02 | gpg: Fix parameter parsing form ed448. | Werner Koch | 1 | -1/+1 |
2020-09-24 | gpg: New experimental import option "bulk-import" | Werner Koch | 3 | -4/+40 |
2020-09-24 | keyboxd: Implement multiple search descriptions. | Werner Koch | 1 | -83/+103 |
2020-09-22 | gpg: Set the found-by flags in the keyblock in keyboxd mode. | Werner Koch | 2 | -8/+34 |
2020-09-21 | doc: Some documentation updates. | Werner Koch | 1 | -1/+1 |
2020-09-18 | common,agent,dirmngr,g10,tools: Fix split_fields API. | NIIBE Yutaka | 1 | -3/+3 |
2020-09-16 | gpg,scd: Fix handling of KDF feature. | NIIBE Yutaka | 1 | -2/+2 |
2020-09-10 | keyboxd: Use D-lines instead of a separate thread. | Werner Koch | 1 | -1/+1 |
2020-09-10 | keyboxd: Add options --openpgp and --x509 to SEARCH. | Werner Koch | 1 | -15/+15 |
2020-09-09 | kbx: Change X.509 S/N search definition. | Werner Koch | 1 | -8/+4 |
2020-09-08 | gpg,tools: Add handling of supported algorithms by a card. | NIIBE Yutaka | 2 | -0/+25 |
2020-09-04 | gpg: Initialize a parameter to silence valgrind. | Werner Koch | 2 | -2/+3 |
2020-09-02 | gpg: Fix segv importing certain keys. | Werner Koch | 1 | -2/+5 |
2020-09-02 | keyboxd: Restructure client access code. | Werner Koch | 3 | -436/+28 |
2020-09-01 | Use only one copy of the warn_server_mismatch function. | Werner Koch | 5 | -103/+55 |
2020-08-25 | gpg: Remove left over debug output from recent change. | Werner Koch | 1 | -2/+0 |
2020-08-25 | gpg: Collapse duplicate subkeys. | Werner Koch | 5 | -4/+133 |