summaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm: Fix annoying warning about not yet implemented --attribute.Werner Koch2020-05-071-1/+2
* sm: Print the key types as standard key algorithm strings.Werner Koch2020-05-073-14/+84
* sm: Support decryption of ECDH data using a smartcard.Werner Koch2020-05-071-8/+11
* sm: Support encryption using ECDH keys.Werner Koch2020-05-043-13/+313
* doc: Typo fixes in code commentsWerner Koch2020-05-041-1/+1
* sm: Add support to export ECC private keys.Werner Koch2020-04-274-211/+559
* sm: Minor debug output format changes.Werner Koch2020-04-233-3/+3
* sm: Support decryption of ECDH data.Werner Koch2020-04-231-37/+365
* sm: Support import of PKCS#12 encoded ECC private keys.Werner Koch2020-04-213-62/+198
* sm: Replace some debug message by log_error or log_infoWerner Koch2020-04-212-8/+10
* sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch2020-04-161-6/+11
* sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch2020-04-164-26/+180
* sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch2020-04-151-1/+39
* sm: Support rsaPSS verification also for CMS signatures.Werner Koch2020-04-142-40/+112
* dirmngr: Support rsaPSS also in the general validate module.Werner Koch2020-04-091-1/+5
* sm,dirmngr: Support rsaPSS signature verification.Werner Koch2020-04-091-45/+145
* sm: Fix a warning in an es_fopencooie function.Werner Koch2020-04-011-0/+4
* 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-273-0/+25
* 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: Further simplify the gpgconf option processing.Werner Koch2020-03-141-18/+1
* gpgsm: Re-group the options in the --help output.Werner Koch2020-03-061-112/+127
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-5/+9
* Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch2020-02-201-97/+88
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-203-2/+6
* Spelling cleanup.Daniel Kahn Gillmor2020-02-194-4/+4
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-102-0/+3
* sm: New option --issuer-der for the listkey commands.Werner Koch2020-02-031-7/+73
* gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch2020-01-131-0/+8
* sm: Add special case for expired intermediate certificates.Werner Koch2019-12-062-17/+91
* gpgsm: Allow sepcification of ldaps servers.Werner Koch2019-11-093-3/+39
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-271-1/+1
|\
| * kbx: Allow writing using a estream.Werner Koch2019-08-061-1/+1
* | gpg,sm: Implement keybox compression run and release lock in gpgsmWerner Koch2019-08-231-1/+4
* | sm: Support AES-256 key.NIIBE Yutaka2019-08-051-3/+3
* | sm: Fix error checking of decryption result.NIIBE Yutaka2019-07-261-7/+8
* | gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor2019-07-261-3/+9
|/
* sm: Fix card access.NIIBE Yutaka2019-07-091-5/+5
* sm: Return the last error for pubkey decryption.NIIBE Yutaka2019-07-051-6/+8
* sm: Print a better diagnostic for encryption certificate selection.Werner Koch2019-06-041-10/+5
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-2/+2
* sm: Avoid confusing diagnostic for the default key.Werner Koch2019-05-273-24/+29
* sm: Add a couple of debug calls to the keydb module.Werner Koch2019-05-155-42/+226
* sm: Change keydb code to use the keybox locking.Werner Koch2019-05-143-41/+40
* sm: Add yet inactive options to support authenticodeWerner Koch2019-04-303-2/+141
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-04-031-1/+1
* common: Extend function pubkey_algo_string.Werner Koch2019-04-021-1/+1
* sm: Show the usage flags when generating a key from a card.Werner Koch2019-04-012-6/+43