summaryrefslogtreecommitdiffstats
path: root/ABOUT-NLS (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-07sm: Fix annoying warning about not yet implemented --attribute.Werner Koch1-1/+2
2020-05-07scd:nks: Get the PIN prompts right for the Signature CardWerner Koch1-56/+136
2020-05-07sm: Print the key types as standard key algorithm strings.Werner Koch5-19/+89
2020-05-07scd:nks: Support decryption using ECDH.Werner Koch1-75/+307
2020-05-07sm: Support decryption of ECDH data using a smartcard.Werner Koch1-8/+11
2020-05-05scd: Extend an internal function to also return the algo.Werner Koch8-17/+24
2020-05-04scd:nks: Add do_with_keygrip and implement a cache.Werner Koch1-90/+349
2020-05-04sm: Support encryption using ECDH keys.Werner Koch3-13/+313
2020-05-04doc: Typo fixes in code commentsWerner Koch3-4/+4
2020-04-27sm: Add support to export ECC private keys.Werner Koch4-211/+559
2020-04-24common: Add an easy to use DER builder.Werner Koch4-120/+416
2020-04-23sm: Minor debug output format changes.Werner Koch3-3/+3
2020-04-23sm: Support decryption of ECDH data.Werner Koch1-37/+365
2020-04-23common: Add functions to help create DER objects.Werner Koch2-2/+111
2020-04-21sm: Support import of PKCS#12 encoded ECC private keys.Werner Koch3-62/+198
2020-04-21sm: Replace some debug message by log_error or log_infoWerner Koch2-8/+10
2020-04-17scd:nks: Allow retrieving certificates from a Signature Card v.20Werner Koch1-164/+299
2020-04-17scd: Detect missing card in "getinfo all_active_apps".Werner Koch1-0/+5
2020-04-16sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch2-9/+19
2020-04-16sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch4-26/+180
2020-04-16dirmngr: Allow http URLs with "LOOKUP --url"Werner Koch1-20/+103
2020-04-16gpg: Make AEAD modes subject to compliance checks.Werner Koch1-10/+13
2020-04-15indent: Some typo and indentation changes for gpg.Werner Koch5-19/+18
2020-04-15gpg: Fix broken setting of AEAD algo.Werner Koch1-7/+1
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