summaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Require GpgRT version 1.41.Werner Koch2021-02-101-5/+0
* sm: Add a few OIDs and merge OID tables.Werner Koch2021-02-011-52/+44
* Include the library version in the compliance checks.Werner Koch2021-01-283-2/+3
* Require Libgcrypt 1.9Werner Koch2021-01-191-11/+0
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-041-24/+1
* g10,sm: Use gnupg_access at two more placesWerner Koch2020-10-261-1/+1
* Replace most calls to open by a new wrapper.Werner Koch2020-10-201-1/+1
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-203-26/+28
* Replace all calls to access by gnupg_accessWerner Koch2020-10-202-5/+6
* gpgsm: Fix detection of too old keyboxd.Werner Koch2020-10-051-3/+4
* sm: Fix returning of the ephemeral flag in keyboxd mode.Werner Koch2020-09-221-6/+8
* sm: Implement delete key in keyboxd modeWerner Koch2020-09-212-5/+29
* sm: Implement initial support for keyboxd.Werner Koch2020-09-1010-91/+382
* keyboxd: Use D-lines instead of a separate thread.Werner Koch2020-09-101-1/+1
* kbx: Change X.509 S/N search definition.Werner Koch2020-09-091-8/+4
* sm: New options to prepare the use of keyboxd.Werner Koch2020-09-036-81/+423
* sm: Add arg ctrl to keydb_new.Werner Koch2020-09-0313-22/+24
* Use only one copy of the warn_server_mismatch function.Werner Koch2020-09-012-67/+6
* sm: Fix a bug in the rfc2253 parserWerner Koch2020-08-281-1/+1
* sm: Do not require a default keyring for --gpgconf-list.Werner Koch2020-08-251-0/+1
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* gpg,gpgsm: Record the creation time of a private key.Werner Koch2020-08-191-3/+11
* Silence compiler warnings.NIIBE Yutaka2020-08-191-1/+1
* Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch2020-08-141-6/+10
* 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