1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
NIIBE Yutaka a763bb2580 gpg,agent: Support Ed448 signing.
* agent/pksign.c (do_encode_eddsa): First argument is NBITs,
so that it can support Ed448, as well as Ed25519.
(agent_pksign_do): Follow the change.
* agent/sexp-secret.c (fixup_when_ecc_private_key): No fix-up needed
for Ed448, it's only for classic curves.
* common/openpgp-oid.c (oidtable): Add Ed448.
* common/sexputil.c (get_pk_algo_from_key): Ed448 is only for EdDSA.
* g10/export.c (match_curve_skey_pk): Ed448 is for EdDSA.
* g10/keygen.c (gen_ecc): Support Ed448 with the name of "ed448".
(ask_algo, parse_key_parameter_part): Handle "ed448".
* g10/pkglue.c (pk_verify): Support Ed448.
(pk_check_secret_key): Support Ed448.
* g10/sign.c (hash_for): Defaults to SHA512 for Ed448.
(make_keysig_packet): Likewise.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2020-06-24 10:05:03 +09:00
..
2019-05-14 11:20:07 +09:00
2018-11-08 12:14:23 +09:00
2018-05-29 12:42:52 +02:00
2019-06-23 20:21:02 -04:00
2020-01-01 19:05:16 +01:00
2018-10-24 15:56:18 -04:00
2020-06-24 10:05:03 +09:00
2020-06-08 15:22:58 +02:00
2015-02-04 09:15:34 +01:00
2015-02-04 09:15:34 +01:00
2017-03-07 20:25:54 +09:00
2017-03-07 20:25:54 +09:00
2018-10-25 16:53:05 -04:00
2020-02-18 18:07:46 -05:00
2020-02-18 18:07:46 -05:00
2020-06-24 10:05:03 +09:00
2020-05-04 14:55:34 +02:00
2020-02-18 18:07:46 -05:00
2020-04-15 22:21:46 +02:00
2017-03-07 20:25:54 +09:00
2017-03-07 20:25:54 +09:00
2020-02-18 18:07:46 -05:00
2019-07-11 12:32:44 +09:00
2020-03-14 18:04:47 +01:00
2020-06-08 15:22:58 +02:00
2020-06-08 15:22:58 +02:00
2019-07-23 12:04:21 +09:00
2020-06-09 11:00:16 +02:00
2020-06-24 10:05:03 +09:00
2020-06-09 15:45:51 +09:00
2017-03-07 20:25:54 +09:00
2020-06-09 15:45:51 +09:00
2017-01-23 19:16:55 +01:00
2017-02-21 13:11:46 -05:00
2017-03-07 20:32:09 +09:00
2017-03-07 20:25:54 +09:00
2020-06-08 15:22:58 +02:00
2020-06-24 10:05:03 +09:00
2019-09-09 15:01:47 +02:00
2016-03-08 14:08:49 +01:00
2020-02-18 18:07:46 -05:00
2017-03-07 20:25:54 +09:00
2019-09-09 15:01:47 +02:00
2016-12-06 12:16:56 +01:00
2020-04-03 15:30:08 +09:00