Commit bec0421
test: update test expectations for OpenSSL 1.1.0
Some errors in the two versions are different. The test-tls-no-sslv3 one
because OpenSSL 1.1.x finally does version negotiation properly. 1.0.x's
logic was somewhat weird and resulted in very inconsistent errors for
SSLv3 in particular.
Also the function codes are capitalized differently, but function codes
leak implementation details, so don't assert on them to begin with.
PR-URL: #16130
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>1 parent 8a8ac8c commit bec0421Copy full SHA for bec0421
File tree
Expand file treeCollapse file tree
5 files changed
+13
-5
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
5 files changed
+13
-5
lines changedOpen diff view settings
Collapse file
test/parallel/test-crypto.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
238 | 238 | |
239 | 239 | |
240 | 240 | |
241 | | - |
| 241 | + |
242 | 242 | |
243 | 243 | |
244 | 244 | |
|
Collapse file
test/parallel/test-tls-junk-server.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-junk-server.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
| 25 | + |
| 26 | + |
25 | 27 | |
26 | 28 | |
27 | 29 | |
Collapse file
test/parallel/test-tls-no-sslv3.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-no-sslv3.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
| 49 | + |
| 50 | + |
| 51 | + |
50 | 52 | |
51 | 53 | |
Collapse file
test/parallel/test-tls-server-failed-handshake-emits-clienterror.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-server-failed-handshake-emits-clienterror.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | | - |
| 25 | + |
| 26 | + |
25 | 27 | |
26 | 28 | |
27 | 29 | |
|
Collapse file
test/parallel/test-tls-socket-failed-handshake-emits-error.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-socket-failed-handshake-emits-error.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | | - |
| 25 | + |
| 26 | + |
25 | 27 | |
26 | 28 | |
27 | 29 | |
|
0 commit comments