| Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-24 | Add a new dist signing key | Werner Koch | 1 | -0/+0 |
2020-08-20 | build: New configure option --disable-tests | Werner Koch | 1 | -0/+4 |
2020-08-19 | gpg,gpgsm: Record the creation time of a private key. | Werner Koch | 4 | -9/+32 |
2020-08-19 | gpg: Fix condition of string_to_aead_algo. | NIIBE Yutaka | 1 | -1/+1 |
2020-08-14 | Add --chuid to gpg, gpg-card, and gpg-connect-agent. | Werner Koch | 1 | -2/+15 |
2020-08-13 | gpg: Ignore personal_digest_prefs for ECDSA keys. | Werner Koch | 1 | -3/+7 |
2020-08-07 | gpg: Fix trustdb for v5key. | NIIBE Yutaka | 4 | -31/+89 |
2020-08-07 | gpg: Fix short key ID for v5key. | NIIBE Yutaka | 2 | -3/+8 |
2020-08-06 | build: Remove expired key of David Shaw from distsigkey.gpg. | Werner Koch | 1 | -0/+0 |
2020-08-05 | gpg: Add level 16 to --gen-random | Werner Koch | 1 | -32/+45 |
2020-07-16 | gpg: Do not close stdout after --export-ssh-key | Werner Koch | 1 | -2/+3 |
2020-07-14 | gpg: Reword warning about decryption w/o using a non-encrypt key. | Werner Koch | 1 | -2/+3 |
2020-07-10 | gpg: For decryption, support use of a key with no 'encrypt' usage. | NIIBE Yutaka | 1 | -5/+9 |
2020-07-09 | gpg: Print a note if no args are given to --delete-key | Werner Koch | 1 | -1/+4 |
2020-07-08 | Do not use the pinentry's qualitybar | Werner Koch | 1 | -1/+1 |
2020-07-08 | gpg: Use integrated passphrase repeat entry also for -c. | Werner Koch | 3 | -7/+33 |
2020-07-07 | gpg: Fix flaw in symmetric algorithm selection in mixed mode. | Werner Koch | 3 | -18/+10 |
2020-07-03 | sm: Exclude rsaPSS from de-vs compliance mode. | Werner Koch | 6 | -11/+12 |
2020-06-30 | ecc: Support Ed448/X448 key generation. | NIIBE Yutaka | 1 | -2/+5 |
2020-06-24 | gpg,agent: Support Ed448 signing. | NIIBE Yutaka | 4 | -93/+128 |
2020-06-23 | ecc: Use "cv448" to specify key using X448. | NIIBE Yutaka | 3 | -6/+7 |
2020-06-09 | gpg: Fix for new SOS changes when used with Libgcrypt < 1.8.6. | Werner Koch | 1 | -0/+27 |
2020-06-09 | gpg: Extend the TRUST_ status lines. | Werner Koch | 1 | -11/+31 |
2020-06-09 | gpg: Use bytes for ECDH. | NIIBE Yutaka | 4 | -60/+64 |
2020-06-09 | gpg: Add X448 support. | NIIBE Yutaka | 2 | -2/+41 |
2020-06-09 | gpg,ecc: Handle external representation as SOS with opaque MPI. | NIIBE Yutaka | 9 | -59/+316 |
2020-06-08 | gpg: If possible TRUST values now depend on signer's UID or --sender. | Werner Koch | 5 | -44/+178 |
2020-06-08 | doc: Minor code comment fixes. | Werner Koch | 6 | -6/+10 |
2020-06-03 | gpg: Improve generation of keys stored on card (brainpool,cv25519). | Werner Koch | 1 | -28/+48 |
2020-05-22 | gpg: Clean up ECDH code path (5). | NIIBE Yutaka | 3 | -117/+136 |
2020-05-22 | gpg: Clean up ECDH code path (4). | NIIBE Yutaka | 1 | -167/+186 |
2020-05-22 | gpg: Clean up ECDH code path (3). | NIIBE Yutaka | 1 | -36/+52 |
2020-05-22 | gpg: Clean up ECDH code path (2). | NIIBE Yutaka | 1 | -65/+72 |
2020-05-22 | gpg: Clean up ECDH code path (1). | NIIBE Yutaka | 1 | -49/+61 |
2020-05-04 | doc: Typo fixes in code comments | Werner Koch | 1 | -2/+2 |
2020-04-16 | gpg: Make AEAD modes subject to compliance checks. | Werner Koch | 1 | -10/+13 |
2020-04-15 | indent: Some typo and indentation changes for gpg. | Werner Koch | 4 | -14/+16 |