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

Add reference to NIST SP-800-122 #294

Merged
merged 1 commit into from
Aug 26, 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
21 changes: 12 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,20 @@
status: "Internet-Draft",
publisher: "IETF"
},
"MULTIPLE-SUFFIXES": {
title: "Media Types with Multiple Suffixes",
href: "https://datatracker.ietf.org/doc/draft-ietf-mediaman-suffixes/",
authors: ["Manu Sporny", "Amy Guy"],
status: "Internet-Draft",
publisher: "IETF"
},
"JOSE-REGISTRIES": {
title: "The JSON Object Signing and Encryption (JOSE) Registries",
href: "https://www.iana.org/assignments/jose",
authors: ["The Internet Assigned Numbers Authority"],
status: "REC",
publisher: "The Internet Assigned Numbers Authority"
},
"SP-800-122": {
title: "Guide to Protecting the Confidentiality of Personally Identifiable Information (PII)",
href: "https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-122.pdf",
authors: ["Erika McCallister", "Tim Grance", "Karen Scarfone"],
status: "Special Publication 800-122",
publisher: "NIST"
},
}
};
</script>
Expand Down Expand Up @@ -162,7 +162,7 @@ <h2 id="section-introduction">Introduction</h2>
This includes JSON Web Signature (JWS) [[RFC7515]],
Selective Disclosure for JWTs [[SD-JWT]],
and CBOR Object Signing and Encryption (COSE) [[RFC9052]].
It uses content types [[RFC6838]] and structured suffixes [[MULTIPLE-SUFFIXES]]
It uses content types [[RFC6838]]
to distinguish between the data types of unsecured documents
conforming to [[VC-DATA-MODEL-2.0]]
and the data types of secured documents conforming to [[VC-DATA-MODEL-2.0]].
Expand Down Expand Up @@ -1852,7 +1852,10 @@ <h2 id="privacy-considerations">Privacy Considerations</h2>
Implementers are additionally advised to reference the
<a href="https://www.rfc-editor.org/rfc/rfc7519#section-12">Privacy
Consideration</a>
section of the JWT specification for privacy guidance.
section of the JWT specification
and NIST Special Publication 800-122 [[SP-800-122]
"Guide to Protecting the Confidentiality of Personally Identifiable Information (PII)"
for privacy guidance.
</p>
<p>
In addition to the privacy recommendations in the
Expand Down
Loading