Skip to content

GitLab

  • Menu
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 534
    • Issues 534
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 103
    • Merge requests 103
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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 Projects
  • BINDBIND
  • Issues
  • #3163
Closed
Open
Created Feb 21, 2022 by Artem Boldariev@artemOwner

Add remote TLS certificate verification support, implement Strict and Mutual TLS authentication

RFC 9103, Section 9.3, discusses three TLS-based authentication mechanisms:

  • Opportunistic TLS;
  • Strict TLS;
  • Mutual TLS.

Currently, the released version of BIND and its complementary tools have support for the first one.

In order to implement support for Strict and Mutual TLS, the functionality to verify the remote TLS certificates needs to be added first.

Edited Feb 21, 2022 by Artem Boldariev
Assignee
Assign to
Time tracking