aboutsummaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm: New option --ldapserver as an alias for --keyserver.Werner Koch2021-06-091-1/+3
* sm: Support AES-GCM decryption.Werner Koch2021-06-022-7/+87
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-05-263-127/+10
* Assorted memory leak fixes on the error code paths.Werner Koch2021-05-203-6/+21
* 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-171-59/+478
* sm: Do away with the locked flag in keydb.cWerner Koch2021-03-021-21/+15
* sm: Lock kbx files also before a search.Werner Koch2021-03-021-1/+6
* sm: On Windows close the kbx files at several places.Werner Koch2021-03-023-1/+29
* sm: Remove unused function.Werner Koch2021-03-022-39/+0
* sm: Silence some other pkcs#12 import prattleWerner Koch2021-03-011-2/+3
* sm: Silence some output on --quietWerner Koch2021-02-245-6/+28
* Include the library version in the compliance checks.Werner Koch2021-01-283-2/+3
* Backport of the new option parser from 2.3Werner Koch2020-12-041-84/+84
* w32: Support Unicode also for config files etc.Werner Koch2020-11-102-2/+2
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-041-24/+1
* g10,sm: Use gnupg_access at two more places.Werner Koch2020-10-261-1/+1
* Replace most calls to open by a new wrapper.Werner Koch2020-10-231-1/+1
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-213-25/+27
* Replace all calls to access by gnupg_accessWerner Koch2020-10-212-5/+6
* w32: Add manifest files to most binariesWerner Koch2020-10-023-3/+26
* 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
* gpg,gpgsm: Record the creation time of a private key.Werner Koch2020-08-231-3/+11
* sm: Also show the SHA-256 fingerprint.Werner Koch2020-08-041-0/+12
* 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
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-039-108/+237
* sm: Print the serial number of a cert also in decimal.Werner Koch2020-06-263-3/+89
* common: Change argument order of log_printhex.Werner Koch2020-05-126-9/+9
* sm: Always allow authorityInfoAccess lookup if CRLs are also enabled.Werner Koch2020-04-161-6/+11
* sm: Lookup missing issuers first using authorityInfoAccess.Werner Koch2020-04-164-26/+180
* sm,dirmngr: Restrict allowed parameters used with rsaPSS.Werner Koch2020-04-151-1/+39
* sm: Support rsaPSS verification also for CMS signatures.Werner Koch2020-04-152-40/+112
* dirmngr: Support rsaPSS also in the general validate module.Werner Koch2020-04-151-1/+5
* sm,dirmngr: Support rsaPSS signature verification.Werner Koch2020-04-151-45/+145
* sm: Fix possible NULL deref in error messages of --gen-key.Werner Koch2020-03-301-19/+22
* sm: Consider certificates w/o CRL DP as valid.Werner Koch2020-03-273-0/+25
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-102-0/+3
* sm: Add special case for expired intermediate certificates.Werner Koch2019-12-062-17/+91
* sm: Show the usage flags when generating a key from a card.Werner Koch2019-08-212-6/+43
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-08-211-1/+1
* common: Extend function pubkey_algo_string.Werner Koch2019-08-211-1/+1
* sm: Support AES-256 key.NIIBE Yutaka2019-08-121-3/+3
* sm: Fix error checking of decryption result.NIIBE Yutaka2019-08-121-7/+8
* gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor2019-08-121-3/+9
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-2/+2
* sm: Avoid confusing diagnostic for the default key.Werner Koch2019-05-273-24/+29
* sm: Fix a warning in an es_fopencooie function.Werner Koch2019-05-121-0/+3
* sm: Allow decryption even if expired other keys are configured.Werner Koch2019-03-261-0/+11