Closed saibotsivad closed 8 years ago
The "line number" was changed to "line identifier" throughout the specs. Fixes #19.
Questions:
The TCP implementation is not needed for the
0.11
release. It's been dropped for now.
- In previous iterations, multiple nodes could sign the same resource. I think this is still a good idea, and I don't know why it got dropped. (If a user signs the same resource with multiple keys, this would lend it more credence. E.g. get on your laptop and it says "you published these 3 resources, check here if they are from you".)
This was filed as #24
read messages
access.)write messages
access.)create keys
access.)revoke keys
access.)There shouldn't be any shortcuts to trust types, e.g. full
for all rights. You need to specify all of the rights explicitly.
I've updated the cryptography specs and added full examples. This fixes #12
Welp. I've read through things a few times, and looked at the different filed issues, and I think this is "reasonable enough" for a release.
Always lots to do, that's why it's still in beta!
:+1:
:laughing:
I made up a bunch of examples that use OpenSSL to generate keys and encrypt/sign things, and I started writing up some notes for a command line utility to do most of the work. The command line utility is the next thing on my list, and that'll probably point out more inconsistencies that I've missed.
Feel free to open as many issues as you want if you find anything inconsistent or wrong!
I'm making this pull request here to start getting everything organized for the big 0.11 release.