Skip to content

Tags: flashbots/cvm-reverse-proxy

Tags

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrades go version to 1.23.2 to fix invalid handshake size handling (#…

…43)

v0.1.8

Toggle v0.1.8's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Azure v6 tcbinfo patch (#42)

Co-authored-by: bakhtin <a@bakhtin.net>

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates dependencies (#37)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: removes xfam hardening for now (#27)

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update measurements.json to v2 format, and add a helper to load and c…

…ompare (#26)

* CLI tool to print verified measurements from an aTLS server

* use HTTP GET request, and save to file

* cleanup

* rename to attested-get

* feat(get-measurements): compare against known measurements

* docs

* backwards-compatible loading of v1 measurements

* cleanup

* support legacy format

* package name: multimeasurements

* cleanup

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Marshals measurements as map of uint32->hex string (#21)

* Marshals measurements as map of strings

* Puts PCR as uint into the header

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added logging to proxy (#20)

* add a health-check server

* add 'path' for TLS-related flags

* added logging to proxy

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix version number inside binary/docker (#15)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds an option to serve and verify regular TLS (#13)

* Adds an option to serve and verify regular TLS

* Adds flag to pass an additional CA cert to the client for tls verification

* Updates README