nx_x509_validity_test.nx
buildroot/runtime/nx_x509_validity_test.nx
about
nx_x509_validity_test.nx -- KAT for the X.509 validity period
parser + range-check. Exercises both ASN.1 Time encodings
(UTCTime 0x17 and GeneralizedTime 0x18), the OK / NOT_YET_VALID /
EXPIRED verdicts, plus error paths for bad tag, bad length,
inverted range, and missing validity.
expect_exit: 0
license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_asn1.nxnx_x509.nxnx_x509_validity.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
| 21 | func emit_utctime(buf: *u8, off: i64, called by 1: main |
| 45 | func emit_gentime(buf: *u8, off: i64, called by 1: main |
| 68 | func main() -> i64 |