David Horstmann
dcf73265ba
Fix incorrect detection of HardwareModuleName
...
The hardware module name otherName SAN contains 2 OIDs:
OtherName ::= SEQUENCE {
type-id OBJECT IDENTIFIER,
value [0] EXPLICIT ANY DEFINED BY type-id }
HardwareModuleName ::= SEQUENCE {
hwType OBJECT IDENTIFIER,
hwSerialNum OCTET STRING }
The first, type-id, is the one that identifies the otherName as a
HardwareModuleName. The second, hwType, identifies the type of hardware.
This change fixes 2 issues:
1. We were erroneously trying to identify HardwareModuleNames by looking
at hwType, not type-id.
2. We accidentally inverted the check so that we were checking that
hwType did NOT match HardwareModuleName.
This fix ensures that type-id is correctly checked to make sure that it
matches the OID for HardwareModuleName.
Signed-off-by: David Horstmann <david.horstmann@arm.com >
2023-08-18 19:51:06 +01:00
..
2023-04-28 13:19:30 +02:00
2023-04-28 13:19:30 +02:00
2023-04-28 13:19:30 +02:00
2023-03-20 10:57:42 +00:00
2023-03-20 10:57:42 +00:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2022-06-29 11:04:48 +02:00
2023-07-18 12:54:30 +01:00
2023-01-11 14:52:35 +01:00
2023-04-28 13:19:30 +02:00
2023-04-26 22:51:10 +02:00
2023-04-28 13:19:30 +02:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2022-10-24 05:40:55 -04:00
2022-10-18 06:11:21 -04:00
2022-10-20 06:43:55 -04:00
2022-10-18 06:11:21 -04:00
2022-10-24 05:40:55 -04:00
2022-03-02 16:54:41 +00:00
2022-03-02 16:54:41 +00:00
2022-10-18 06:11:21 -04:00
2023-01-11 14:52:35 +01:00
2022-10-24 05:40:55 -04:00
2022-10-18 07:05:55 -04:00
2023-01-11 14:52:35 +01:00
2022-12-01 19:49:36 +01:00
2023-01-11 14:52:35 +01:00
2022-12-01 19:49:36 +01:00
2023-01-11 14:52:35 +01:00
2023-02-02 12:46:39 +00:00
2022-08-01 15:57:06 +01:00
2023-05-23 10:47:58 +02:00
2023-01-11 14:52:35 +01:00
2022-10-25 20:08:29 +02:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2022-09-23 10:42:33 +01:00
2023-01-11 14:52:35 +01:00
2022-04-28 18:22:20 +01:00
2023-01-11 14:52:35 +01:00
2022-09-20 10:03:24 +01:00
2023-07-12 13:59:18 +01:00
2023-07-20 18:10:26 +02:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-02-06 13:12:51 +01:00
2023-02-09 09:26:23 +01:00
2023-02-02 15:34:23 +00:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-03-16 01:07:35 -04:00
2023-03-16 01:07:35 -04:00
2023-07-10 11:38:30 +01:00
2023-01-11 14:52:35 +01:00
2022-10-25 20:08:38 +02:00
2023-04-27 11:55:05 +02:00
2022-08-01 15:57:06 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2022-10-18 06:11:21 -04:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-05-10 12:12:40 +01:00
2023-04-27 12:02:09 +02:00
2023-05-02 16:38:57 +02:00
2023-05-02 16:38:57 +02:00
2023-04-28 13:19:30 +02:00
2023-04-28 13:19:30 +02:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2022-04-04 14:29:50 +02:00
2023-01-11 14:52:35 +01:00
2022-04-28 18:22:20 +01:00
2023-07-20 18:11:22 +02:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-07-20 18:10:26 +02:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2022-04-15 16:15:48 +02:00
2022-04-25 09:49:39 +02:00
2022-06-30 13:57:27 +02:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-07-18 12:54:30 +01:00
2023-07-18 12:54:30 +01:00
2022-04-15 16:15:48 +02:00
2023-01-11 14:52:35 +01:00
2022-04-20 20:58:04 +02:00
2023-04-27 15:41:41 +01:00
2023-07-18 12:54:30 +01:00
2023-01-11 14:52:35 +01:00
2023-07-20 18:10:26 +02:00
2022-08-01 15:57:06 +01:00
2023-01-11 14:52:35 +01:00
2023-01-11 14:52:35 +01:00
2023-01-19 17:12:38 -05:00
2023-07-20 20:04:27 +02:00
2022-04-08 08:34:41 -04:00
2023-03-31 18:05:19 +01:00
2023-08-02 15:35:45 +01:00
2023-01-11 14:52:35 +01:00
2023-07-31 17:33:23 +02:00
2023-08-18 19:51:06 +01:00
2023-06-27 17:34:58 +01:00
2023-04-27 11:37:58 +02:00
2023-01-11 14:52:35 +01:00