aboutsummaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm: Fix pwri.NIIBE Yutaka2021-08-051-3/+3
* sm,w32: Fix Unicode problem on key box creation.Werner Koch2021-07-291-1/+1
* sm: New option --ldapserver as an alias for --keyserver.Werner Koch2021-06-161-1/+2
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-06-163-164/+10
* sm: Fix finding of issuer in use-keyboxd mode.Werner Koch2021-06-113-37/+62
* sm: Support AES-GCM decryption.Werner Koch2021-06-022-7/+84
* sm: Let --dump-cert --show-cert also print an OpenPGP fingerprint.Werner Koch2021-05-201-7/+45
* sm: Avoid memory leaks and double double-freeJakub Jelen2021-05-204-7/+26
* gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch2021-05-171-1/+1
* sm: Ask for the password for password based decryption (pwri)Werner Koch2021-05-173-6/+25
* sm: Support decryption of password based encryption (pwri)Werner Koch2021-05-141-25/+415
* keyboxd: Fix searching for exact mail addresses.Werner Koch2021-04-211-1/+2
* gpg,sm: Ignore the log-file option from common.conf.Werner Koch2021-04-211-8/+1
* sm: New command --show-certsWerner Koch2021-04-203-0/+109
* build: Fix build problems on macOS for gpgsm tests and gpg-card.Werner Koch2021-04-191-1/+1
* gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch2021-04-191-2/+32
* sm: Add a few more OIDs to the table for nicer keylistingsWerner Koch2021-03-241-0/+4
* sm: Init nPth which might be used by some helper code.Werner Koch2021-03-081-2/+11
* sm: Do not print certain issuer not found diags in quiet mode.Werner Koch2021-02-252-21/+28
* sm: Fix issuer certificate look error due to legacy error code.Werner Koch2021-02-251-65/+69
* sm: Silence some output on --quietWerner Koch2021-02-245-7/+29
* sm: Extend the list of known OIDs.Werner Koch2021-02-221-4/+16
* 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