nx_reach12_test.nx
buildroot/runtime/nx_reach12_test.nx
about
nx_reach12_test.nx -- DISCRIMINATOR for debt 1785519121. nx_tls12_probe reaches usgs.gov over
TLS-1.2 (AUTHENTICATED, 200, 1307B) but nx_https_fetch_follow_best's 1.2 leg returns -3 HANDSHAKE
on the SAME URL. Two candidates: (a) two DIFFERENT 1.2 impls -- nx_tls12_req.t12_request vs
nx_tls12_client_session_run; (b) the two failed 1.3 hellos in _best poison the 1.2 attempt.
This runs BOTH impls in ONE process on a FRESH connection each, with no 1.3 attempt before either.
A succeeds + B fails => (a), the impls differ. Both succeed => (b), _best's earlier hellos are the cause.
expect_exit: 0 license_tier: ORIGINAL
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_tls12_req.nxnx_https_fetch_follow.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| 14 | const R12_CAP: i64 = 1048576 |
| 15 | const R12_CERT: i64 = 4194304 |
functions
| 17 | func r12_vlen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: r12_puts |
| 18 | func r12_puts(s: *u8) -> i64 { let n: i64 = r12_vlen(s); sys_write(1, s, n); return 0 } |
| 19 | func r12_putn(v: i64) -> i64 |
| 31 | func main() -> i64 |