Skip to content

Sunlight v0.6.0

Latest
Compare
Choose a tag to compare
@FiloSottile FiloSottile released this 13 Aug 19:38
· 7 commits to main since this release

Names tiles

Sunlight now implements the names tiles Static CT extension.

The new Client.UnauthenticatedTrimmedEntries method automatically fetches names tiles if available, and falls back to full Static CT data tiles otherwise.

Client

ClientConfig.Cache now actually works. Thank you @jwcranford.

The library version is now included in the User-Agent.

Client.Issuer now checks the issuer hashes. Thank you @AGWA.

Client.CheckInclusion now returns an error wrapping ErrWrongLogID if the SCT is not issued by the configured log.

New since v0.5.0, ICYMI

sunlight.Client now has Checkpoint, CheckInclusion, Issuer, and Fetcher methods.

The prefix argument to NewClient has moved to ClientConfig.MonitoringPrefix.