Add comment explaining the difference between ICAC1_SUCCESS and ICAC2_SUCCESS
This commit is contained in:
parent
629feea4ec
commit
5cda85898b
1 changed files with 1 additions and 0 deletions
|
@ -965,6 +965,7 @@ mod tests {
|
||||||
89, 175, 253, 78, 212, 7, 69, 207, 140, 45, 129, 249, 64, 104, 70, 68, 43, 164, 19,
|
89, 175, 253, 78, 212, 7, 69, 207, 140, 45, 129, 249, 64, 104, 70, 68, 43, 164, 19,
|
||||||
126, 114, 138, 79, 104, 238, 20, 226, 88, 118, 105, 56, 12, 92, 31, 171, 24,
|
126, 114, 138, 79, 104, 238, 20, 226, 88, 118, 105, 56, 12, 92, 31, 171, 24,
|
||||||
];
|
];
|
||||||
|
// This cert has two of the fields in the extensions list swapped to a different order to be non-consecutive
|
||||||
pub const ICAC2_SUCCESS: [u8; 263] = [
|
pub const ICAC2_SUCCESS: [u8; 263] = [
|
||||||
21, 48, 1, 16, 67, 38, 73, 198, 26, 31, 20, 101, 57, 46, 16, 143, 77, 160, 128, 161,
|
21, 48, 1, 16, 67, 38, 73, 198, 26, 31, 20, 101, 57, 46, 16, 143, 77, 160, 128, 161,
|
||||||
36, 2, 1, 55, 3, 39, 20, 255, 90, 200, 17, 145, 105, 71, 215, 24, 38, 4, 123, 59, 211,
|
36, 2, 1, 55, 3, 39, 20, 255, 90, 200, 17, 145, 105, 71, 215, 24, 38, 4, 123, 59, 211,
|
||||||
|
|
Loading…
Add table
Reference in a new issue