-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that a PASE session doesn't outlive the fail-safe (and vice ve…
…rsa). (#19636) Per spec, when a fail-safe expires step 1 is: > Terminate any open PASE secure session by clearing any associated Secure > Session Context at the Server. We were not doing that. Similarly, per spec if a PASE session is terminated by CloseSession, it should expire the pending fail-safe, if any. We weren't doing that either.
- Loading branch information
1 parent
eba5bac
commit 5302409
Showing
2 changed files
with
58 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters