summaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm: Fix compliance checking for ECC signature verification.Werner Koch2023-01-122-4/+16
* build: Remove Windows CE support.NIIBE Yutaka2022-12-091-2/+2
* gpgsm: Print the revocation time also with --verify.Werner Koch2022-12-051-1/+16
* gpgsm: Fix "problem re-searching certificate" case.Werner Koch2022-12-051-1/+1
* gpgsm: Print revocation date and reason in cert listings.Werner Koch2022-12-055-3/+88
* gpgsm: Silence the "non-critical certificate policy not allowed".Werner Koch2022-12-051-2/+3
* gpgsm: Always use the chain model if the root-CA requests this.Werner Koch2022-12-053-15/+16
* gpgsm: Change default algo to AES-256.Werner Koch2022-12-011-1/+1
* dirmngr: Silence ocsp debug output.Werner Koch2022-11-251-2/+2
* gpgsm: Fix colon outout of ECC encryption certificatesWerner Koch2022-11-151-3/+3
* gpgsm: Also announce AES256-CBC in signatures.Werner Koch2022-10-281-7/+10
* gpgsm: Allow ECC encryption keys with just keyAgreement specified.Werner Koch2022-10-253-1/+11
* gpgsm: Use macro constants for cert_usage_p.Werner Koch2022-10-251-15/+27
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-131-1/+1
* sm: Fix reporting of bad passphrase errorIngo Klöcker2022-09-091-1/+4
* common: New common option no-autostart.Werner Koch2022-08-221-0/+3
* sm: Improve pkcs#12 debug output.Werner Koch2022-06-201-7/+9
* sm: Rework the PKCS#12 parser to support DFN issued keys.Werner Koch2022-06-201-177/+341
* gpgsm: New option --compatibility-flags.Werner Koch2022-06-134-9/+68
* Remove remaining support for WindowsCEWerner Koch2022-06-031-14/+1
* sm: Use gpg_err_code() instead of -1Todd Zullinger2022-04-251-1/+1
* w32: Do no use Registry item DefaultLogFile for the main tools.Werner Koch2022-04-201-1/+1
* sm: Print diagnostic about CRL problems due to Tor mode.Werner Koch2022-04-113-0/+79
* doc: Typo fix in commentWerner Koch2022-04-081-1/+1
* sm: Fix parsing encrypted data.NIIBE Yutaka2022-03-091-1/+14
* gpgsm: New option --require-complianceWerner Koch2022-03-085-3/+35
* agent: New flag "qual" for the trustlist.txt.Werner Koch2022-02-273-3/+10
* sm: Fix use of value NONE in gnupg_isotime_t type.NIIBE Yutaka2022-02-185-7/+13
* sm: New option --ignore-cert-with-oid.Werner Koch2022-02-033-0/+44
* sm: Partly revert last commit.Werner Koch2022-02-011-6/+0
* gpg,sm: Set --verbose and clear --quiet in debug mode.Werner Koch2022-02-011-0/+6
* gpgsm: Retire the new --ldapserver.Werner Koch2022-01-271-1/+6
* gpgconf: Return --ldapserver and --keyserver from dirmngr.Werner Koch2022-01-251-2/+1
* gpg,gpgsm: Add option --min-rsa-length.Werner Koch2021-11-182-1/+7
* sm: Detect circular chains in --list-chain.Werner Koch2021-11-151-1/+7
* sm: Add LotW support to the key listingWerner Koch2021-09-092-1/+9
* build: Fix "ksba.h not found" problemIngo Klöcker2021-09-081-1/+1
* 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