aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-03-25sm, w32: Translate logger and status fd to handlesAndre Heinecke1-2/+6
2019-03-07sm: Print Yubikey attestation extensions with --dump-cert.Werner Koch1-3/+37
2019-02-28sm: Don't mark a cert as de-vs compliant if it leads to SHA-1 sigs.Werner Koch1-3/+12
2019-02-28gpgsm: default to 3072-bit keys.Daniel Kahn Gillmor3-4/+4
2019-02-25sm: Fix certificate creation with key on card.Werner Koch1-1/+1
2019-02-11sm: In --gen-key with "key from card" show also the algorithm.Werner Koch1-1/+21
2018-10-24sm: Use the correct string in an error message.Werner Koch1-1/+1
2018-10-23sm: Fix dirmngr loadcrl for intermediate certsAndre Heinecke1-2/+26
2018-04-24dirmngr: Fallback to CRL if no default OCSP responder is configured.Werner Koch1-24/+17
2018-04-06gpg: Emit FAILURE stati now in almost all cases.Werner Koch1-3/+11
2018-03-23sm: Add OPTION request-origin.Werner Koch1-0/+12
2018-03-23gpg,sm: New option --request-origin.Werner Koch3-0/+23
2018-02-14sm: Fix minor memory leak in --export-p12.Werner Koch1-0/+1