Commit f4cdc6f
test: remove OpenSSL 1.0.2 error message compat
While upgrading from OpenSSL 1.0.2 to 1.1.1, these tests were modified
to recognize error messages from both OpenSSL releases. Given that
OpenSSL 1.0.2 has been unsupported for years, it is safe to remove the
older message patterns.
Refs: #16130
PR-URL: #46709
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent d4899b2 commit f4cdc6fCopy full SHA for f4cdc6f
File tree
Expand file treeCollapse file tree
4 files changed
+4
-10
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
4 files changed
+4
-10
lines changedOpen diff view settings
Collapse file
test/parallel/test-tls-junk-server.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-junk-server.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
| 24 | + |
27 | 25 | |
28 | 26 | |
29 | 27 | |
Collapse file
test/parallel/test-tls-no-sslv3.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-no-sslv3.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
46 | | - |
47 | | - |
| 45 | + |
48 | 46 | |
49 | 47 | |
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+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | 23 | |
25 | | - |
| 24 | + |
26 | 25 | |
27 | 26 | |
28 | 27 | |
|
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+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | 23 | |
25 | | - |
| 24 | + |
26 | 25 | |
27 | 26 | |
28 | 27 | |
|
0 commit comments