Skip to content

TLS Session Resumption #12

@smutt

Description

@smutt

It may be worth it in the future to explicitly ignore TLS session resumption ClientHellos. Now we don't, and I need to investigate how best to handle this.

Rule for TLS 1.2 is:
if tls.ClientHello.SessionIdLength == 0:
not session_resumption
else:
session_resumption

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions