1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-10-29 19:48:43 +01:00
gnupg/sm
NIIBE Yutaka 57dce1ee62
common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.
* common/util.h (openpgp_curve_to_oid): Add new argument to select OID
by OpenPGP version.
* common/openpgp-oid.c (openpgp_curve_to_oid): Implement returning
selected OID for Curve25519.
* common/openpgp-fpr.c (compute_openpgp_fpr_ecc): Follow the change,
selecting by the version.
* g10/export.c (match_curve_skey_pk): Likewise.
(transfer_format_to_openpgp): Likewise.
* g10/gpg.c (list_config): Likewise, print new OID.
* g10/keygen.c (ecckey_from_sexp): Likewise, selecting by the version.
* sm/encrypt.c (ecdh_encrypt): Likewise, don't care.
* sm/minip12.c (build_ecc_key_sequence): Likewise, new OID.
* scd/app-openpgp.c (ecdh_params, gen_challenge): Likewise, don't
care.
(ecc_read_pubkey, change_keyattr_from_string, ecc_writekey): Likewise,
old OID.

--

GnuPG-bug-id: 7316
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
2024-10-08 15:25:41 +09:00
..
call-agent.c gpgsm: Add compatibility flag no-keyinfo-cache 2024-10-04 12:24:00 +02:00
call-dirmngr.c common: Prepare for more flags in start_new_service. 2023-08-29 13:18:13 +02:00
certchain.c gpgsm: Silence messages about dirmngr cache lookup failed. 2024-09-30 18:47:31 +02:00
certcheck.c gpgsm: Avoid double free when checking rsaPSS signatures. 2024-05-28 17:15:03 +02:00
certdump.c gpgsm: New option --no-pretty-dn 2023-03-16 09:46:05 +01:00
certlist.c gpgsm: Add --always-trust feature. 2023-08-31 12:30:26 +02:00
certreqgen-ui.c gpgsm: Allow to add extensions at the --gen-key prompt. 2024-03-27 12:12:52 +01:00
certreqgen.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
decrypt.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
delete.c sm: Implement delete key in keyboxd mode 2020-09-21 09:20:40 +02:00
encrypt.c common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old. 2024-10-08 15:25:41 +09:00
export.c Use gpgrt_process_spawn API from libgpg-error. 2024-07-09 10:04:16 +09:00
fingerprint.c common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve. 2024-10-08 14:58:29 +09:00
gpgsm-w32info.rc w32: Add missing manifests and set a requestedExecutionLevel. 2023-05-24 12:14:06 +02:00
gpgsm.c gpgsm: Add compatibility flag no-keyinfo-cache 2024-10-04 12:24:00 +02:00
gpgsm.h gpgsm: Add compatibility flag no-keyinfo-cache 2024-10-04 12:24:00 +02:00
gpgsm.w32-manifest.in w32: Add missing supportedOS Ids for Windows-10 2023-05-24 14:17:06 +02:00
import.c Use gpgrt_process_spawn API from libgpg-error. 2024-07-09 10:04:16 +09:00
keydb.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
keydb.h sm: Implement initial support for keyboxd. 2020-09-10 13:05:17 +02:00
keylist.c sm: Emit user IDs in colon mode even if the Subject is empty. 2024-06-21 10:19:00 +02:00
Makefile.am sm: Major rewrite of the PKCS#12 parser 2023-06-28 17:34:19 +02:00
minip12.c common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old. 2024-10-08 15:25:41 +09:00
minip12.h gpgsm: Allow parsing of PKCS#12 files with two private keys. 2024-01-15 09:56:07 +01:00
misc.c indent: Fix spelling 2024-05-31 12:28:32 +02:00
passphrase.c gpg,common,scd,sm: Function prototype fixes for modern compiler. 2022-09-13 16:34:00 +09:00
passphrase.h Change all http://www.gnu.org in license notices to https:// 2016-11-05 12:02:19 +01:00
qualified.c Replace most of the remaining stdio calls by estream calls. 2020-10-20 12:15:56 +02:00
server.c gpgsm: Implement a cache for the KEYINFO queries. 2024-10-02 16:45:09 +02:00
sign.c Merge branch 'STABLE-BRANCH-2-4' 2023-12-22 13:45:02 +01:00
t-minip12.c sm: Add a debug helper command to t-minip12.c 2024-08-06 15:59:26 +02:00
verify.c gpgsm: New option --assert-signer 2024-09-11 14:30:40 +02:00