summaryrefslogtreecommitdiffstats
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-15sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch3-2/+87
2020-04-15regexp: Fix generation of _unicode_mapping.c.NIIBE Yutaka3-4/+15
2020-04-14sm: Support rsaPSS verification also for CMS signatures.Werner Koch3-41/+113
2020-04-09dirmngr: Support rsaPSS also in the general validate module.Werner Koch2-45/+132
2020-04-09sm,dirmngr: Support rsaPSS signature verification.Werner Koch2-60/+307
2020-04-09common: New function to map hash algo names.Werner Koch2-0/+42
2020-04-09scd:p15: Return a display S/N via Assuan.Werner Koch1-21/+54
2020-04-08gpg: ECDH: Accept longer padding.NIIBE Yutaka1-4/+1
2020-04-07scd:p15: Show a pretty PIN prompt.Werner Koch1-13/+197
2020-04-07scd: Return GPG_ERR_BAD_PIN on 0x63Cn status word.Werner Koch2-0/+4
2020-04-07scd: Factor common PIN status check out.Werner Koch5-83/+58
2020-04-07doc: Typo fix in code comment.Werner Koch1-1/+1
2020-04-07scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch3-14/+91
2020-04-06tools: Use internal regexp routines.NIIBE Yutaka1-2/+2
2020-04-03scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch1-18/+62
2020-04-03gpg,card: Use the new MANUFACTURER attribute.Werner Koch6-88/+42
2020-04-03scd:openpgp: New attribute "MANUFACTURER".Werner Koch2-0/+57
2020-04-03gpg: Add regular expression support.NIIBE Yutaka17-94/+36313
2020-04-02scd:p15: Implement do_with_keygrip and capabilities.Werner Koch1-34/+48
2020-04-02scd:p15: Rename some variables and functions for clarity.Werner Koch1-28/+28
2020-04-02scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch3-8/+17
2020-04-02scd: New command DEVINFO.NIIBE Yutaka3-62/+203
2020-04-01scd:p15: Cache the PIN.Werner Koch1-0/+8
2020-04-01scd:p15: Run a keygrip_from_prkdf before verify_pinWerner Koch1-9/+18
2020-04-01scd:p15: Support decryption with CardOS 5 cards.Werner Koch1-2/+100
2020-04-01scd:p15: Factor PIN verification out to a new function.Werner Koch1-192/+224
2020-04-01sm: Fix a warning in an es_fopencooie function.Werner Koch1-0/+4
2020-03-31scd:p15: Support signing with CardOS 5 cards.Werner Koch8-98/+368
2020-03-31scd:p15: Read certificates in extended mode.Werner Koch1-2/+4
2020-03-31scd: Add function for binary read in extended mode.Werner Koch2-4/+17
2020-03-31scd:p15: Improve diagnosticsWerner Koch1-164/+202
2020-03-30scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch1-15/+150
2020-03-30agent: Print an error if gpg-protect reads the extended key format.Werner Koch1-0/+5
2020-03-30sm: Fix possible NULL deref in error messages of --gen-key.Werner Koch1-20/+20
2020-03-27sm: Consider certificates w/o CRL DP as valid.Werner Koch5-0/+34
2020-03-27scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.Werner Koch1-5/+18
2020-03-27gpgsm: Fix the previous commit.NIIBE Yutaka1-5/+5
2020-03-26gpgsm: Support key generation with ECC.NIIBE Yutaka1-5/+37
2020-03-26gpgsm: Remove restriction of key generation (only RSA).NIIBE Yutaka1-8/+9
2020-03-19gpgconf: Take care of --homedir when reading/updating options.Werner Koch1-7/+20
2020-03-18gpg: Also allow a v5 fingerprint for --trusted-key.Werner Koch2-1/+9
2020-03-18gpg: Update --trusted-key to accept fingerprint as well as long key id.Daniel Kahn Gillmor2-8/+20
2020-03-18gpg: Fix key expiration and usage for keys created at the Epoch.Werner Koch1-12/+16
2020-03-14doc: Remove duplicate description of --include-key-block.Werner Koch1-17/+10
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch9-240/+44
2020-03-14gpg: New option --auto-key-importWerner Koch5-14/+57
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch11-50/+246
2020-03-13gpg: New option --include-key-block.Werner Koch6-11/+145
2020-03-13gpg: Add property "fpr" for use by --export-filter.Werner Koch7-2/+71
2020-03-12doc: Add a comment to explain the signature postscript.Werner Koch1-3/+8