commit | ad3819c29ed91ee31ebc806939e6104970694811 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Fri Dec 04 10:18:01 2015 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Dec 04 20:26:54 2015 +0000 |
tree | 2cb36f7899554a143f9f98f6075914f40dec9bb2 | |
parent | 1c86d8fd41458d35736ef5b04d7a76cbcf1a274c [diff] |
Fix EAP FAST in the new state machine The new state machine code missed an allowed transition when resuming a session via EAP FAST. This commits adds the missing check for the transition. Reviewed-by: Andy Polyakov <appro@openssl.org>