HW tests for part_init#544
Conversation
There was a problem hiding this comment.
Copilot encountered an error: Your billing is not configured or you have Copilot licenses from multiple standalone organizations or enterprises. To use premium requests, select a billing entity via the GitHub site, under Settings > Copilot > Features.
|
|
||
| // -- PTACSR wire-shape -------------------------------------- | ||
| assert!(!resp.pta_csr.is_empty(), "PTACSR must be non-empty"); | ||
| assert!( |
|
|
||
| // -- PTACSR PKCS#10 parse + self-signature verify ----------- | ||
| let csr = X509Csr::from_der(&resp.pta_csr).unwrap_or_else(|e| { | ||
| panic!( |
|
|
||
| // -- PTAReport wire-shape ----------------------------------- | ||
| assert!(!resp.pta_report.is_empty(), "PTAReport must be non-empty"); | ||
| assert!( |
There was a problem hiding this comment.
Copilot encountered an error: Your billing is not configured or you have Copilot licenses from multiple standalone organizations or enterprises. To use premium requests, select a billing entity via the GitHub site, under Settings > Copilot > Features.
f2cd2e6 to
14c64b9
Compare
There was a problem hiding this comment.
Copilot encountered an error: Your billing is not configured or you have Copilot licenses from multiple standalone organizations or enterprises. To use premium requests, select a billing entity via the GitHub site, under Settings > Copilot > Features.
Hardware tests for part init command