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

transports/webrtc: Implement deterministic certificates generation #12

Open
wants to merge 18 commits into
base: anton/webrtc-transport
Choose a base branch
from

Commits on Oct 25, 2022

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

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    9e3ac0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb858e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1895aa View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    42613e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e182de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22c4f11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9552e2 View commit details
    Browse the repository at this point in the history
  5. Pin simple_x509 version

    This ensures a patch-bump of the library doesn't accidentally break
    our deterministic certificates.
    thomaseizinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d16d71e View commit details
    Browse the repository at this point in the history
  6. Add snapshot test

    thomaseizinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    06bd75f View commit details
    Browse the repository at this point in the history
  7. Fix docs

    thomaseizinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2ed7e51 View commit details
    Browse the repository at this point in the history
  8. Fix imports

    thomaseizinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    95595c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3424887 View commit details
    Browse the repository at this point in the history
  10. Fix panic message

    thomaseizinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3b6ac56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb4ca0f View commit details
    Browse the repository at this point in the history
  12. Fix clippy warnings

    Ironically, this requires us to change the assertion but the code
    isn't shipped yet anyway :D
    thomaseizinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    adbae78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b97f96c View commit details
    Browse the repository at this point in the history
  14. Add docs

    thomaseizinger committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9f3375d View commit details
    Browse the repository at this point in the history