Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS logging for session resumption 1.3 #2562

Closed

Conversation

rtkrruvinskiy
Copy link
Contributor

We assume session resumption has occurred if the Client Hello message included
a session id, we have not seen the server certificate, but we have seen a
Change Cipher Spec message from the server.

Previously, these transactions were not logged at all because the server cert
was never seen.

https://redmine.openinfosecfoundation.org/issues/1969

Replaces #2555

We assume session resumption has occurred if the Client Hello message included
a session id, we have not seen the server certificate, but we have seen a
Change Cipher Spec message from the server.

Previously, these transactions were not logged at all because the server cert
was never seen.

https://redmine.openinfosecfoundation.org/issues/1969
@inliniac
Copy link
Contributor

@thus I'll consider this once you sign off on it

@thus
Copy link
Contributor

thus commented Feb 20, 2017

@thus
Copy link
Contributor

thus commented Feb 20, 2017

@inliniac: It looks good to me.

@inliniac
Copy link
Contributor

I missed this previously: as a EVE option is added we'll need an update to the docs as well.

@inliniac
Copy link
Contributor

@inliniac inliniac closed this Feb 20, 2017
@rtkrruvinskiy
Copy link
Contributor Author

@inliniac To clarify, should I resubmit this PR with the requested doc updates?

@inliniac
Copy link
Contributor

inliniac commented Feb 20, 2017 via email

@rtkrruvinskiy
Copy link
Contributor Author

Per your suggestion, I'll resubmit after #2580 or its successor is merged. Thanks!

@rtkrruvinskiy
Copy link
Contributor Author

Replaced by #2602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants