nx_cert_debug.nx
buildroot/runtime/nx_cert_debug.nx
about
nx_cert_debug.nx -- debug why nx_cert_monitor misparsed the real fullchain cert. Prints x509_parse's
validity_off/len, the raw validity bytes, and the parsed notBefore/notAfter epochs, for the real
fullchain + leaf. Oracle: openssl says notAfter = Aug 26 2026 15:35:00 UTC ~= epoch 1787758500.
dependencies 3 imports · 0 importers
imports: nx_x509.nxnx_x509_validity.nxnx_cert_monitor.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 8 | func dbg_hex(b: *u8, off: i64, n: i64) -> i64 called by 1: dbg_cert |
| 19 | func dbg_ascii(b: *u8, off: i64, n: i64) -> i64 called by 1: dbg_cert |
| 25 | func dbg_cert(path: *u8) -> i64 |
| 47 | func main() -> i64 |