Edmund Grimley Evans

Results 27 issues of Edmund Grimley Evans

The following files are included in `mbedtls-3.2.1` but are also git-ignored: ``` library/ssl_debug_helpers_generated.c tests/suites/test_suite_psa_crypto_op_fail.generated.data visualc/VS2010/aead_demo.vcxproj visualc/VS2010/cipher_aead_demo.vcxproj visualc/VS2010/hmac_demo.vcxproj visualc/VS2010/md_hmac_demo.vcxproj ``` This doesn't immediately cause any problem: as far as I can...

- execution-engine: Use mbedtls::cipher. - psa-attestation: C code refers to mbedtls-sys instead. - third-party/rust-mbedtls: Various changes. - third-party/rust-psa-crypto: Removed. - veracruz-utils: Use mbedtls::hash.

Currently there does not seem to be anything to test that the encryption and decryption implemented in `native_modules/aes.rs` and `native_modules/aead.rs` works, for example that encryption followed by decryption gives the...

enhancement

If the running container (`docker ps`) has been killed, but the image (`docker images`) is still there, it would be nice if `make localci-run` could just run the existing image...

enhancement

It is probably the same with `icecap` and `nitro`, though I haven't tested. To demonstrate: When `make linux-tests` has just succeeded, make a breaking change in `runtime_manager_linux.rs` and then run...

bug
build-process

See the places marked with `NOT YET IMPLEMENTED` in https://github.com/veracruz-project/veracruz/blob/main/execution-engine/src/wasi/strace.rs

enhancement

This makes the `Cargo.lock` files a bit longer, because `reqwest` has so many dependencies, but `reqwest` seems to be well maintained, is more popular than `curl`, and is implemented in...

There's a detailed log message in the submodule.

I'm running `make ARCH=aarch64 iso` in Docker, then `make ARCH=aarch64 orun host=no` outside Docker. In the terminal it gets as far as `drop(): bootstrap_task_cleanup`, same as on Intel, but in...

The following test program for AArch64 puts a return instruction into a writable and executable page and then calls it from an assembler helper function with SP containing the value...