Commit 3cd1273
committed
Address complaint by Travis
Despite the fact google doesn't support RC4 ciphers, testssl.sh called
sslv2_sockets(). Google answered with a >= TLS alert. Building a sum then
failed then in sslv2_sockets().
This fixes sslv2_sockets() and introduces count_chars() as a helper function
(tested also under old FreeBSD to make sure it works under MacOSX).1 parent 888f4f9 commit 3cd1273
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
806 | 810 | | |
807 | 811 | | |
808 | 812 | | |
| |||
14331 | 14335 | | |
14332 | 14336 | | |
14333 | 14337 | | |
14334 | | - | |
14335 | | - | |
| 14338 | + | |
| 14339 | + | |
14336 | 14340 | | |
14337 | 14341 | | |
14338 | 14342 | | |
| |||
14344 | 14348 | | |
14345 | 14349 | | |
14346 | 14350 | | |
14347 | | - | |
| 14351 | + | |
14348 | 14352 | | |
14349 | 14353 | | |
14350 | 14354 | | |
| |||
14362 | 14366 | | |
14363 | 14367 | | |
14364 | 14368 | | |
| 14369 | + | |
14365 | 14370 | | |
14366 | 14371 | | |
14367 | 14372 | | |
| |||
0 commit comments