aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/tls/node-tls-internals.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-28fix(tls) exposes native canonicalizeIP and fix rootCertificates (#3866)Gravatar Ciro Spaciari 1-0/+42
* exposes native canonicalizeIP * remove unintended duplicate * add tests * add tests for debug builds * add rootCertificates test and fix len * just randomize test ids on prisma * remove work around and bump usockets with the actual fix * fix case * bump uws