summaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgsm: New option --chuid.Werner Koch2020-08-061-1/+12
* sm: Also show the SHA-256 fingerprint.Werner Koch2020-08-041-1/+13
* w32: Add NETLIBS for sm/t-minip12.NIIBE Yutaka2020-07-301-1/+1
* w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka2020-07-301-1/+1
* Do not use the pinentry's qualitybarWerner Koch2020-07-081-1/+1
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-0819-44/+29
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-038-76/+145
* sm: Fix regression in Friday's commitWerner Koch2020-06-291-2/+2
* sm: Try not to output a partial new message after an error.Werner Koch2020-06-261-2/+19
* sm: Print the serial number of a cert also in decimal.Werner Koch2020-06-263-3/+89
* sm: Fix support verification of nistp521 signatures.Werner Koch2020-06-251-1/+1
* sm: Support verification of nistp521 signatures.Werner Koch2020-06-171-5/+8
* sm: Fix recently introduced regression in CSR creation.Werner Koch2020-06-031-1/+5
* sm: Create ECC certificates with AKI and SKI by default.Werner Koch2020-05-191-31/+127
* sm: Support creation of EdDSA certificates.Werner Koch2020-05-184-63/+183
* sm: Support import and verification of EdDSA certificates.Werner Koch2020-05-133-17/+143
* sm: Support signing using ECDSA.Werner Koch2020-05-112-32/+54
* sm: Allow decryption using dhSinglePass-stdDH-sha1kdf-scheme.Werner Koch2020-05-084-67/+92
* sm: Print algorithm infos in data decryption mode.Werner Koch2020-05-081-0/+13
* sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2020-05-084-8/+13
* sm: Improve readability of the data verification output.Werner Koch2020-05-081-35/+66
* 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