Commit 1a4d497
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 341496a commit 1a4d497Copy full SHA for 1a4d497
1 file changed
+19-10Lines changed: 19 additions & 10 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
Open 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 | |
| ||
88 | 93 | |
89 | 94 | |
90 | 95 | |
91 | | - |
| 96 | + |
92 | 97 | |
93 | | - |
| 98 | + |
94 | 99 | |
95 | | - |
96 | | - |
97 | | - |
| 100 | + |
| 101 | + |
| 102 | + |
98 | 103 | |
99 | 104 | |
100 | 105 | |
| ||
109 | 114 | |
110 | 115 | |
111 | 116 | |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
117 | 126 | |
118 | 127 | |
119 | 128 | |
|
0 commit comments