Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 592
    • Issues 592
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 98
    • Merge requests 98
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !5623

Call OPENSSL_cleanup() when shutting down

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Ondřej Surý requested to merge ondrej/call-openssl_cleanup-v9_16 into v9_16 Dec 08, 2021
  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

The OPENSSL_cleanup() cleans the OpenSSL allocated resources explicitly instead of relying on the atexit mechanism to do the cleanup. This is needed in case that we want to use custom allocator to manage OpenSSL memory.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ondrej/call-openssl_cleanup-v9_16