aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sm,dirmngr: Support rsaPSS signature verification.Werner Koch2020-04-092-60/+307
* common: New function to map hash algo names.Werner Koch2020-04-092-0/+42
* scd:p15: Return a display S/N via Assuan.Werner Koch2020-04-091-21/+54
* gpg: ECDH: Accept longer padding.NIIBE Yutaka2020-04-081-4/+1
* scd:p15: Show a pretty PIN prompt.Werner Koch2020-04-071-13/+197
* scd: Return GPG_ERR_BAD_PIN on 0x63Cn status word.Werner Koch2020-04-072-0/+4
* scd: Factor common PIN status check out.Werner Koch2020-04-075-83/+58
* doc: Typo fix in code comment.Werner Koch2020-04-071-1/+1
* scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2020-04-073-14/+91
* tools: Use internal regexp routines.NIIBE Yutaka2020-04-061-2/+2
* scd:p15: Emit MANUFACTURER, $ENCRKEYID, $SIGNKEYID.Werner Koch2020-04-031-18/+62
* gpg,card: Use the new MANUFACTURER attribute.Werner Koch2020-04-036-88/+42
* scd:openpgp: New attribute "MANUFACTURER".Werner Koch2020-04-032-0/+57
* gpg: Add regular expression support.NIIBE Yutaka2020-04-0317-94/+36313
* scd:p15: Implement do_with_keygrip and capabilities.Werner Koch2020-04-021-34/+48
* scd:p15: Rename some variables and functions for clarity.Werner Koch2020-04-021-28/+28
* scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch2020-04-023-8/+17
* scd: New command DEVINFO.NIIBE Yutaka2020-04-023-62/+203
* scd:p15: Cache the PIN.Werner Koch2020-04-011-0/+8
* scd:p15: Run a keygrip_from_prkdf before verify_pinWerner Koch2020-04-011-9/+18
* scd:p15: Support decryption with CardOS 5 cards.Werner Koch2020-04-011-2/+100
* scd:p15: Factor PIN verification out to a new function.Werner Koch2020-04-011-192/+224
* sm: Fix a warning in an es_fopencooie function.Werner Koch2020-04-011-0/+4
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-03-318-98/+368
* scd:p15: Read certificates in extended mode.Werner Koch2020-03-311-2/+4
* scd: Add function for binary read in extended mode.Werner Koch2020-03-312-4/+17
* scd:p15: Improve diagnosticsWerner Koch2020-03-311-164/+202
* scd:p15: Detect CardOS 5 cards and print some basic infos.Werner Koch2020-03-301-15/+150
* agent: Print an error if gpg-protect reads the extended key format.Werner Koch2020-03-301-0/+5
* sm: Fix possible NULL deref in error messages of --gen-key.Werner Koch2020-03-301-20/+20
* sm: Consider certificates w/o CRL DP as valid.Werner Koch2020-03-275-0/+34
* scd:openpgp: Allow PKSIGN with keygrip also for OPENPGP.3.Werner Koch2020-03-271-5/+18
* gpgsm: Fix the previous commit.NIIBE Yutaka2020-03-271-5/+5
* gpgsm: Support key generation with ECC.NIIBE Yutaka2020-03-261-5/+37
* gpgsm: Remove restriction of key generation (only RSA).NIIBE Yutaka2020-03-261-8/+9
* gpgconf: Take care of --homedir when reading/updating options.Werner Koch2020-03-191-7/+20
* gpg: Also allow a v5 fingerprint for --trusted-key.Werner Koch2020-03-182-1/+9
* gpg: Update --trusted-key to accept fingerprint as well as long key id.Daniel Kahn Gillmor2020-03-182-8/+20
* gpg: Fix key expiration and usage for keys created at the Epoch.Werner Koch2020-03-181-12/+16
* doc: Remove duplicate description of --include-key-block.Werner Koch2020-03-141-17/+10
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-149-240/+44
* gpg: New option --auto-key-importWerner Koch2020-03-145-14/+57
* gpg: Make use of the included key block in a signature.Werner Koch2020-03-1311-50/+246
* gpg: New option --include-key-block.Werner Koch2020-03-136-11/+145
* gpg: Add property "fpr" for use by --export-filter.Werner Koch2020-03-137-2/+71
* doc: Add a comment to explain the signature postscript.Werner Koch2020-03-121-3/+8
* gpgconf: Rewrite the gpgconf-comp module.Werner Koch2020-03-122-1583/+661
* dirmngr: Re-group the options in the --help output.Werner Koch2020-03-061-50/+81
* agent: Fix todays --re-group commit.Werner Koch2020-03-061-0/+1
* gpgsm: Re-group the options in the --help output.Werner Koch2020-03-061-112/+127