Searched refs:checkEmail (Results 1 – 5 of 5) sorted by relevance
134 assert.strictEqual(x509.checkEmail('ry@tinyclouds.org'), 'ry@tinyclouds.org');135 assert.strictEqual(x509.checkEmail('sally@example.com'), undefined);142 assert.throws(() => x509.checkEmail('not\x00hing'), {
313 checkEmail(email, options) { method in X509Certificate315 return this[kHandle].checkEmail(email, getFlags(options));
2503 ### `x509.checkEmail(email[, options])`
561 …ejs/node/commit/9e39e62ae2)] - **crypto**: remove wildcard options for checkEmail (Tobias Nießen) …
107 …ejs/node/commit/fe0f9dc611)] - **crypto**: remove wildcard options for checkEmail (Tobias Nießen) …