File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# signing-spec
2
- A specification for signing methods and formats used by Secure Systems Lab projects.
2
+
3
+ Simple, foolproof standard for signing arbitrary data.
4
+
5
+ * Why not [ JOSE/JWS/JWT] ( https://jwt.io ) ? JSON-specific, too complicated, too
6
+ easy to mess up.
7
+ * Why not [ PASETO] ( https://paseto.io ) ? JSON-specific, too opinionated.
8
+
9
+ ## What is it?
10
+
11
+ * [ Signature protocol] ( specification.md )
12
+ * [ Data structure] ( specification.md ) for storing the message and signatures
13
+ * (pending #9 ) Suggested crypto primitives
14
+
15
+ Out of scope (for now at least):
16
+
17
+ * Key management / PKI
18
+
19
+ ## Who uses it?
20
+
21
+ * [ in-toto] ( https://in-toto.io ) (pending in-toto/ITE #13 )
22
+ * [ TUF] ( https://theupdateframework.io ) (pending)
You can’t perform that action at this time.
0 commit comments