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

OSSM-4294 Tidy up generatable/generated/extra functions #108

Merged
merged 3 commits into from
Jun 30, 2023

Commits on Jun 28, 2023

  1. OSSM-4294 Tidy up generatable/generated functions

    Ensure that all functions that can be generated, are generated
    Ensure that all functions are in files with the same name
    Ensure all OpenSSL functions are called via ossl.ossl_<func>()
    
    Signed-off-by: Ted Poole <tpoole@redhat.com>
    tedjpoole committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    bee7534 View commit details
    Browse the repository at this point in the history
  2. OSSM-4294 Fixed valgrind error in CipherTest.cipher1

    Signed-off-by: Ted Poole <tpoole@redhat.com>
    tedjpoole committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5ab6c6b View commit details
    Browse the repository at this point in the history
  3. OSSM-4294 Fixed buffer overrun in test CipherTest.cipher1

    Signed-off-by: Ted Poole <tpoole@redhat.com>
    tedjpoole committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7a668d4 View commit details
    Browse the repository at this point in the history