You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,18 +74,18 @@ This directory contains a bash implementation of JWS (JSON Web Signature) signin
74
74
## Standards Compliance
75
75
76
76
### JWS (RFC 7515)
77
-
-✅ Compact serialization format
78
-
-✅ ES256 algorithm (ECDSA using P-256 and SHA-256)
79
-
-✅ Base64URL encoding without padding
80
-
-✅ Proper header structure with `alg`, `cty`, and `kid`
81
-
-✅ Content type `application/cmw+json`
77
+
- Compact serialization format
78
+
- ES256 algorithm (ECDSA using P-256 and SHA-256)
79
+
- Base64URL encoding without padding
80
+
- Proper header structure with `alg`, `cty`, and `kid`
81
+
- Content type `application/cmw+json`
82
82
83
83
### RATS CMW (draft-ietf-rats-msg-wrap)
84
-
-✅ Section 4.2 compliance for JSON CMW signing
85
-
-✅ CMW triple format: `[type, value, indicator]`
86
-
-✅ Proper indicator bit flags
87
-
-✅ JSON record format for signing
88
-
-✅ Base64 encoding for binary content
84
+
- Section 4.2 compliance for JSON CMW signing
85
+
- CMW triple format: `[type, value, indicator]`
86
+
- Proper indicator bit flags
87
+
- JSON record format for signing
88
+
- Base64 encoding for binary content
89
89
90
90
## JWS Structure
91
91
@@ -139,4 +139,4 @@ header.payload.signature
139
139
140
140
## GitHub Issue Reference
141
141
142
-
This implementation addresses [GitHub Issue #15](https://github.com/veraison/cmw/issues/15) - "Implement JWS signing for JSON CMW" following the pattern from the CBOR signing implementation (PR #16).
142
+
This implementation addresses [GitHub Issue #15](https://github.com/veraison/cmw/issues/15) - "Implement JWS signing for JSON CMW" following the pattern from the CBOR signing implementation (PR #16).
0 commit comments