generated from martinthomson/internet-draft-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from cose-wg/steve/spelling-markdown-nits
Spelling & Markdown Nits
- Loading branch information
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,23 +18,23 @@ venue: | |
|
||
author: | ||
|
||
- fullname: Orie Steele | ||
organization: Transmute | ||
email: [email protected] | ||
|
||
- fullname: Steve Lasker | ||
organization: DataTrails | ||
email: [email protected] | ||
|
||
- ins: H. Birkholz | ||
name: Henk Birkholz | ||
org: Fraunhofer SIT | ||
abbrev: Fraunhofer SIT | ||
email: [email protected] | ||
street: Rheinstrasse 75 | ||
code: '64295' | ||
city: Darmstadt | ||
country: Germany | ||
- fullname: Orie Steele | ||
organization: Transmute | ||
email: [email protected] | ||
|
||
- fullname: Steve Lasker | ||
organization: DataTrails | ||
email: [email protected] | ||
|
||
- ins: H. Birkholz | ||
name: Henk Birkholz | ||
org: Fraunhofer SIT | ||
abbrev: Fraunhofer SIT | ||
email: [email protected] | ||
street: Rheinstrasse 75 | ||
code: '64295' | ||
city: Darmstadt | ||
country: Germany | ||
|
||
normative: | ||
RFC9052: COSE | ||
|
@@ -66,7 +66,7 @@ Some signature algorithms such as ES256 or ES384 allow the "ToBeSigned" to be ha | |
|
||
Other signature algorithms such as EdDSA with Ed25519, or ML-DSA do not expose such a capability. | ||
|
||
By producing the "ToBeSigned" on the client, and ensuring that the payload is always a hashed value, the total size of the message to be sent to the servce for signing is constrained. | ||
By producing the "ToBeSigned" on the client, and ensuring that the payload is always a hashed value, the total size of the message to be sent to the service for signing is constrained. | ||
|
||
It is still possible for the protected header to be large, but the payload will always be of a fixed size, associated with the hash function chosen. | ||
|
||
|
@@ -283,7 +283,7 @@ License: MIT | |
|
||
Implementation Experience: Interop testing has been performed between DigiCert and DataTrails. The code works as proof of concept, but is not yet production ready. | ||
|
||
Contact: Corey Bonnell ([email protected]>) | ||
Contact: Corey Bonnell ([email protected]) | ||
|
||
# Acknowledgments | ||
{:numbered="false"} | ||
|