You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
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