1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00
gnupg/scd
NIIBE Yutaka e5891a82c3 Curve25519 support.
* agent/cvt-openpgp.c (get_keygrip): Handle Curve25519.
(convert_secret_key, convert_transfer_key): Ditto.
* common/openpgp-oid.c (oidtable): Add Curve25519.
(oid_crv25519, openpgp_oid_is_crv25519): New.
* common/util.h (openpgp_oid_is_crv25519): New.
* g10/ecdh.c (pk_ecdh_encrypt_with_shared_point): Handle the case
with Montgomery curve which uses x-only coordinate.
* g10/keygen.c (gen_ecc): Handle Curve25519.
(ask_curve): Change the API and second arg is to return subkey algo.
(generate_keypair, generate_subkeypair): Follow chage of ask_curve.
* g10/keyid.c (keygrip_from_pk): Handle Curve25519.
* g10/pkglue.c (pk_encrypt): Handle Curve25519.
* g10/pubkey-enc.c (get_it): Handle the case with Montgomery curve.
* scd/app-openpgp.c (ECC_FLAG_DJB_TWEAK): New.
(send_key_attr): Work with general ECC, Ed25519, and Curve25519.
(get_public_key): Likewise.
(ecc_writekey): Handle flag_djb_tweak.

--

When libgcrypt has Curve25519, GnuPG now supports Curve25519.
2015-08-06 17:00:41 +09:00
..
apdu.c scd: pinpad workaround for PC/SC implementations. 2015-06-23 10:10:15 +09:00
apdu.h gpg: Add sub-command "factory-reset" to --card-edit. 2014-12-15 17:38:40 +01:00
app-common.h scd: better handling of extended APDU. 2015-04-14 14:17:03 +09:00
app-dinsig.c scd: Rename 'keypad' to 'pinpad'. 2013-02-08 09:06:39 +09:00
app-geldkarte.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
app-help.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
app-nks.c Use inline functions to convert buffer data to scalars. 2015-02-11 10:28:25 +01:00
app-openpgp.c Curve25519 support. 2015-08-06 17:00:41 +09:00
app-p15.c scd: Fix int/short mismatch in format string of app-p15.c 2014-09-18 15:39:50 +02:00
app-sc-hsm.c scd: Minor changes to app-sc-hsm. 2014-08-14 14:09:37 +02:00
app.c gpg: Add sub-command "factory-reset" to --card-edit. 2014-12-15 17:38:40 +01:00
atr.c Switch to the libgpg-error provided estream. 2014-08-26 17:47:54 +02:00
atr.h scd: Add option --dump-atr to command APDU. 2011-12-15 15:21:02 +01:00
ccid-driver.c scd: Fix Cherry ST-2000 support for pinpad input. 2015-06-22 14:31:25 +09:00
ccid-driver.h scd: Add pinpad support for REINER SCT cyberJack go 2014-06-27 10:07:28 +02:00
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
command.c scd: Avoid double-free on error condition in scd 2014-12-22 13:17:50 +01:00
iso7816.c gpg: Add sub-command "factory-reset" to --card-edit. 2014-12-15 17:38:40 +01:00
iso7816.h scd: Rename 'keypad' to 'pinpad'. 2013-02-08 09:06:39 +09:00
Makefile.am scd: Remove unused files. 2015-07-09 12:51:03 +09:00
scdaemon-w32info.rc w32: Add icons and version information. 2013-05-07 21:35:48 +02:00
scdaemon.c Allow use of debug flag names for all tools. 2015-06-23 09:13:45 +02:00
scdaemon.h Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros. 2015-07-26 12:50:24 +02:00