aboutsummaryrefslogtreecommitdiffstats
path: root/agent/cvt-openpgp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-05gpg: Allow to create a Kyber key from keygrips.Werner Koch1-0/+11
2024-01-22agent: Add "ephemeral" Assuan option.Werner Koch1-4/+6
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-2/+2
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch1-2/+2
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch1-1/+1
2022-12-01agent: Fix import of protected v5 keys.Werner Koch1-3/+4
2021-06-09agent: Fix importing protected secret key.NIIBE Yutaka1-21/+49
2021-06-04agent: Appropriate error code for importing key with no passwd.NIIBE Yutaka1-0/+2
2021-05-20agent: Avoid memory leaks in error code paths.Jakub Jelen1-1/+4
2020-11-09agent: Fix SOS handling with libgcrypt 1.8.NIIBE Yutaka1-2/+19
2020-08-17agent: Allow to pass a timestamp to genkey and import.Werner Koch1-2/+2
2020-06-05agent: For ECC, use opaque MPI for key representation.NIIBE Yutaka1-20/+69
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-5/+4
2019-05-03agent: Put Token lines into the key files.Werner Koch1-2/+3
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch1-1/+1
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-2/+2
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-09agent: SSH support improvement.NIIBE Yutaka1-1/+1
2016-04-12agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch1-1/+1
2015-12-24agent: IMPORT_KEY with --force option fix.NIIBE Yutaka1-5/+5
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-1/+1
2015-09-19agent: Fix importing ECC key.NIIBE Yutaka1-99/+11
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield1-2/+2
2015-08-10agent: fix ECC key handling.NIIBE Yutaka1-38/+20
2015-08-06Curve25519 support.NIIBE Yutaka1-32/+59
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch1-1/+1
2015-03-19agent: Compute correct MPI length header for protected ECC keys.Werner Koch1-2/+21
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-3/+4
2015-01-29agent: Fix use of imported but unprotected openpgp keys.Werner Koch1-7/+19
2015-01-28agent: Add some extra robustness to extract_private_keyWerner Koch1-2/+10
2015-01-27agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka1-40/+121
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-2/+1
2014-09-02agent: Fix import of OpenPGP EdDSA keys.Werner Koch1-18/+66
2014-06-26agent: Fix export of RSA keys to OpenPGP.Werner Koch1-1/+1
2014-06-20gpg: Make export of ECC keys work again.Werner Koch1-9/+28
2014-05-08agent: Fix import of non-protected gpg keys.Werner Koch1-3/+9
2014-05-07gpg: Finish experimental support for Ed25519.Werner Koch1-84/+100
2014-04-28ECC Fixes.NIIBE Yutaka1-29/+8
2014-04-15gpg: Fix regression in secret key export.Werner Koch1-21/+27
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-53/+49
2013-05-22Implement unattended OpenPGP secret key import.Werner Koch1-91/+274
2011-06-01Fix size_t vs int issues.Marcus Brinkmann1-1/+1
2011-04-26Fixed regression in OpenPGP secret key export.Werner Koch1-1/+4
2011-03-08Require libgcrypt 1.5Werner Koch1-7/+0
2011-02-02Sample ECC keys and message do now work.Werner Koch1-44/+42
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-16/+15
2011-01-13Fixed key generation with P-521. Confirmed that signature generation and veri...Andrey Jivsov1-7/+1
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-8/+46
2010-12-02s/AES/AES128/ in diagnostics and --list-configWerner Koch1-1/+1