Commit 39a80ee
test: adjust tls-set-ciphers for OpenSSL32
Refs: #53382
The test failed as it was using AES128 which is not supported
in OpenSSL32 due to default security level and because
some error messages have changed.
Adjusted to use AES256 where it made sense and not run
tests on OpenSSL32 where test was specific to AES128.
Adjust to use the expected error messages based on version.
Signed-off-by: Michael Dawson <midawson@redhat.com>
PR-URL: #55016
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent b1cad51 commit 39a80eeCopy full SHA for 39a80ee
File tree
Expand file treeCollapse file tree
1 file changed
+19
-10
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+19
-10
lines changedOpen diff view settings
Collapse file
test/parallel/test-tls-set-ciphers.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-set-ciphers.js+19-10Lines changed: 19 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
79 | 79 | |
80 | 80 | |
81 | 81 | |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
82 | 87 | |
83 | 88 | |
84 | 89 | |
| ||
89 | 94 | |
90 | 95 | |
91 | 96 | |
92 | | - |
| 97 | + |
93 | 98 | |
94 | | - |
| 99 | + |
95 | 100 | |
96 | | - |
97 | | - |
98 | | - |
| 101 | + |
| 102 | + |
| 103 | + |
99 | 104 | |
100 | 105 | |
101 | 106 | |
| ||
110 | 115 | |
111 | 116 | |
112 | 117 | |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
118 | 127 | |
119 | 128 | |
120 | 129 | |
|
0 commit comments