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

new feature: capture TLS 1.3 master secret #143

Merged
merged 12 commits into from
Jul 27, 2022
Merged

Commits on Jul 20, 2022

  1. update CHANGELOG.md

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a723bd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. user : add TLS 1.3 master secret event.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    eecf74d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. improve TLS 1.3 master secret.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    eda0c38 View commit details
    Browse the repository at this point in the history
  2. improve: get SESSION_CIPHER->cipher->id for tls 1.3

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    3c971eb View commit details
    Browse the repository at this point in the history
  3. get all master_secrets of tls 1.3 ,sent to userspace by ebpf map.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    e4dfc84 View commit details
    Browse the repository at this point in the history
  4. user : fix format string args miss.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    69971cc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. pkg : add hkdf package.

    HKDF is a cryptographic key derivation function (KDF) with the goal of expanding limited input keying material into one or more cryptographically strong secret keys.
    
    RFC 5869: https://tools.ietf.org/html/rfc5869
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bb21173 View commit details
    Browse the repository at this point in the history
  2. user : improve TLS 1.3 master secrets save to logfile.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fcb53b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. user : set transcript by event.CipherId

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    dd5ea7a View commit details
    Browse the repository at this point in the history
  2. user : update transcript by event.CipherId

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    bd1550e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. pkg: rename hkdf expandLable function name to DeriveSecret.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b9bc9a4 View commit details
    Browse the repository at this point in the history
  2. user : use constants from hkdf package.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    662a594 View commit details
    Browse the repository at this point in the history