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

RawBearer API #4395

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

RawBearer API #4395

wants to merge 23 commits into from

Commits on Oct 21, 2024

  1. RawBearer API

    Lower-level send/receive API for Snockets, bypassing the normal Mux
    protocol. We need this for KES secure forgetting, as we cannot store
    secrets in intermediate data structures for serialization purposes; we
    must copy data directly between secure memory and file descriptors.
    tdammers committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    15b39fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e1117 View commit details
    Browse the repository at this point in the history
  3. Make stylish-haskell happy

    tdammers committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0128c34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3bbd9a View commit details
    Browse the repository at this point in the history
  5. Refactoring

    tdammers committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4521aad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee30ae4 View commit details
    Browse the repository at this point in the history
  7. Formatting

    tdammers committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0183c26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63923f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73165b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3e7419 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07b7eee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    876df1a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4c7edf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f2d1e28 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7ee0b1a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    56e02d3 View commit details
    Browse the repository at this point in the history
  17. Fix CHANGELOG

    tdammers committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f9f8843 View commit details
    Browse the repository at this point in the history
  18. Make stylish-haskell happy

    tdammers committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a6e4c46 View commit details
    Browse the repository at this point in the history
  19. Replace say with tracer

    tdammers committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9810b71 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Fix coding style

    tdammers committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2d01d1f View commit details
    Browse the repository at this point in the history
  2. Fix CI stylish failures

    bolt12 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    666308d View commit details
    Browse the repository at this point in the history
  3. Fix compilation errors

    tdammers committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1b377e3 View commit details
    Browse the repository at this point in the history
  4. Fix more compilation errors

    tdammers committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0c7dea4 View commit details
    Browse the repository at this point in the history