Mark Atwood
05f8d0beed
evp: fix EVP_PKEY_cmp for EC keys after DER deserialization
...
wolfSSL_EVP_PKEY_cmp returned 'not equal' for EC keys that were
serialized to DER and deserialized back, even though the key material
was identical. This happened because keys imported via RFC 5915
(ECPrivateKey) without the optional public key field had type
ECC_PRIVATEKEY_ONLY, meaning the internal ecc_key.pubkey was not
populated. The point comparison then failed against a key that did
have a populated pubkey.
Fix by deriving the public key from the private key via
wc_ecc_make_pub() when the ecc_key type is ECC_PRIVATEKEY_ONLY
before comparing. Also ensure SetECKeyInternal() is called when
the internal representation is not yet synced from external BIGNUMs.
2026-06-03 16:09:53 -07:00
..
2026-05-29 16:21:15 -06:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-04-17 09:38:57 +10:00
2026-04-17 09:38:57 +10:00
2026-04-17 09:38:57 +10:00
2026-04-17 09:38:57 +10:00
2026-04-17 09:38:57 +10:00
2026-05-14 10:37:39 -07:00
2026-04-20 17:20:54 +00:00
2026-04-02 11:55:41 +02:00
2026-02-18 09:52:21 -07:00
2026-06-02 22:16:40 -05:00
2024-11-05 00:19:07 -06:00
2026-06-02 22:16:40 -05:00
2026-02-27 14:35:03 -08:00
2026-05-11 04:56:16 +02:00
2026-05-11 04:56:16 +02:00
2026-05-07 02:31:25 +00:00
2026-03-27 12:09:53 -06:00
2026-04-17 09:38:57 +10:00
2026-04-17 09:38:57 +10:00
2026-05-13 11:51:33 -06:00
2026-05-26 09:51:59 -06:00
2026-04-13 15:52:45 +00:00
2026-05-07 02:31:25 +00:00
2026-02-18 09:52:21 -07:00
2026-05-29 10:01:22 -07:00
2026-05-13 17:02:08 -07:00
2026-05-28 09:29:49 +10:00
2026-04-20 17:20:54 +00:00
2026-05-30 15:11:15 -05:00
2026-05-30 15:11:15 -05:00
2026-05-30 15:11:15 -05:00
2026-05-30 15:11:36 -05:00
2026-05-07 02:31:25 +00:00
2026-05-07 02:31:25 +00:00
2026-04-24 06:52:49 -06:00
2026-06-01 14:23:38 -05:00
2026-06-03 16:09:53 -07:00
2026-05-05 11:57:41 -07:00
2026-02-18 09:52:21 -07:00
2026-04-22 15:47:48 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-06-01 09:14:57 +10:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-04-28 12:58:32 -05:00
2026-04-24 06:52:49 -06:00
2026-04-24 06:52:49 -06:00
2026-05-11 11:35:22 -06:00
2026-05-08 16:00:54 -07:00
2026-05-05 04:36:16 +00:00
2026-04-19 20:38:41 +02:00
2026-04-15 21:28:43 -05:00
2026-05-13 11:36:36 -06:00
2026-05-13 11:36:36 -06:00
2026-03-16 17:09:13 -07:00
2026-05-26 11:39:34 -07:00
2026-04-01 14:12:02 -05:00
2026-05-10 20:34:48 -07:00
2026-05-01 14:06:51 -06:00
2026-04-17 09:38:57 +10:00
2026-04-17 09:38:57 +10:00
2026-03-24 10:49:58 +10:00
2026-04-22 11:39:39 -07:00
2026-05-20 07:25:35 -07:00
2026-05-08 16:00:54 -07:00
2026-05-20 01:25:46 -07:00
2026-03-05 10:52:20 -07:00
2026-05-04 17:18:39 +00:00
2026-05-30 15:11:15 -05:00
2026-05-30 15:11:36 -05:00
2026-05-16 09:48:35 -05:00
2026-05-07 10:03:41 +10:00
2026-04-17 09:38:57 +10:00
2026-05-20 11:33:31 +02:00
2026-04-17 09:38:57 +10:00
2026-04-24 06:52:49 -06:00
2026-05-05 10:20:39 -04:00
2026-05-19 10:06:56 -07:00
2026-04-01 14:12:02 -05:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-06-02 12:59:46 +10:00
2026-06-02 12:59:46 +10:00
2026-06-02 12:59:46 +10:00
2026-06-02 12:59:46 +10:00
2026-06-02 12:59:46 +10:00
2026-06-02 12:59:46 +10:00
2026-04-02 15:06:35 +02:00
2026-05-30 15:11:15 -05:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-02-18 09:52:21 -07:00
2026-06-01 10:59:27 -05:00
2026-06-01 10:59:27 -05:00
2026-06-02 12:59:46 +10:00
2026-05-07 02:31:25 +00:00
2026-04-01 15:28:35 -05:00
2026-02-18 09:52:21 -07:00
2026-05-12 20:57:31 +00:00
2026-05-11 16:18:12 +10:00
2026-05-13 16:43:41 +10:00
2026-05-16 09:48:35 -05:00
2026-05-26 14:54:30 +02:00
2026-05-12 13:32:19 +10:00
2026-05-07 08:17:27 +10:00
2026-05-20 09:06:54 -07:00
2026-05-26 14:54:30 +02:00
2026-05-27 14:52:54 -05:00
2026-04-15 18:03:39 -06:00
2026-05-26 14:54:30 +02:00
2026-05-06 15:29:08 +02:00
2026-05-11 10:45:38 -07:00
2026-05-12 20:57:31 +00:00
2026-02-18 09:52:21 -07:00
2026-05-30 15:11:36 -05:00