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

Add support for SSL_group_to_name and SSL_get_negotiated_group #2201

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

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. fixup! Add support for SSL_group_to_name and SSL_get_negotiated_group

    There is a mismatch upstream in OpenSSL between documentation and header
    file regarding the `const` for the SSL argument.
    
    See sfackler#2201 (comment)
    romen committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a988bdf View commit details
    Browse the repository at this point in the history
  2. fixup! Add support for SSL_group_to_name and SSL_get_negotiated_group

    Clippy suggests removing superfluous lifetime annotations
    romen committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    22c085c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d838a5 View commit details
    Browse the repository at this point in the history
  4. fixup! Add support for SSL_group_to_name and SSL_get_negotiated_group

    Minor documentation fixes
    romen committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3f4308f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. fixup! Add a NegotiatedGroup wrapper struct

    Expand example code
    romen committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    70017d1 View commit details
    Browse the repository at this point in the history