perkeep/pkg/jsonsign
Brad Fitzpatrick 5c3b57682e schema: integrate with the jsonsign package.
Signing schema blobs (permanodes and claims) was too hard before, and
the code was scattered in weird places.

The pkg/jsonsign code tries pretty hard to be Camlistore-neutral, so
it remains so.

The pkg/client code (which deals mostly with HTTP access to a remote
camlistore server) had the signing the logic in it before, mostly
because that's where we originally needed it (for camput), but that
should be fixed in subsequent changes, to remove most of its signing
logic and use pkg/schema's instead.

The schema package now depends on jsonsign, which I think is an
acceptable dependency edge, since the Camlistore schema does logically
depend no signed claims (and that was a gaping hole in its public
API), and it seems safe cyclic-wise, especially if jsonsign continues
to be a leaf package.

Change-Id: I10229ec5d880ddd801cb1ba77ac26b654693036d
2013-10-21 22:08:45 -07:00
..
signhandler Convert more ReceiveBlob into blobserver.Receive or blobserver.ReceiveNoHash 2013-09-16 15:57:14 +01:00
testdata Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
doc.go More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
jsonsign_test.go Per Go initialism style, rename Json to JSON 2012-07-28 15:42:56 -07:00
keys.go schema: integrate with the jsonsign package. 2013-10-21 22:08:45 -07:00
sign.go jsonsign: add missing Close on public key blob reader 2013-10-21 20:39:08 -07:00
sign_appengine.go appengine: fix build issues 2013-08-11 19:42:57 +02:00
sign_normal.go appengine: fix build issues 2013-08-11 19:42:57 +02:00
verify.go sync: delay copy retry on specific errors 2013-08-30 19:51:04 +02:00