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

feature(bindings): scheduled renegotiation via poll_recv #4764

Merged
merged 12 commits into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. feature: pivot renegotiation bindings to managed by s2n-tls

    ... rather than managed by the application, like in the C library.
    This is required for use with s2n-tls-tokio and s2n-tls-hyper.
    lrstewart committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b26db37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51eded3 View commit details
    Browse the repository at this point in the history
  3. update documentation

    lrstewart committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ab133a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3d05eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b13472 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f41f081 View commit details
    Browse the repository at this point in the history
  7. Fix wipe_for_renegotiate comment

    Co-authored-by: Sam Clark <3758302+goatgoose@users.noreply.github.com>
    lrstewart and goatgoose committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4067464 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6863d09 View commit details
    Browse the repository at this point in the history
  9. pr comments + clippy

    lrstewart committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4dd3927 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d5ae33 View commit details
    Browse the repository at this point in the history
  11. Use new bindings errors

    lrstewart committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c417476 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d727b06 View commit details
    Browse the repository at this point in the history