aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-09sm: Add LotW support to the key listingWerner Koch2-1/+9
2021-09-08build: Fix "ksba.h not found" problemIngo Klöcker1-1/+1
2021-08-05sm: Fix pwri.NIIBE Yutaka1-3/+3
2021-07-29sm,w32: Fix Unicode problem on key box creation.Werner Koch1-1/+1
2021-06-16sm: New option --ldapserver as an alias for --keyserver.Werner Koch1-1/+2
2021-06-16gpg,sm: Simplify keyserver spec parsing.Werner Koch3-164/+10
2021-06-11sm: Fix finding of issuer in use-keyboxd mode.Werner Koch3-37/+62
2021-06-02sm: Support AES-GCM decryption.Werner Koch2-7/+84
2021-05-20sm: Let --dump-cert --show-cert also print an OpenPGP fingerprint.Werner Koch1-7/+45
2021-05-20sm: Avoid memory leaks and double double-freeJakub Jelen4-7/+26
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch1-1/+1
2021-05-17sm: Ask for the password for password based decryption (pwri)Werner Koch3-6/+25
2021-05-14sm: Support decryption of password based encryption (pwri)Werner Koch1-25/+415
2021-04-21keyboxd: Fix searching for exact mail addresses.Werner Koch1-1/+2
2021-04-21gpg,sm: Ignore the log-file option from common.conf.Werner Koch1-8/+1
2021-04-20sm: New command --show-certsWerner Koch3-0/+109
2021-04-19build: Fix build problems on macOS for gpgsm tests and gpg-card.Werner Koch1-1/+1
2021-04-19gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch1-2/+32
2021-03-24sm: Add a few more OIDs to the table for nicer keylistingsWerner Koch1-0/+4
2021-03-08sm: Init nPth which might be used by some helper code.Werner Koch1-2/+11
2021-02-25sm: Do not print certain issuer not found diags in quiet mode.Werner Koch2-21/+28
2021-02-25sm: Fix issuer certificate look error due to legacy error code.Werner Koch1-65/+69
2021-02-24sm: Silence some output on --quietWerner Koch5-7/+29
2021-02-22sm: Extend the list of known OIDs.Werner Koch1-4/+16
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