• E
    Repair EAP-FAST session resumption · 6e3d0153
    Emilia Kasper 提交于
    EAP-FAST session resumption relies on handshake message lookahead
    to determine server intentions. Commits
    980bc1ec
    and
    7b3ba508
    removed the lookahead so broke session resumption.
    
    This change partially reverts the commits and brings the lookahead back
    in reduced capacity for TLS + EAP-FAST only. Since EAP-FAST does not
    support regular session tickets, the lookahead now only checks for a
    Finished message.
    
    Regular handshakes are unaffected by this change.
    Reviewed-by: NDavid Benjamin <davidben@chromium.org>
    Reviewed-by: NMatt Caswell <matt@openssl.org>
    6e3d0153
ssl_err.c 39.8 KB