| Commit message (Expand) | Author | Files | Lines |
2024-10-08 | common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old. | NIIBE Yutaka | 1 | -1/+1 |
2024-01-23 | sm: Fix ECDH encryption with dhSinglePass-stdDH-sha384kdf-scheme. | NIIBE Yutaka | 1 | -1/+1 |
2023-11-08 | gpgsm: Cleanup of legacy variable name use. | Werner Koch | 1 | -45/+33 |
2023-10-24 | sm: Flag Brainpool curves as compliant for all other operations. | Werner Koch | 1 | -3/+7 |
2023-07-25 | sm: Use estream for I/O. | NIIBE Yutaka | 1 | -12/+2 |
2023-06-15 | gpgsm: New option --input-size-hint. | Werner Koch | 1 | -0/+2 |
2023-06-15 | gpgsm: Print PROGRESS status lines. | Werner Koch | 1 | -1/+3 |
2022-03-08 | gpgsm: New option --require-compliance | Werner Koch | 1 | -0/+9 |
2021-05-20 | sm: Avoid memory leaks and double double-free | Jakub Jelen | 1 | -0/+1 |
2021-02-24 | sm: Silence some output on --quiet | Werner Koch | 1 | -1/+2 |
2021-01-28 | Include the library version in the compliance checks. | Werner Koch | 1 | -1/+1 |
2020-09-03 | sm: Add arg ctrl to keydb_new. | Werner Koch | 1 | -1/+1 |
2020-07-08 | gpgsm: Replace all assert calls by log_assert. | Werner Koch | 1 | -1/+0 |
2020-07-03 | sm: Exclude rsaPSS from de-vs compliance mode. | Werner Koch | 1 | -2/+3 |
2020-05-08 | sm: Allow decryption using dhSinglePass-stdDH-sha1kdf-scheme. | Werner Koch | 1 | -31/+15 |
2020-05-04 | sm: Support encryption using ECDH keys. | Werner Koch | 1 | -12/+305 |
2017-07-28 | gpg,sm: String changes for compliance diagnostics. | Werner Koch | 1 | -2/+1 |
2017-07-27 | gpg,sm: Allow encryption (with warning) to any key in de-vs mode. | Werner Koch | 1 | -8/+9 |
2017-07-17 | gpg,sm: Check compliance of the RNG. | Werner Koch | 1 | -0/+11 |
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 | 1 | -3/+3 |
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/+28 |
2017-03-07 | Remove -I option to common. | NIIBE Yutaka | 1 | -1/+1 |
2017-02-16 | common: Rename remaining symbols in ksba-io-support. | Werner Koch | 1 | -3/+3 |
2017-02-16 | common: Remove gpgsm dependencies from ksba-io-support. | Werner Koch | 1 | -1/+4 |
2016-11-10 | sm: Remove unused arg SECRET from keydb functions. | Werner Koch | 1 | -1/+1 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2015-12-15 | sm: Handle gcry_pk_encrypt return value. | NIIBE Yutaka | 1 | -2/+5 |
2012-08-24 | Fix typos spotted during translations | David Prévot | 1 | -1/+1 |
2012-06-05 | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 1 | -3/+3 |
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -22/+22 |
2010-12-02 | s/AES/AES128/ in diagnostics and --list-config | Werner Koch | 1 | -1/+1 |
2010-11-26 | Remove superfluous parameter. | Werner Koch | 1 | -1/+1 |
2010-03-08 | Replace use stdio by estream functions. | Werner Koch | 1 | -12/+16 |
2009-06-02 | Fix for bug#1066. | Werner Koch | 1 | -15/+3 |
2008-06-23 | Code cleanup. | Werner Koch | 1 | -14/+12 |
2007-12-12 | Support DSA2. | Werner Koch | 1 | -2/+18 |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 |
2007-03-19 | Allow export to work on systems without funopen/fopencookie. | Werner Koch | 1 | -1/+1 |
2007-02-26 | Add new SVN only file README.maint | Werner Koch | 1 | -2/+2 |
2006-12-21 | 2006-12-21 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+1 |
2006-09-06 | The big Assuan error code removal. | Werner Koch | 1 | -5/+5 |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -550/+0 |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -6/+6 |
2004-06-06 | * configure.ac: Require libksba 0.9.7. | Werner Koch | 1 | -2/+2 |
2004-02-13 | * encrypt.c (init_dek): Check for too weak algorithms. | Werner Koch | 1 | -2/+17 |
2003-12-17 | * server.c (gpgsm_server): Add arg DEFAULT_RECPLIST. | Werner Koch | 1 | -3/+9 |
2003-12-17 | Replaced deprecated type names. | Werner Koch | 1 | -7/+7 |