Handshake log events are a bit more specific now
This commit is contained in:
parent
f5d8f653af
commit
7973a8d59b
Binary file not shown.
@ -729,7 +729,10 @@ void eap::method_tls::get_result(
|
|||||||
}
|
}
|
||||||
|
|
||||||
case EapPeerMethodResultFailure:
|
case EapPeerMethodResultFailure:
|
||||||
m_module.log_event(&EAPMETHOD_TLS_FAILURE, event_data((unsigned int)eap_type_tls), event_data::blank);
|
m_module.log_event(
|
||||||
|
m_phase_prev < phase_handshake_cont ? &EAPMETHOD_TLS_FAILURE_INIT :
|
||||||
|
m_phase_prev < phase_application_data ? &EAPMETHOD_TLS_FAILURE_HANDSHAKE : &EAPMETHOD_TLS_FAILURE,
|
||||||
|
event_data((unsigned int)eap_type_tls), event_data::blank);
|
||||||
|
|
||||||
#if EAP_TLS < EAP_TLS_SCHANNEL
|
#if EAP_TLS < EAP_TLS_SCHANNEL
|
||||||
// Clear session resumption data.
|
// Clear session resumption data.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user