Commit 4b2a1ea
test: replace s_client in test-https-ci-reneg-attack
Replace `s_client` in test-https-ci-reneg-attack with built-in
client calling `tls.renegotiate()`. This also fixes the currently-broken
test. (It is broken due to a change in behavior in a
recently-updated-in-core version of `s_client`.)
PR-URL: #25720
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent bc81a68 commit 4b2a1eaCopy full SHA for 4b2a1ea
File tree
Expand file treeCollapse file tree
1 file changed
+34
-38
lines changedOpen diff view settings
Filter options
- test/pummel
Expand file treeCollapse file tree
1 file changed
+34
-38
lines changedOpen diff view settings
Collapse file
test/pummel/test-https-ci-reneg-attack.js
Copy file name to clipboardExpand all lines: test/pummel/test-https-ci-reneg-attack.js+34-38Lines changed: 34 additions & 38 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
32 | 31 | |
33 | 32 | |
34 | 33 | |
| ||
63 | 62 | |
64 | 63 | |
65 | 64 | |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
| 65 | + |
| 66 | + |
| 67 | + |
72 | 68 | |
73 | | - |
74 | | - |
| 69 | + |
75 | 70 | |
76 | 71 | |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
82 | 76 | |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
88 | 81 | |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
98 | 104 | |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | 105 | |
104 | 106 | |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | 107 | |
112 | 108 | |
0 commit comments