Skip to content

Commit 436fa1f

Browse files
cms: add Simon Gornall as author.
1 parent 4505047 commit 436fa1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cryptographic-message-syntax-API/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cryptographic Message Syntax (CMS) API Explainer
22

3-
Authors: [Jon Choukroun](https://github.com/jonchoukroun), Michael Hashe, [Marcos Cáceres](http://github.com/marcoscaceres/).
3+
Authors: [Jon Choukroun](https://github.com/jonchoukroun), Michael Hashe, Simon Gornall, [Marcos Cáceres](http://github.com/marcoscaceres/).
44

55
This explainer presents a straw-person proposal for a Web API that expose Cryptographic Message Syntax (CMS) functionality to JavaScript. Due to the complexity, and ambiguities in the CMS RFC, this API aim is to reduce the need of third-party JavaScript libraries to perform CMS operations (particularly as they relate to email). As such, the proposed APIs provide what we believe to be the bare minimum API surface to sign, encrypt, decrypt, and verify S/MIME messages, in addition to some utility methods for ease-of-use by developers. How user agents implement CMS encoding and the underlying cryptographic operations (including remote key usage) is beyond the scope of this draft.
66

0 commit comments

Comments
 (0)