Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e39e62

Browse filesBrowse files
tniessenBethGriggs
authored andcommitted
crypto: remove wildcard options for checkEmail
Wildcard options do not affect X509_check_email. Refs: openssl/openssl#17536 Refs: #41571 PR-URL: #41599 Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 4a4c907 commit 9e39e62
Copy full SHA for 9e39e62

File tree

Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+5-4Lines changed: 5 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.