search for: req_key_ext_h

Displaying 2 results from an estimated 2 matches for "req_key_ext_h".

2015 May 16
2
"Invalid KEX record length" during SPTPS key regeneration and related issues
...rent key regeneration protocol - maybe we should simply come up with a new one. How about simply terminating the current SPTPS channel and creating a new one? That would remove the need for a key regeneration protocol altogether, since it's just creating and terminating SPTPS channels. In fact, req_key_ext_h(REQ_KEY) is already smart enough to restart SPTPS if there's already a channel. Furthermore, if we allow the old and new channels to overlap for a short period of time, we can prevent packet loss during regeneration.
2015 May 16
0
"Invalid KEX record length" during SPTPS key regeneration and related issues
...n protocol - maybe we should simply > come up with a new one. How about simply terminating the current SPTPS > channel and creating a new one? That would remove the need for a key > regeneration protocol altogether, since it's just creating and > terminating SPTPS channels. In fact, req_key_ext_h(REQ_KEY) is already > smart enough to restart SPTPS if there's already a channel. > Furthermore, if we allow the old and new channels to overlap for a > short period of time, we can prevent packet loss during regeneration. I think this just shifts the complexity from sptps.c to net_pa...