Releases: Amnesic-Systems/veil
Releases · Amnesic-Systems/veil
v0.4.1
What's Changed
- Create script inline in the Dockerfile. by @NullHypothesis in #51
- Change the way we hash the fingerprint. by @NullHypothesis in #52
- Add useful information to the README. by @NullHypothesis in #53
- Update golang.org/x/{net,sys}. by @NullHypothesis in #54
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Update
golang.org/x/net. by @NullHypothesis in #44 - Move
mustcode to new package. by @NullHypothesis in #45 - Add veil-proxy as separate command line tool. by @NullHypothesis in #46
- Simplify and improve Makefile. by @NullHypothesis in #47
- Remove unused file. by @NullHypothesis in #48
- Improve comments. by @NullHypothesis in #49
- Simplify handler and add tests. by @NullHypothesis in #50
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- Refactor attestation process. by @NullHypothesis in #41
- Bubble up error. by @NullHypothesis in #42
- Remove dead code and add comments. by @NullHypothesis in #43
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Attest request only if nonce is given. by @NullHypothesis in #36
- Opportunistically attest endpoint. by @NullHypothesis in #37
- Don't set the application URL by default. by @NullHypothesis in #38
- Don't print help twice. by @NullHypothesis in #39
- Show veil's repository on index page. by @NullHypothesis in #40
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add
-silence-appcommand line flag. by @NullHypothesis in #29 - Add
errs.Add. by @NullHypothesis in #30 - Fix bugs in PCR comparison and
errs.Add. by @NullHypothesis in #31 - Handle all of attestation in
veil-verify. by @NullHypothesis in #32 - Re-work the way we deal with Docker logs. by @NullHypothesis in #33
- Add a README. by @NullHypothesis in #34
- Change URL path directory. by @NullHypothesis in #35
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add README. by @NullHypothesis in #20
- Delete remnants of key synchronization. by @NullHypothesis in #21
- Handle more command line flags. by @NullHypothesis in #22
- Rename
ExtPubPorttoExtPort. by @NullHypothesis in #23 - Create SECURITY.md. by @NullHypothesis in #24
- Set DNS resolver and make it configurable. by @NullHypothesis in #25
- Make various improvements. by @NullHypothesis in #26
- Remove unused code. by @NullHypothesis in #27
- Add application launcher flag. by @NullHypothesis in #28
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Move
AddrOfto its own package. by @NullHypothesis in #11 - Fail verification if PCRs indicate debug mode. by @NullHypothesis in #12
- Improve PCR comparison. by @NullHypothesis in #13
- Add Makefile target to run unit tests in enclave. by @NullHypothesis in #14
- Adapt attester interface to return document. by @NullHypothesis in #16
- Change default external port to 8443. by @NullHypothesis in #18
- Add more tooling for remote attestation. by @NullHypothesis in #17
- Add unit tests for veil-verify. by @NullHypothesis in #19
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Use 1.N.P syntax as requested by CodeQL. by @NullHypothesis in #1
- Extend and improve unit testing. by @NullHypothesis in #2
- Add command line tool for remote verification. by @NullHypothesis in #3
- Add a funding resource. by @NullHypothesis in #4
- Ignore white space in comparison. by @NullHypothesis in #5
- Use VSOCK tunnel by default. by @NullHypothesis in #6
- Add
Builderabstraction to simplify attestation. by @NullHypothesis in #7 - Fix unit tests for Nitro attester. by @NullHypothesis in #8
- Ignore error if the interface already exists. by @NullHypothesis in #9
- Add
nitritepackage to repository. by @NullHypothesis in #10
New Contributors
- @NullHypothesis made their first contribution in #1
Full Changelog: https://github.com/Amnesic-Systems/veil/commits/v0.1.0