Commit faae91e
Emmanuel Fusté
Correct client_renego timing bug.
OpenSSL will buffer only the first command till the establishment of the
session.
In case of slow session establishment, we could:
* loose some renego trys missing proper mitigation implementation
* loose some renego trys missing a real vulnerable host if 2/3 of the
tries are lost during session establishment (very slow startup).
Wait for the session to be fully establised before starting the renego
loop.1 parent 62b5859 commit faae91e
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17080 | 17080 | | |
17081 | 17081 | | |
17082 | 17082 | | |
17083 | | - | |
| 17083 | + | |
| 17084 | + | |
| 17085 | + | |
| 17086 | + | |
| 17087 | + | |
| 17088 | + | |
| 17089 | + | |
17084 | 17090 | | |
17085 | 17091 | | |
17086 | 17092 | | |
| |||
0 commit comments