Commit ebd9add
crypto: clear error stack in ECDH::Initialize
Clean up OpenSSL error stack in `ECDH::Initialize`, some curves have
faulty implementations that are leaving dangling errors after
initializing the curve.
Fix: #4686
PR-URL: #4689
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>1 parent 310530b commit ebd9addCopy full SHA for ebd9add
File tree
Expand file treeCollapse file tree
2 files changed
+7
-0
lines changedOpen diff view settings
Filter options
- src
- test/parallel
Expand file treeCollapse file tree
2 files changed
+7
-0
lines changedOpen diff view settings
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4678 | 4678 | |
4679 | 4679 | |
4680 | 4680 | |
| 4681 | + |
| 4682 | + |
4681 | 4683 | |
4682 | 4684 | |
4683 | 4685 | |
|
Collapse file
test/parallel/test-crypto-dh.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-dh.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
159 | 159 | |
160 | 160 | |
161 | 161 | |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
162 | 167 | |
163 | 168 | |
164 | 169 | |
|
0 commit comments