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

FIX: Bring pk_ops.h back as public header #3879

Merged
merged 3 commits into from
Feb 16, 2024

Commits on Jan 11, 2024

  1. Make pk_ops.h public

    It used to be public in Botan 2.x but was removed from the public
    interface in Botan 3.x. Though, this header is needed by applications
    that wish to implement custom public-key algorithms.
    
    Closes randombit#3878
    reneme committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b38e50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f301aa View commit details
    Browse the repository at this point in the history
  3. Add example for hybrid key encapsulation

    This also acts as a regression test for the ability of
    applications to implement custom public-key algorithms.
    reneme committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    afc7bf7 View commit details
    Browse the repository at this point in the history