Searched refs:checkIP (Results 1 – 5 of 5) sorted by relevance
130 assert.strictEqual(x509.checkIP('127.0.0.1'), undefined);131 assert.strictEqual(x509.checkIP('::'), undefined);139 assert.throws(() => x509.checkIP('[::]'), {
318 checkIP(ip, options) { method in X509Certificate325 return this[kHandle].checkIP(ip, getFlags(options));
2587 ### `x509.checkIP(ip)`
563 * \[[`b43faf0fc5`](https://github.com/nodejs/node/commit/b43faf0fc5)] - **crypto**: remove checkIP …
109 * \[[`1ef28f1a3d`](https://github.com/nodejs/node/commit/1ef28f1a3d)] - **crypto**: remove checkIP …