summaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeLines
* sm: Use gpg_err_code() instead of -1Todd Zullinger2022-04-25-1/+1
* w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch2022-04-20-1/+1
* sm: Print diagnostic about CRL problems due to Tor mode.Werner Koch2022-04-11-0/+79
* doc: Typo fix in commentWerner Koch2022-04-08-1/+1
* sm: Fix parsing encrypted data.NIIBE Yutaka2022-03-09-1/+14
* gpgsm: New option --require-complianceWerner Koch2022-03-08-3/+35
* agent: New flag "qual" for the trustlist.txt.Werner Koch2022-02-27-3/+10
* sm: Fix use of value NONE in gnupg_isotime_t type.NIIBE Yutaka2022-02-18-7/+13
* sm: New option --ignore-cert-with-oid.Werner Koch2022-02-03-0/+44
* sm: Partly revert last commit.Werner Koch2022-02-01-6/+0
* gpg,sm: Set --verbose and clear --quiet in debug mode.Werner Koch2022-02-01-0/+6
* gpgsm: Retire the new --ldapserver.Werner Koch2022-01-27-1/+6
* gpgconf: Return --ldapserver and --keyserver from dirmngr.Werner Koch2022-01-25-2/+1
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-18-1/+7
* sm: Detect circular chains in --list-chain.Werner Koch2021-11-15-1/+7
* sm: Add LotW support to the key listingWerner Koch2021-09-09-1/+9
* build: Fix "ksba.h not found" problemIngo Klöcker2021-09-08-1/+1
* sm: Fix pwri.NIIBE Yutaka2021-08-05-3/+3
* sm,w32: Fix Unicode problem on key box creation.Werner Koch2021-07-29-1/+1
* sm: New option --ldapserver as an alias for --keyserver.Werner Koch2021-06-16-1/+2
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-06-16-164/+10
* sm: Fix finding of issuer in use-keyboxd mode.Werner Koch2021-06-11-37/+62
* sm: Support AES-GCM decryption.Werner Koch2021-06-02-7/+84
* sm: Let --dump-cert --show-cert also print an OpenPGP fingerprint.Werner Koch2021-05-20-7/+45
* sm: Avoid memory leaks and double double-freeJakub Jelen2021-05-20-7/+26
* gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch2021-05-17-1/+1
* sm: Ask for the password for password based decryption (pwri)Werner Koch2021-05-17-6/+25
* sm: Support decryption of password based encryption (pwri)Werner Koch2021-05-14-25/+415
* keyboxd: Fix searching for exact mail addresses.Werner Koch2021-04-21-1/+2
* gpg,sm: Ignore the log-file option from common.conf.Werner Koch2021-04-21-8/+1
* sm: New command --show-certsWerner Koch2021-04-20-0/+109
* build: Fix build problems on macOS for gpgsm tests and gpg-card.Werner Koch2021-04-19-1/+1
* gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch2021-04-19-2/+32
* sm: Add a few more OIDs to the table for nicer keylistingsWerner Koch2021-03-24-0/+4
* sm: Init nPth which might be used by some helper code.Werner Koch2021-03-08-2/+11
* sm: Do not print certain issuer not found diags in quiet mode.Werner Koch2021-02-25-21/+28
* sm: Fix issuer certificate look error due to legacy error code.Werner Koch2021-02-25-65/+69
* sm: Silence some output on --quietWerner Koch2021-02-24-7/+29
* sm: Extend the list of known OIDs.Werner Koch2021-02-22-4/+16
* Require GpgRT version 1.41.Werner Koch2021-02-10-5/+0
* sm: Add a few OIDs and merge OID tables.Werner Koch2021-02-01-52/+44
* Include the library version in the compliance checks.Werner Koch2021-01-28-2/+3
* Require Libgcrypt 1.9Werner Koch2021-01-19-11/+0
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-04-24/+1
* g10,sm: Use gnupg_access at two more placesWerner Koch2020-10-26-1/+1
* Replace most calls to open by a new wrapper.Werner Koch2020-10-20-1/+1
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-20-26/+28
* Replace all calls to access by gnupg_accessWerner Koch2020-10-20-5/+6
* gpgsm: Fix detection of too old keyboxd.Werner Koch2020-10-05-3/+4
* sm: Fix returning of the ephemeral flag in keyboxd mode.Werner Koch2020-09-22-6/+8