aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-08sm: Print algorithm infos in data decryption mode.Werner Koch1-0/+13
2020-05-08sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch4-8/+13
2020-05-08sm: Improve readability of the data verification output.Werner Koch1-35/+66
2020-05-07sm: Fix annoying warning about not yet implemented --attribute.Werner Koch1-1/+2
2020-05-07sm: Print the key types as standard key algorithm strings.Werner Koch3-14/+84
2020-05-07sm: Support decryption of ECDH data using a smartcard.Werner Koch1-8/+11
2020-05-04sm: Support encryption using ECDH keys.Werner Koch3-13/+313
2020-05-04doc: Typo fixes in code commentsWerner Koch1-1/+1
2020-04-27sm: Add support to export ECC private keys.Werner Koch4-211/+559
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-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-16sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch1-6/+11
2020-04-16sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch4-26/+180
2020-04-15sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch1-1/+39
2020-04-14sm: Support rsaPSS verification also for CMS signatures.Werner Koch2-40/+112
2020-04-09dirmngr: Support rsaPSS also in the general validate module.Werner Koch1-1/+5
2020-04-09sm,dirmngr: Support rsaPSS signature verification.Werner Koch1-45/+145
2020-04-01sm: Fix a warning in an es_fopencooie function.Werner Koch1-0/+4
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 Koch3-0/+25
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-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-18/+1
2020-03-06gpgsm: Re-group the options in the --help output.Werner Koch1-112/+127
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-5/+9
2020-02-20Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch1-97/+88
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch3-2/+6
2020-02-18Spelling cleanup.Daniel Kahn Gillmor4-4/+4
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2-0/+3
2020-02-03sm: New option --issuer-der for the listkey commands.Werner Koch1-7/+73
2020-01-13gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch1-0/+8
2019-12-06sm: Add special case for expired intermediate certificates.Werner Koch2-17/+91
2019-11-09gpgsm: Allow sepcification of ldaps servers.Werner Koch3-3/+39
2019-08-23gpg,sm: Implement keybox compression run and release lock in gpgsmWerner Koch1-1/+4
2019-08-06kbx: Allow writing using a estream.Werner Koch1-1/+1
2019-08-05sm: Support AES-256 key.NIIBE Yutaka1-3/+3
2019-07-26sm: Fix error checking of decryption result.NIIBE Yutaka1-7/+8
2019-07-26gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor1-3/+9
2019-07-09sm: Fix card access.NIIBE Yutaka1-5/+5
2019-07-05sm: Return the last error for pubkey decryption.NIIBE Yutaka1-6/+8
2019-06-04sm: Print a better diagnostic for encryption certificate selection.Werner Koch1-10/+5
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-2/+2
2019-05-27sm: Avoid confusing diagnostic for the default key.Werner Koch3-24/+29
2019-05-15sm: Add a couple of debug calls to the keydb module.Werner Koch5-42/+226
2019-05-14sm: Change keydb code to use the keybox locking.Werner Koch3-41/+40
2019-04-30sm: Add yet inactive options to support authenticodeWerner Koch3-2/+141
2019-04-03scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-1/+1