From 5c76aefb5b5fd5be45c00537c521d24854759112 Mon Sep 17 00:00:00 2001 From: Brent Zundel Date: Wed, 9 Oct 2024 16:26:24 -0600 Subject: [PATCH] fix cose content type Signed-off-by: Brent Zundel --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 74049ed..a53a65e 100644 --- a/index.html +++ b/index.html @@ -865,10 +865,10 @@

Securing JSON-LD Verifiable Credentials with COS The typ header parameter, as described in COSE "typ" (type) Header Parameter, SHOULD be application/vc+cose. When present, the content type (3) header parameter SHOULD be application/vc. - We consider use of the cty header parameter in this - way to be the means of differentiating this specification's use - of vc+cose from others that wish to use an - identical media type. + We consider use of the content type (3) header + parameter in this way to be the means of differentiating this + specification's use of vc+cose from others that + wish to use an identical media type. See Common COSE Header Parameters for additional details.

@@ -936,10 +936,10 @@

Securing JSON-LD Verifiable Presentations with C

The typ header parameter SHOULD be application/vp+cose. When present, the content type (3) header parameter SHOULD be application/vp. - We consider use of the cty header parameter in this - way to be the means of differentiating this specification's use - of vp+cose from others that wish to use an - identical media type. + We consider use of the content type (3) header + parameter in this way to be the means of differentiating this + specification's use of vp+cose from others that + wish to use an identical media type. See Common COSE Header Parameters for additional details.