Commit f321bcf
committed
Fix bug when legacy NPN is tested against a TLS 1.3 host (3.0)
When testing a TLS 1.3 host s_client_options used TLS 1.3 ciphers to test for NPN. As that is not implemented we nee dto make sure any other version is used.
This PR ensures that --after testing whether it's a TLS 1.3-only host where this test doesn't make any sense in the first place.
Fix for #26331 parent 439937f commit f321bcf
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10127 | 10127 | | |
10128 | 10128 | | |
10129 | 10129 | | |
| 10130 | + | |
| 10131 | + | |
| 10132 | + | |
| 10133 | + | |
| 10134 | + | |
| 10135 | + | |
10130 | 10136 | | |
10131 | 10137 | | |
10132 | 10138 | | |
| |||
10150 | 10156 | | |
10151 | 10157 | | |
10152 | 10158 | | |
| 10159 | + | |
10153 | 10160 | | |
10154 | 10161 | | |
10155 | 10162 | | |
10156 | 10163 | | |
10157 | 10164 | | |
| 10165 | + | |
10158 | 10166 | | |
10159 | 10167 | | |
10160 | 10168 | | |
10161 | 10169 | | |
10162 | | - | |
| 10170 | + | |
| 10171 | + | |
| 10172 | + | |
| 10173 | + | |
| 10174 | + | |
| 10175 | + | |
| 10176 | + | |
10163 | 10177 | | |
10164 | 10178 | | |
10165 | 10179 | | |
| |||
0 commit comments