Skip to content

Commit 971e41f

Browse files
committed
crypto: remove wildcard options for checkEmail
Wildcard options do not affect X509_check_email. Refs: openssl/openssl#17536 Refs: nodejs#41571
1 parent 6d66649 commit 971e41f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/api/crypto.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -2472,6 +2472,11 @@ added: v15.6.0
24722472
<!-- YAML
24732473
added: v15.6.0
24742474
changes:
2475+
- version: REPLACEME
2476+
pr-url: https://github.com/nodejs/node/pull/41599
2477+
description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and
2478+
`singleLabelSubdomains` options have been removed since they
2479+
had no effect.
24752480
- version: REPLACEME
24762481
pr-url: https://github.com/nodejs/node/pull/41569
24772482
description: The subject option can now be set to `'default'`.
@@ -2481,10 +2486,6 @@ changes:
24812486
* `options` {Object}
24822487
* `subject` {string} `'default'`, `'always'`, or `'never'`.
24832488
**Default:** `'always'`.
2484-
* `wildcards` {boolean} **Default:** `true`.
2485-
* `partialWildcards` {boolean} **Default:** `true`.
2486-
* `multiLabelWildcards` {boolean} **Default:** `false`.
2487-
* `singleLabelSubdomains` {boolean} **Default:** `false`.
24882489
* Returns: {string|undefined} Returns `email` if the certificate matches,
24892490
`undefined` if it does not.
24902491

0 commit comments

Comments
 (0)