aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-10Require GpgRT version 1.41.Werner Koch1-5/+0
2021-02-01sm: Add a few OIDs and merge OID tables.Werner Koch1-52/+44
2021-01-28Include the library version in the compliance checks.Werner Koch3-2/+3
2021-01-19Require Libgcrypt 1.9Werner Koch1-11/+0
2020-11-04common: Fix duplicate implementation of try_make_homedir.Werner Koch1-24/+1
2020-10-26g10,sm: Use gnupg_access at two more placesWerner Koch1-1/+1
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-1/+1
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch3-26/+28
2020-10-20Replace all calls to access by gnupg_accessWerner Koch2-5/+6
2020-10-05gpgsm: Fix detection of too old keyboxd.Werner Koch1-3/+4
2020-09-22sm: Fix returning of the ephemeral flag in keyboxd mode.Werner Koch1-6/+8
2020-09-21sm: Implement delete key in keyboxd modeWerner Koch2-5/+29
2020-09-10sm: Implement initial support for keyboxd.Werner Koch10-91/+382
2020-09-10keyboxd: Use D-lines instead of a separate thread.Werner Koch1-1/+1
2020-09-09kbx: Change X.509 S/N search definition.Werner Koch1-8/+4
2020-09-03sm: New options to prepare the use of keyboxd.Werner Koch6-81/+423
2020-09-03sm: Add arg ctrl to keydb_new.Werner Koch13-22/+24
2020-09-01Use only one copy of the warn_server_mismatch function.Werner Koch2-67/+6
2020-08-28sm: Fix a bug in the rfc2253 parserWerner Koch1-1/+1
2020-08-25sm: Do not require a default keyring for --gpgconf-list.Werner Koch1-0/+1
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-08-19gpg,gpgsm: Record the creation time of a private key.Werner Koch1-3/+11
2020-08-19Silence compiler warnings.NIIBE Yutaka1-1/+1
2020-08-14Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch1-6/+10
2020-08-06gpgsm: New option --chuid.Werner Koch1-1/+12
2020-08-04sm: Also show the SHA-256 fingerprint.Werner Koch1-1/+13
2020-07-30w32: Add NETLIBS for sm/t-minip12.NIIBE Yutaka1-1/+1
2020-07-30w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka1-1/+1
2020-07-08Do not use the pinentry's qualitybarWerner Koch1-1/+1
2020-07-08gpgsm: Replace all assert calls by log_assert.Werner Koch19-44/+29
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch8-76/+145
2020-06-29sm: Fix regression in Friday's commitWerner Koch1-2/+2
2020-06-26sm: Try not to output a partial new message after an error.Werner Koch1-2/+19
2020-06-26sm: Print the serial number of a cert also in decimal.Werner Koch3-3/+89
2020-06-25sm: Fix support verification of nistp521 signatures.Werner Koch1-1/+1
2020-06-17sm: Support verification of nistp521 signatures.Werner Koch1-5/+8
2020-06-03sm: Fix recently introduced regression in CSR creation.Werner Koch1-1/+5
2020-05-19sm: Create ECC certificates with AKI and SKI by default.Werner Koch1-31/+127
2020-05-18sm: Support creation of EdDSA certificates.Werner Koch4-63/+183
2020-05-13sm: Support import and verification of EdDSA certificates.Werner Koch3-17/+143
2020-05-11sm: Support signing using ECDSA.Werner Koch2-32/+54
2020-05-08sm: Allow decryption using dhSinglePass-stdDH-sha1kdf-scheme.Werner Koch4-67/+92
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