Dan Mills
|
a001a3f564
|
server api changes: encoding is gone (payload guaranteed to be utf-8 now), payload is guaranteed to be json so no need to wrap in an array to encode; change crypto object to place encrypted data in a 'cyphertext' property inside the payload, instead of replacing the payload
|
2008-12-01 18:07:07 -08:00 |
|
Dan Mills
|
938a1e7ad5
|
server payload decoding problem is fixed, so remove hack. we now always decode the payload after downloading.
|
2008-11-25 14:47:43 +09:00 |
|
Dan Mills
|
46c108167d
|
add tmp hack to work around server payload json decoding bug
|
2008-11-25 01:03:01 +09:00 |
|
Dan Mills
|
d8e17d1e30
|
add filter to wbo to set their id automatically based on uri
|
2008-11-20 09:16:08 +09:00 |
|
Dan Mills
|
b12787f2f2
|
crypto changes: private keys get their own iv and salt, crypto meta records get a separate iv and no salt. various fixes in crypto code and other wbo related objects. fix crypto tests to match.
|
2008-11-08 02:00:33 -08:00 |
|
Dan Mills
|
7091144051
|
make sure records always have a data field that represents their state (e.g. for serialization); add some pki routines (createKeypair); add incoming/outgoing queue to NewEngine
|
2008-11-06 23:23:35 -08:00 |
|
Dan Mills
|
a8e372f80f
|
add base record types for the new weave server api
|
2008-11-03 14:37:51 -08:00 |
|