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

protocols/noise: Inline handshake functions into upgrade traits #2909

Merged
merged 31 commits into from Oct 11, 2022

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    0002da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6022e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e40ac56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea42fe3 View commit details
    Browse the repository at this point in the history
  5. Make better use of ?

    thomaseizinger committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    bdb6678 View commit details
    Browse the repository at this point in the history
  6. Remove IdentityExchange

    This is better expressed statically in code, tied to the actual
    handshake pattern.
    thomaseizinger committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    18e6eb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d0c18a View commit details
    Browse the repository at this point in the history
  8. Drop unnecessary generic parameter

    Remote-key for IK listener is always `()`.
    thomaseizinger committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    269c821 View commit details
    Browse the repository at this point in the history
  9. Adopt docs

    thomaseizinger committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    4b16a45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5072674 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    302a4ab View commit details
    Browse the repository at this point in the history
  12. Fix clippy warning

    thomaseizinger committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    53638b9 View commit details
    Browse the repository at this point in the history
  13. Fix doc links

    thomaseizinger committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    39552a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    5adfe25 View commit details
    Browse the repository at this point in the history
  2. Move into_{responder,initiator} to ProtocolParams

    This allows us to reuse them in all places.
    thomaseizinger committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    ae18dd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    9347c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49835a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ce7eef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    020642a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2e9df5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    099c985 View commit details
    Browse the repository at this point in the history
  7. Revert "Move traits to where clause"

    This reverts commit b2e9df5.
    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1a65ac7 View commit details
    Browse the repository at this point in the history
  8. Use backticks in docs

    thomaseizinger committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ee48163 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5cdfcb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    ec35ad5 View commit details
    Browse the repository at this point in the history
  2. Fix clippy error

    thomaseizinger committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    79f3983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a7d3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deec76f View commit details
    Browse the repository at this point in the history