| Commit message (Expand) | Author | Files | Lines |
2020-03-30 | sm: Fix possible NULL deref in error messages of --gen-key. | Werner Koch | 1 | -19/+22 |
2020-03-27 | sm: Consider certificates w/o CRL DP as valid. | Werner Koch | 3 | -0/+25 |
2020-02-10 | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 2 | -0/+3 |
2019-12-06 | sm: Add special case for expired intermediate certificates. | Werner Koch | 2 | -17/+91 |
2019-08-21 | sm: Show the usage flags when generating a key from a card. | Werner Koch | 2 | -6/+43 |
2019-08-21 | scd: New standard attributes $ENCRKEYID and $SIGNKEYID. | Werner Koch | 1 | -1/+1 |
2019-08-21 | common: Extend function pubkey_algo_string. | Werner Koch | 1 | -1/+1 |
2019-08-12 | sm: Support AES-256 key. | NIIBE Yutaka | 1 | -3/+3 |
2019-08-12 | sm: Fix error checking of decryption result. | NIIBE Yutaka | 1 | -7/+8 |
2019-08-12 | gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators. | Daniel Kahn Gillmor | 1 | -3/+9 |
2019-06-03 | Return better error code for some getinfo IPC commands. | Werner Koch | 1 | -2/+2 |
2019-05-27 | sm: Avoid confusing diagnostic for the default key. | Werner Koch | 3 | -24/+29 |
2019-05-12 | sm: Fix a warning in an es_fopencooie function. | Werner Koch | 1 | -0/+3 |
2019-03-26 | sm: Allow decryption even if expired other keys are configured. | Werner Koch | 1 | -0/+11 |
2019-03-25 | sm, w32: Translate logger and status fd to handles | Andre Heinecke | 1 | -2/+6 |
2019-03-07 | sm: Print Yubikey attestation extensions with --dump-cert. | Werner Koch | 1 | -3/+37 |
2019-02-28 | sm: Don't mark a cert as de-vs compliant if it leads to SHA-1 sigs. | Werner Koch | 1 | -3/+12 |
2019-02-28 | gpgsm: default to 3072-bit keys. | Daniel Kahn Gillmor | 3 | -4/+4 |
2019-02-25 | sm: Fix certificate creation with key on card. | Werner Koch | 1 | -1/+1 |
2019-02-11 | sm: In --gen-key with "key from card" show also the algorithm. | Werner Koch | 1 | -1/+21 |
2018-10-24 | sm: Use the correct string in an error message. | Werner Koch | 1 | -1/+1 |
2018-10-23 | sm: Fix dirmngr loadcrl for intermediate certs | Andre Heinecke | 1 | -2/+26 |
2018-04-24 | dirmngr: Fallback to CRL if no default OCSP responder is configured. | Werner Koch | 1 | -24/+17 |
2018-04-06 | gpg: Emit FAILURE stati now in almost all cases. | Werner Koch | 1 | -3/+11 |
2018-03-23 | sm: Add OPTION request-origin. | Werner Koch | 1 | -0/+12 |
2018-03-23 | gpg,sm: New option --request-origin. | Werner Koch | 3 | -0/+23 |
2018-02-14 | sm: Fix minor memory leak in --export-p12. | Werner Koch | 1 | -0/+1 |
2018-02-14 | sm: Fix a wrong key parameter in an exported private key file | Katsuhiro Ueno | 1 | -1/+1 |
2018-02-14 | common: Use new function to print status strings. | Werner Koch | 1 | -18/+3 |
2017-12-22 | kbx: Simplify by removing custom memory functions. | Werner Koch | 1 | -2/+0 |
2017-12-18 | sm: Allow explicit setting of the default --compliance=gnupg | Werner Koch | 1 | -0/+2 |
2017-11-14 | sm, w32: Fix initial keybox creation | Andre Heinecke | 1 | -1/+1 |
2017-10-24 | sm: Do not expect X.509 keyids to be unique | Rainer Perske | 5 | -6/+44 |
2017-10-19 | sm: Fix colon listing of fields > 12 in crt records. | Werner Koch | 1 | -2/+1 |
2017-08-08 | sm: Always print the keygrip in colon mode. | Werner Koch | 1 | -7/+7 |
2017-08-01 | gpg,sm: Error out on compliance mismatch while decrypting. | Werner Koch | 1 | -7/+12 |
2017-07-31 | Explain the "server is older than xxx warning". | Werner Koch | 2 | -0/+14 |
2017-07-28 | gpg,sm: String changes for compliance diagnostics. | Werner Koch | 5 | -21/+21 |
2017-07-27 | gpg,sm: Allow encryption (with warning) to any key in de-vs mode. | Werner Koch | 1 | -8/+9 |
2017-07-27 | gpg,sm: Fix compliance checking for decryption. | Werner Koch | 1 | -10/+12 |
2017-07-17 | gpg,sm: Check compliance of the RNG. | Werner Koch | 3 | -0/+41 |
2017-06-23 | gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE. | Werner Koch | 1 | -2/+17 |
2017-06-23 | indent,i18n: Make some new strings translatable. Wrap too long lines. | Werner Koch | 3 | -8/+13 |
2017-06-19 | gpg,gpgsm: Fix compliance check for DSA and avoid an assert. | Werner Koch | 1 | -3/+4 |
2017-06-19 | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 5 | -14/+14 |
2017-06-08 | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 5 | -20/+155 |
2017-06-07 | common: Add cipher mode to compliance predicate. | Justus Winter | 1 | -2/+1 |
2017-06-07 | common,gpg,sm: Initialize compliance module. | Justus Winter | 1 | -0/+3 |
2017-06-07 | common,gpg,sm: Move the compliance option parser. | Justus Winter | 2 | -1/+16 |
2017-06-01 | gpg: Report compliance with CO_DE_VS. | Justus Winter | 2 | -0/+36 |