Guilhem Bryant

Results 30 comments of Guilhem Bryant

> The man page seems to state that that cannot happen The man page mentions several times the case where "no random bytes are available", so I'd say that can...

TODO: Rebase when rust-mbedtls is in a stable state

When running VOD with log level set to info, I'm getting a log over 15K lines. I'd suggest we replace `info!` with `debug!` or `trace!` for most debug messages that...

Done in https://github.com/veracruz-project/veracruz/pull/258 and superseded by https://github.com/veracruz-project/veracruz/issues/514

We could also deploy VOD on Nitro. Cf. https://github.com/veracruz-project/veracruz/pull/597 Some ideas: - how to SSH securely + store client's private key & server's IP addr in "github secrets" + pin...

Relates to https://github.com/veracruz-project/veracruz/issues/77

Implemented for VC-Linux and freestanding execution engine in https://github.com/veracruz-project/veracruz/pull/597

I agree that the protocol buffer handling should be transparent to the invoker. Just saying a FS-related error shouldn't propagate to the TLS layer. Additionally, for security reasons, we should...