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

elf: let's finish off TLS implementation #67

Merged
merged 26 commits into from
Jul 18, 2023
Merged

elf: let's finish off TLS implementation #67

merged 26 commits into from
Jul 18, 2023

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    9c83b8e View commit details
    Browse the repository at this point in the history
  2. elf: add TLS DSO test

    kubkon committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a5fd559 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    1c05728 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12544e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    00c016f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b84a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afdc15a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    1d83445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260408d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a5102 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. elf: handle -z nodlopen flag

    kubkon committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    af7b927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ccc23c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd3a466 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. elf: fix TLSGD test case

    kubkon committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c6b5253 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    dbbfabf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86df67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d109a9 View commit details
    Browse the repository at this point in the history
  4. elf: handle static TLSDESC

    kubkon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    850799f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72f7ec5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0ddcec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04d7dd3 View commit details
    Browse the repository at this point in the history
  8. elf: test TLS IE model

    kubkon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b7e6513 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf984a0 View commit details
    Browse the repository at this point in the history
  10. elf: handle -v flag

    kubkon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ba09022 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f78b29d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae99743 View commit details
    Browse the repository at this point in the history