Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
BIND
BIND
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 628
    • Issues 628
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 112
    • Merge Requests 112
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Merge Requests
  • !1432

Closed
Created Jan 30, 2019 by Tony Finch@fanfContributor
  • Report abuse
Report abuse

Deprecate SHA-1 DS and CDS digest types

  • Overview 4
  • Commits 11
  • Pipelines 9
  • Changes 23

DS and CDS records are now generated with SHA-256 digests only, instead of both SHA-1 and SHA-256. This affects the default output of dnssec-dsfromkey, the dsset files generated by dnssec-signzone, the DS records added to a zone by dnssec-signzone based on keyset files, and the CDS records added to a zone by named and dnssec-signzone based on "sync" timing parameters in key files.

This is a cleanup commit, to prepare the ground before dnssec-checkds is enhanced to support automatic KSK rollovers. As such, I have not (deliberately) changed the behaviour of dnssec-checkds.

The behaviour of dnssec-dsfromkey has changed slightly, so that you can now ask for multiple digest types using the -12a options, similar to dnssec-cds. This allows you to get the old behaviour with dnssec-dsfromkey -12. (This is used by dnssec-checkds and the tests.) Its man page has been updated.

I have updated the tests; they should pass after each commit. I have added entries to the CHANGES and release notes.

Assignee
Assign to
Reviewer
Request review from
BIND 9.15.x
Milestone
BIND 9.15.x
Assign milestone
Time tracking
Source branch: u/fanf2/ds-sha-1-deprecation