| Commit message (Expand) | Author | Files | Lines |
2020-08-13 | gpg: Ignore personal_digest_prefs for ECDSA keys. | Werner Koch | 1 | -3/+7 |
2020-07-03 | sm: Exclude rsaPSS from de-vs compliance mode. | Werner Koch | 1 | -1/+2 |
2020-06-24 | gpg,agent: Support Ed448 signing. | NIIBE Yutaka | 1 | -10/+13 |
2020-06-09 | gpg,ecc: Handle external representation as SOS with opaque MPI. | NIIBE Yutaka | 1 | -3/+5 |
2020-06-08 | doc: Minor code comment fixes. | Werner Koch | 1 | -1/+1 |
2020-03-13 | gpg: New option --include-key-block. | Werner Koch | 1 | -9/+99 |
2020-03-12 | doc: Add a comment to explain the signature postscript. | Werner Koch | 1 | -3/+8 |
2019-11-11 | gpg: Forbid the creation of SHA-1 third-party key signatures. | Werner Koch | 1 | -7/+44 |
2019-09-09 | gpg: New option --use-keyboxd. | Werner Koch | 1 | -6/+6 |
2019-09-05 | gpg: Prepare parser for the new attestation certificates. | Werner Koch | 1 | -2/+6 |
2019-05-13 | gpg: Change update_keysig_packet to replace SHA-1 by SHA-256. | Werner Koch | 1 | -0/+11 |
2019-05-13 | gpg: Cleanup use of make_keysig_packet. | Werner Koch | 1 | -23/+15 |
2019-03-14 | gpg: Implement v5 keys and v5 signatures. | Werner Koch | 1 | -6/+6 |
2019-03-14 | gpg: Implemented latest rfc4880bis version 5 packet hashing. | Werner Koch | 1 | -17/+96 |
2018-11-12 | common: Prepare for parsing mail sub-addresses. | Werner Koch | 1 | -1/+2 |
2018-10-24 | all: fix spelling and typos | Daniel Kahn Gillmor | 1 | -1/+1 |
2018-10-24 | gpg: Unfinished support for v5 signatures. | Werner Koch | 1 | -21/+26 |
2018-10-24 | indent: Modernize g10/sign.c | Werner Koch | 1 | -791/+829 |
2018-07-03 | g10: Fix memory leak for PKT_signature. | NIIBE Yutaka | 1 | -1/+1 |
2018-01-23 | gpg: Implement AEAD for SKESK packets. | Werner Koch | 1 | -3/+6 |
2018-01-22 | gpg: Unify AEAD parameter retrieval. | Werner Koch | 1 | -3/+2 |
2018-01-10 | gpg: Add stub function for encrypting AEAD. | Werner Koch | 1 | -1/+4 |
2018-01-10 | gpg: New option --force-aead | Werner Koch | 1 | -2/+5 |
2017-08-01 | Revert "g10: Always save standard revocation certificate in file." | Marcus Brinkmann | 1 | -3/+3 |
2017-08-01 | g10: Always save standard revocation certificate in file. | Marcus Brinkmann | 1 | -3/+3 |
2017-07-28 | gpg,sm: String changes for compliance diagnostics. | Werner Koch | 1 | -3/+2 |
2017-07-17 | gpg,sm: Check compliance of the RNG. | Werner Koch | 1 | -0/+10 |
2017-06-23 | indent,i18n: Make some new strings translatable. Wrap too long lines. | Werner Koch | 1 | -1/+1 |
2017-06-19 | indent: Always use "_(" and not "_ (" to mark translatable strings. | Werner Koch | 1 | -2/+2 |
2017-06-08 | common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS. | Justus Winter | 1 | -0/+23 |
2017-06-06 | common,g10: Fix typos. | Justus Winter | 1 | -1/+1 |
2017-04-26 | g10: Minor clean up. | NIIBE Yutaka | 1 | -1/+1 |
2017-03-31 | gpg: Pass CTRL to many more functions. | Werner Koch | 1 | -15/+20 |
2017-03-29 | gpg: Extend free_packet to handle a packet parser context. | Werner Koch | 1 | -3/+3 |
2017-03-07 | Remove -I option to common. | NIIBE Yutaka | 1 | -8/+8 |
2017-02-10 | gpg: Fix memory leak in the error case of signature creation. | Werner Koch | 1 | -2/+9 |
2016-12-09 | g10: Fix memory leak. | Justus Winter | 1 | -0/+2 |
2016-11-29 | Improve some comments. | Neal H. Walfield | 1 | -8/+24 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-08-18 | gpg: New option --sender | Werner Koch | 1 | -0/+15 |
2016-08-08 | gpg: Cleanup of dek_to_passphrase function (part 2). | Werner Koch | 1 | -1/+1 |
2016-07-13 | gpg: New option --mimemode. | Werner Koch | 1 | -3/+5 |
2016-06-30 | g10: Fix memory leak. | Justus Winter | 1 | -0/+1 |
2016-06-30 | g10: Fix memory leak. | Justus Winter | 1 | -0/+1 |
2016-06-20 | gpg: Add experimental support for an issuer fpr. | Werner Koch | 1 | -3/+3 |
2016-06-13 | gpg: New option --disable-signer-uid, create Signer's UID sub-packet. | Werner Koch | 1 | -1/+15 |
2016-06-13 | gpg,indent: Re-indent and chnage var names in sign.c | Werner Koch | 1 | -70/+69 |
2016-06-11 | g10: report whether key in agent is passphrase-protected or not | Daniel Kahn Gillmor | 1 | -1/+1 |
2016-04-29 | gpg: Remove all assert.h and s/assert/log_assert/. | Werner Koch | 1 | -6/+5 |
2016-01-18 | Use ngettext for some strings. | Werner Koch | 1 | -5/+5 |