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