Fix EAP FAST in the new state machine
authorMatt Caswell <matt@openssl.org>
Fri, 4 Dec 2015 10:18:01 +0000 (10:18 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Dec 2015 20:26:54 +0000 (20:26 +0000)
commitad3819c29ed91ee31ebc806939e6104970694811
tree2cb36f7899554a143f9f98f6075914f40dec9bb2
parent1c86d8fd41458d35736ef5b04d7a76cbcf1a274c
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>
ssl/statem/statem_clnt.c