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

Publish Trust Anchors Control hashAlgorithm change #41

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion draft-mandel-lamps-rfc5272bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Note: For now, this section will be list of the changes introduced
* Publish Trust Anchors Control hashAlgorithm changed to SHA-256
* Update DH-POP from RFC2875 to RFC6955


--02 version changes:

* Add module to support new HMAC algorithms in PBKDF2
Expand Down Expand Up @@ -2731,7 +2732,7 @@ The fields in PublishTrustAnchors have the following meaning:

>> hashAlgorithm is the identifier and parameters for the hash
algorithm that is used in computing the values of the anchorHashes
field. All implementations MUST implement SHA-1 for this field.
field. All implementations MUST implement SHA-256 for this field.

>> anchorHashes are the hashes for the certificates that are to be
treated as trust anchors by the client. The actual certificates
Expand Down
Loading