Skip to content

Commit

Permalink
Publish Trust Anchors Control hashAlgorithm change
Browse files Browse the repository at this point in the history
Changed Publish Trust Anchors Control hashAlgorithm to SHA-256
  • Loading branch information
seanturner authored Apr 10, 2024
1 parent e8b382e commit 935987a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion draft-mandel-lamps-rfc5272bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ Note: For now, this section will be list of the changes introduced

* Address management of KEM certificate

--03 version changes:

* Publish Trust Anchors Control hashAlgorithm changed to SHA-256

--02 version changes:

* Add module to support new HMAC algorithms in PBKDF2
Expand Down Expand Up @@ -2726,7 +2730,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

0 comments on commit 935987a

Please sign in to comment.