Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Updates the requirements on aes-gcm to permit the latest version.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
dxfg pushed a commit that referenced this pull request Aug 4, 2022
Output for nil backend only machine:

```
Enarx version 0.6.0
System Info: Darwin 21.5.0 Darwin […]
✗ Backend: sgx
✗ Backend: sev
✗ Backend: kvm
✔ Backend: nil
```

This enables more detailed backend name error messages:
```
❯ enarx run --backend=foo ~/hello_wasi_snapshot1.wasm
Error: Keep backend identifier "foo" is unknown.

❯ enarx run --backend=sgx ~/hello_wasi_snapshot1.wasm
Error: Keep backend "sgx" is not available on this platform.
```

or even:
```
❯ enarx run --backend=sgx ~/hello_wasi_snapshot1.wasm
Error: Keep backend "sgx" is available on this platform, but the machine is misconfigured. Please check with `enarx platform info`.
❯ enarx platform info
Enarx version 0.6.0
System Info: Linux 5.16.0-sgx4 #1 SMP PREEMPT Thu Apr 14 13:55:05 UTC 2022 x86_64
✗ Backend: sgx
  ✔ Driver: /dev/sgx_enclave
  ✔ CPU: Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz | GenuineIntel
  ✔  SGX Support
  ✔   Version 1
  ✔   Version 2
  ✔   FLC Support
  ✔   Max Size (32-bit): 2 GiB
  ✔   Max Size (64-bit): 128 TiB
  ✔   MiscSelect: EXINFO
  ✔   Features: DEBUG | MODE64BIT | PROVISIONING_KEY | EINIT_KEY | KSS
  ✔   Xfrm: X87 | SSE | AVX | YMM | OPMASK | ZMM_HI256 | HI16_ZMM | MPK
  ✔   EPC Size: 188 MiB
  ✗ AESM Daemon Socket: /var/run/aesmd/aesm.socket
[…]
```

Signed-off-by: Harald Hoyer <harald@profian.com>
Updates the requirements on [aes-gcm](https://github.com/RustCrypto/AEADs) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/AEADs/releases)
- [Commits](RustCrypto/AEADs@aes-gcm-v0.9.0...aes-gcm-v0.9.4)

---
updated-dependencies:
- dependency-name: aes-gcm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/crates/shim-kvm/aes-gcm-0.10 branch from 233948d to 1221668 Compare August 4, 2022 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

amd sev dependencies Pull requests that update a dependency file kvm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants