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

The key thing in the zero page is the E820 memory map of what physical memory address ranges are valid. QEMU provides the `fw_cfg` API for this: https://github.com/qemu/qemu/blob/master/docs/specs/fw_cfg.rst Unfortunately the...

stage0

# Context To remotely attest an Oak instance a client performs a remote attestation handshake. This takes place using a sequence of messages, as shown below: Messages belonging to the...

At the moment a public key is generated during startup of Oak Functions. This key represents the identity of the instance and will be inlcuded in the remote attestation quote....

(guarded behind a feature, as we'll need to update the internal launcher as well)

It is here for reference right now, only to be merged when we decide to continue with Java. (Open code from before)

This PR adds a template for the `Attester` class that will be used in all layers that support Protobuf. Ref https://github.com/project-oak/oak/issues/4074

The Cloudflare Roughtime server at roughtime.cloudflare.com:2002 has been deprecated and will be turned off on July 1, 2024. You may wish to update your client to use our new server...

the new oak_restricted_kernel_simple_io_init_rd_wrapper will exist alongside oak_restricted_kernel_simple_io_wrapper for a while. then internal dependencies will be updated, and the the former will be removed. this approach is significantly simpler than #4828....

This PR: - Splits `instance_attestation` into `attestation` and `crypto` modules - Because `attestation` module will be removed once we have an Orchestrator for RKernel - And `crypto` module will contain...