8000 Tags · OBLMFGJE/trillian · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: OBLMFGJE/trillian

Tags

v1.3.2

Toggle v1.3.2's commit message
Create patch release v1.3.2

Contains a fix to invalid pseudo-versions found in the go.mod files of
some of our dependencies. This has been cherry-picked from the master
branch.

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create patch release v1.3.1 (google#1788)

This change will make downstream dependencies be able to build with module-aware Go. See google/keytransparency#1337 for context.

* Update a couple of broken deps (google#1785)

Address go module unknown versions issue appearing in Travis build, and fix the BAZEL breakage.

* Updated changelog

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add go-cache to the travis cache (google#1767)

v1.2.1

Toggle v1.2.1's commit message
Map race fixed. TLS client support / module. LogClient improvements. …

…Travis MySQL version updated

v1.2.0

Toggle v1.2.0's commit message
Log signer fix for old roots + publish signing responsibility. Log AP…

…I allows user quota identifiers + quota handling fixes. MySQL storage layer now returns error codes in gRPC space which CTFE will correctly map to HTTP space. K8 deployment improvements

v1.1.1

Toggle v1.1.1's commit message
More cloudspanner. Health Checks. Tracing

v1.1.0

Toggle v1.1.0's commit message
More cloudspanner. SignedLogRoot changes. Sqlite removed

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

0