Skip to content

2295.m#46

Closed
alanking wants to merge 6 commits into
mainfrom
2295.m
Closed

2295.m#46
alanking wants to merge 6 commits into
mainfrom
2295.m

Conversation

@alanking
Copy link
Copy Markdown
Owner

@alanking alanking commented Apr 8, 2026

No description provided.

alanking added 5 commits April 9, 2026 16:26
This commit introduces a new configuration option for the hash scheme
to use when signing zone keys for server-to-server and clerver-to-server
authentication.

The hash scheme used historically for signing zone keys is MD5. In order
to support deployments with FIPS 140-2 compliance requirements, this
configuration was introduced to avoid MD5 usage.

The configuration is called zone_key_signing_hash_scheme and can be one of
two values: md5 (default) or sha256.

The configuration should be added to server_config.json and must have the
same value for all servers in a zone. The configuration is not added to
the server configuration on upgrade and defaults to the historical MD5
usage if it is absent.

The configuration can also be set for servers with which any given server
federates. It has the same name and set of accepted values as the local zone
configuration. The servers on each side of the federation must use the same
hash scheme when signing the zone keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant