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

Delayed client certificate #54692

Merged
merged 34 commits into from
Jul 13, 2021
Merged

Delayed client certificate #54692

merged 34 commits into from
Jul 13, 2021

Commits on May 12, 2021

  1. initial prototype

    wfurt committed May 12, 2021
    Configuration menu
    Copy the full SHA
    2677a3b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    a244b9b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Restore TLS 1.2 renegotiation

    Jan Jahoda committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    38007a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. First windows functionality merge

    Jan Jahoda committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    28dc58c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. reenable client certificate

    Jan Jahoda committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    42468df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b4b67 View commit details
    Browse the repository at this point in the history
  3. Add more renegotiate tests

    Jan Jahoda committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    93d101b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Merge remote-tracking branch 'upstream/main' into jajajhoda/tlsrenego…

    …tests
    Jan Jahoda committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    89e570e View commit details
    Browse the repository at this point in the history
  2. Remove client certificates

    Jan Jahoda committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4d31737 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Jan Jahoda committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    400a656 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. add test log

    Jan Jahoda committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9cc6f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d658f View commit details
    Browse the repository at this point in the history
  3. Apply PR comments

    Jan Jahoda committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    e648618 View commit details
    Browse the repository at this point in the history
  4. Merge commit '9cc6f069046622540c1aea947f66f92df4bf8f3a' into renegoLi…

    …nuxPoC
    Jan Jahoda committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    793a2cd View commit details
    Browse the repository at this point in the history
  5. Add Data frame test

    Jan Jahoda committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    e05ffdb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Add drain buffer test

    Jan Jahoda committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    7a9aadb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Fix tls 1.3 incomming app data frame

    Jan Jahoda committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    71191e5 View commit details
    Browse the repository at this point in the history
  2. Restore verify callback

    Jan Jahoda committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    5d09969 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Remove debug log

    Jan Jahoda committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    50dd05e View commit details
    Browse the repository at this point in the history
  2. Remove keylog callback and unused method

    Jan Jahoda committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5be4566 View commit details
    Browse the repository at this point in the history
  3. Fix test build

    Jan Jahoda committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    65c143f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b95c9e View commit details
    Browse the repository at this point in the history
  5. Attempt to fix openssl version api difference

    Jan Jahoda committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6798888 View commit details
    Browse the repository at this point in the history
  6. Sort shim

    Jan Jahoda committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    09fd4c6 View commit details
    Browse the repository at this point in the history
  7. fix build

    wfurt committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9b28f70 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. CI log

    Jan Jahoda committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    7bfe54f View commit details
    Browse the repository at this point in the history
  2. Restore mac tests

    Jan Jahoda committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    d86628b View commit details
    Browse the repository at this point in the history
  3. Add logs

    Jan Jahoda committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    100bb82 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'renegoLinuxPoC' of github.com:aik-jahoda/runtime into r…

    …enegoLinuxPoC
    Jan Jahoda committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    ca00e71 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. fix test runs on old openssl

    wfurt committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    f7bc9f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'renegoLinuxPoC' of https://github.com/aik-jahoda/runtime

    …into renegoLinuxPoC
    wfurt committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    2ac5726 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. fix tests

    wfurt committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e7a4e79 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. fix w7 condition

    wfurt committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b9b797a View commit details
    Browse the repository at this point in the history
  2. feedback from review

    wfurt committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    86b9809 View commit details
    Browse the repository at this point in the history