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

Extend the unknown extension callback. #7730

Merged
merged 4 commits into from
Jul 23, 2024

Commits on Jul 10, 2024

  1. Extend the unknown extension callback.

    This will allow the user to pass in a context pointer. Allows them to avoid
    global variables.
    
    We also add unknown extensions callback when processing a CA in cert manager
    as CA certs can have unknown extensions as well.
    
    Fixes ZD 18252
    anhu committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e581930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6456281 View commit details
    Browse the repository at this point in the history
  3. Better guarding.

    anhu committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fe2a826 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Get rid of macro test

    anhu committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f84ea01 View commit details
    Browse the repository at this point in the history