Commit c42935b
crypto: add compat logic for "DSS1" and "dss1"
In OpenSSL 1.1.0, EVP_dss1() is removed. These hash names were exposed
in Node's public API, so add compatibility hooks for them.
PR-URL: #16130
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>1 parent 5c24fc3 commit c42935bCopy full SHA for c42935b
File tree
Expand file treeCollapse file tree
1 file changed
+8
-0
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+8
-0
lines changedOpen diff view settings
Collapse file
+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4080 | 4080 | |
4081 | 4081 | |
4082 | 4082 | |
| 4083 | + |
| 4084 | + |
| 4085 | + |
| 4086 | + |
| 4087 | + |
| 4088 | + |
| 4089 | + |
| 4090 | + |
4083 | 4091 | |
4084 | 4092 | |
4085 | 4093 | |
|
0 commit comments