oak icon indicating copy to clipboard operation
oak copied to clipboard

Meaningful control of data in distributed systems.

Results 244 oak issues
Sort by recently updated
recently updated
newest added

Ref #2990. Ideally the reproducibility index should be merged with the provenance generation workflow, but both workflows already look very complicated. Before merging the two workflows, we should perhaps find...

This PR: - Adds placeholder implementation for `AmdAttestedOakClient`, and `AmdAttestationReport`. - Moves classes related to `Evidence` into a separate package. - Removes the abstract builder in `OakClient`, as a good...

We need to define a mechanism for specifying the logic for verifying the server configuration info in a generic and scalable manner. _Originally posted by @tiziano88 in https://github.com/project-oak/oak/pull/2254#r730007293_ Also see...

Another thought: perhaps, in the spirit of https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ , this function could actually return a struct containing the public key (validated against the signature and the content), and the hash...

lang/Rust

To allow for environment variables, which can be updated on Google Cloud, we don't use distroless docker any more. We also build the Rust binary with the builder Docker, so...

~Ready once #3137 is merged~ Ready for review Issue ref: #3136

Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.2 to 0.24.3. Changelog Sourced from strum_macros's changelog. 0.24.3 (strum_macros) #231 Add ignore lints for EnumIter not implementing Copy or Debug on the generated iter struct. Copy...

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.60 to 1.0.61. Release notes Sourced from anyhow's releases. 1.0.61 Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252) Commits d2c83e2 Release 1.0.61 6e6af39 Merge...

To represent a constant size byte array, we currently use a pair of fields embedded in an object / message, e.g.: https://github.com/project-oak/oak/blob/ed07c0c72228e68896910f17d4da85f1de971249/oak_functions/abi/src/lib.rs#L44-L47 I think it would be useful to define...