Skip to content

Tags: phuongnq/trillian

Tags

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unexport HashLogRoot. Verify with VerifySignedLogRoot. (google#1042)

* SignedLogRoot <-> VerifySignedLogRoot

SignLogRoot should produce a *trillian.SignedLogRoot
VerifyLogRoot should verify a *trillian.SignedLogRoot

This prevents clients from needing to parse the SignedLogRoot object
themslves. It also provides a single API point to maintain.

VerifySignedLogRoot will produce a *trillian.SignedLogRoot.
The idea is the force clients to only use data that has been returned
from a successful verification.

* Unexport HashLogRoot

* reviewer edits

v1.0.7

Toggle v1.0.7's commit message
Many internal API changes for storage. Start of mirroring. Some schem…

…a changes

v1.0.6

Toggle v1.0.6's commit message
GetLeavesByRange, frozen, signer metrics

v1.0.5

Toggle v1.0.5's commit message
TLS, Merge delay metrics, admin testing easier

v1.0.4

Toggle v1.0.4's commit message
Master signing, vendor updates to etcd and grpc

v1.0.3

Toggle v1.0.3's commit message
Auth API, interceptor fixes, docket updates, sqllite some other stuff.

v1.0.2

Toggle v1.0.2's commit message
Tree GC, go 1.9, update private keys

v1.0.1

Toggle v1.0.1's commit message
Batched queue

v1.0

Toggle v1.0's commit message
First production ready version

v0.12

Toggle v0.12's commit message
Hasher registry. pkcs#11 support. CONIKS