forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f44024
committed
SSL patch to periodically renegotiate session key.
In order to reduce the risk of cryptanalysis during extendedsessions (or brief ones involving a substantial amount of data),this patch renegotiates the session key after 64kib has beentransferred.Bear Giles1 parent55d0532 commit8f44024
2 files changed
+31
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 |
| |
43 | 49 |
| |
44 | 50 |
| |
| |||
52 | 58 |
| |
53 | 59 |
| |
54 | 60 |
| |
55 |
| - | |
| 61 | + | |
56 | 62 |
| |
57 | 63 |
| |
58 | 64 |
| |
| |||
126 | 132 |
| |
127 | 133 |
| |
128 | 134 |
| |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
129 | 141 |
| |
130 | 142 |
| |
131 | 143 |
| |
| |||
261 | 273 |
| |
262 | 274 |
| |
263 | 275 |
| |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
264 | 282 |
| |
265 | 283 |
| |
266 | 284 |
| |
267 | 285 |
| |
| 286 | + | |
268 | 287 |
| |
269 | 288 |
| |
270 | 289 |
| |
| |||
304 | 323 |
| |
305 | 324 |
| |
306 | 325 |
| |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
307 | 332 |
| |
308 | 333 |
| |
309 | 334 |
| |
310 | 335 |
| |
| 336 | + | |
311 | 337 |
| |
312 | 338 |
| |
313 | 339 |
| |
| |||
574 | 600 |
| |
575 | 601 |
| |
576 | 602 |
| |
| 603 | + | |
577 | 604 |
| |
578 | 605 |
| |
579 | 606 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
|
0 commit comments
Comments
(0)