- be7a4b1 [bssl] Support conversion from COSE_Key to EVP_PKEY by Alice Wang · 1 year, 9 months ago
- 884648d [bssl] Support ECDSA P-384 signature verification by Alice Wang · 1 year, 9 months ago
- 7468ae4 [bssl] Support ED25519/X25519 public key types for EVP_PKEY by Alice Wang · 1 year, 9 months ago
- eb77f7d [bssl] Rename EvpPKey to PKey for better readability by Alice Wang · 1 year, 9 months ago
- 306c8e2 [bssl] Support EC P-384 key in libbssl_avf_nostd by Alice Wang · 1 year, 9 months ago
- fe7c4ae Merge changes I7d25f88d,Ie71a8f57 into main by Treehugger Robot · 1 year, 9 months ago
- d8ecced Merge changes from topics "b/308759880", "b/313042092" into main by Alan Stokes · 1 year, 9 months ago
- e395fc0 Merge "[bssl] Check the public EC_KEY built from COSE_Key" into main by Treehugger Robot · 1 year, 9 months ago
- 185e34c Get apexd to verify manifest data by Alan Stokes · 1 year, 9 months ago
- a5fc4d4 Test improvements. by Alan Stokes · 1 year, 10 months ago
- ba6606d Parse APEX manifest by Alan Stokes · 1 year, 10 months ago
- fb24bdd libhyp: Make DeviceAssigningHypervisor pub by Jaewan Kim · 1 year, 9 months ago
- a639b58 Add RKP VM marker if booting RKP VM by Alan Stokes · 1 year, 10 months ago
- 44ff84b Merge "Remove host_supported" into main by Treehugger Robot · 1 year, 9 months ago
- a9b2d25 Remove host_supported by Alan Stokes · 1 year, 9 months ago
- 600ea5b [x509] Encode EC_KEY as SubjectPublicKeyInfo by Alice Wang · 1 year, 10 months ago
- 432cb34 Merge "libhyp: Add DeviceAssigningHypervisor" into main by Treehugger Robot · 1 year, 10 months ago
- d9095f8 libhyp: Add DeviceAssigningHypervisor by Jaewan Kim · 1 year, 10 months ago
- f061e47 [bssl] Check the public EC_KEY built from COSE_Key by Alice Wang · 1 year, 10 months ago
- 4a627b1 Merge "Sandbox fdt genrules" into main by Treehugger Robot · 1 year, 10 months ago
- cad8d5e Sandbox fdt genrules by Cole Faust · 1 year, 10 months ago
- 0271ee0 [bssl] Implement nostd bssl wrapper for ECDSA sign/verify by Alice Wang · 1 year, 10 months ago
- 8ba3c99 [bssl] Map BoringSSL error code in EC/ECDSA libraries to Error type by Alice Wang · 1 year, 10 months ago
- 9bd9809 [attestation] Build the BoringSSL EcKey from the COSE public key by Alice Wang · 1 year, 10 months ago
- b56f2c8 Merge "libs: Move cstr!() into its own crate" into main by Pierre-Clément Tosi · 1 year, 10 months ago
- 17961b1 Merge "libfdt: Make Phandle Eq, PartialEq, Ord, PartialOrd" into main by Treehugger Robot · 1 year, 10 months ago
- 1bf532b libs: Move cstr!() into its own crate by Pierre-Clément Tosi · 1 year, 10 months ago
- 8416755 Merge "Make DTBO for VM containing vendor pubkey when vendor image exists" into main by Seungjae Yoo · 1 year, 10 months ago
- 55f438c libfdt: Make Phandle Eq, PartialEq, Ord, PartialOrd by Jaewan Kim · 1 year, 10 months ago
- a39daf0 Merge changes I805c73ef,Idbfadd04 into main by Alice Wang · 1 year, 10 months ago
- 000595b [rkp] Restore the EC_Key from the remotely provisioned key blob by Alice Wang · 1 year, 11 months ago
- ec3bc52 Make DTBO for VM containing vendor pubkey when vendor image exists by Seungjae Yoo · 1 year, 10 months ago
- c63246d libfdt: Add Fdt::node_mut_with_phandle() by Jaewan Kim · 1 year, 10 months ago
- a041d4b libfdt: Fix bugs in comparing two list in tests by Jaewan Kim · 1 year, 10 months ago
- f34f4b8 libfdt: Add FdtNode::get_phandle() by Jaewan Kim · 1 year, 10 months ago
- 80ed241 Merge changes I9c148947,I4e4aea08 into main by Treehugger Robot · 1 year, 10 months ago
- f72f4f2 libfdt: Add FdtNodeMut::as_node() by Jaewan Kim · 1 year, 10 months ago
- 180a7c2 vmbase,libfdt: Make cstr! safe & const-compatible by Pierre-Clément Tosi · 1 year, 10 months ago
- 6517f74 Merge "libfdt: Add Fdt::symbols() and Fdt::symbols_mut()" into main by Treehugger Robot · 1 year, 10 months ago
- 2c5018b Merge "libfdt: Use cstr!()" into main by Treehugger Robot · 1 year, 10 months ago
- 08395dd Merge "Add APK details to the DICE chain" into main by Treehugger Robot · 1 year, 10 months ago
- f163d76 libfdt: Add Fdt::symbols() and Fdt::symbols_mut() by Jaewan Kim · 1 year, 10 months ago
- ce83215 Update needed for Rust v1.73.0 by Charisee · 1 year, 10 months ago
- 9b8b8ec Add APK details to the DICE chain by Alan Stokes · 1 year, 11 months ago
- b635bb0 libfdt: Use cstr!() by Jaewan Kim · 1 year, 10 months ago
- 504b430 libfdt: tests: Improve assert!() error messages by Pierre-Clément Tosi · 1 year, 10 months ago
- eba2779 libfdt: Make Phandle::new() const by Pierre-Clément Tosi · 1 year, 10 months ago
- 5ab1358 libfdt: Add adb_subnode_with_name_len() and subnode_with_name_len() by Jaewan Kim · 1 year, 11 months ago
- 4ae0e71 libfdt: FdtNodeMut::nop() by Jaewan Kim · 1 year, 11 months ago
- 17ba7a3 libfdt: Add phandle APIs by Jaewan Kim · 1 year, 11 months ago
- 5b05777 libfdt: Add FdtNode::supernode_at_depth() by Jaewan Kim · 1 year, 11 months ago
- bab4259 libfdt: Refactor path_offset() by Jaewan Kim · 1 year, 11 months ago
- 72d1090 libfdt: Add property iterator by Jaewan Kim · 1 year, 11 months ago
- 8f79590 switch from `data_model::DataInit` to `zerocopy` by Frederick Mayle · 1 year, 11 months ago
- eff8cff [doc] Add RKP link to derive_cdi_leaf_priv documentation by Alice Wang · 1 year, 11 months ago
- 5dddeea [cbor] Separate cbor conversion functions in an independent lib by Alice Wang · 1 year, 11 months ago
- 94a0635 [dice] Move open-dice Rust wrapper libraries to virt by Alice Wang · 1 year, 11 months ago
- ef47789 Merge "Parse APK manifest to extract version etc" into main by Alan Stokes · 1 year, 11 months ago
- 1abf754 Merge "Create top-level directory for secretkeeper" into main by Shikha Panwar · 1 year, 11 months ago
- 068f6d4 Parse APK manifest to extract version etc by Alan Stokes · 1 year, 11 months ago
- 9874f5f Create top-level directory for secretkeeper by Shikha Panwar · 1 year, 11 months ago
- ac9e7e0 Merge "libfdt: Fix method documentation style" into main by Jaewan Kim · 1 year, 11 months ago
- b3dcfc2 libfdt: Fix method documentation style by Jaewan Kim · 2 years ago
- aa2fa5c Simplify ziputils by Alan Stokes · 1 year, 11 months ago
- 892e730 Merge "Move device tree compile rule in common places" into main by Treehugger Robot · 1 year, 11 months ago
- 0df5fb1 Move device tree compile rule in common places by Jaewan Kim · 2 years ago
- 78b35f8 [refactoring] Rename AeadCtx to AeadContext to enhance readability by Alice Wang · 1 year, 11 months ago
- 8b8e6e6 [rkp] Encrypt/decrypt the private key with AES-256-GCM by Alice Wang · 1 year, 11 months ago
- bc828d7 libfdt: Add FdtNode::subnodes() by Jaewan Kim · 2 years ago
- fe06c85 libfdt: Refactor to keep iterators in one place by Jaewan Kim · 1 year, 11 months ago
- ccc52e5 [bssl] Make hkdf return Zeroizing type by Alice Wang · 1 year, 11 months ago
- 69b088f [bssl] Implement AEAD BoringSSL wrapper by Alice Wang · 2 years ago
- 08be799 Merge "libfdt: Add FdtNode::name()" into main by Treehugger Robot · 1 year, 11 months ago
- aa63870 libfdt: Add FdtNode::name() by Jaewan Kim · 2 years ago
- e6a6518 Merge changes from topic "b/302677468" into main by Alan Stokes · 1 year, 11 months ago
- 97c76d5 Merge "Move away from mod.rs" into main by Alan Stokes · 1 year, 11 months ago
- 47287e7 [bssl] Retrieve error code from BoringSSL by Alice Wang · 1 year, 11 months ago
- 3f5d2af Move away from mod.rs by Alan Stokes · 1 year, 11 months ago
- 27f3ef0 Multi_tenant is the new payload_not_root by Alan Stokes · 1 year, 11 months ago
- f1a83b0 [bssl] Add HKDF wrapper to libbssl by Alice Wang · 2 years ago
- 02b1093 [Test][bssl] Test HMAC-SHA256 with test cases in RFC 4231 by Alice Wang · 2 years ago
- 815d368 [refactoring][bssl] Move check_int_result to util module by Alice Wang · 2 years ago
- de36bbd [test] Add API test target for libbssl by Alice Wang · 2 years ago
- 709cce9 [bssl] Add digest and hmac modules to libbssl by Alice Wang · 2 years ago
- 4ac8548 [bssl] Remove redundant libcrypto_baremetal in libbssl_avf_nostd by Alice Wang · 2 years ago
- 8285352 Merge "libs: Use Self::capacity() in Fdt::check_full()" into main by Treehugger Robot · 2 years ago
- 02017da libs: Use Self::capacity() in Fdt::check_full() by Pierre-Clément Tosi · 2 years ago
- b3fcf63 [bssl] Move ec_key module from rialto to libbssl by Alice Wang · 2 years ago
- c8f88f5 [bssl] Add no_std compatible BoringSSL wrapper library for AVF by Alice Wang · 2 years ago
- 7b24660 [refactoring] Move service_vm_[comm|manager] to service_vm/ by Alice Wang · 2 years ago
- f7c0f94 [rkp] Implement main steps to generate certificate request by Alice Wang · 2 years ago
- a78d3f0 [rkp] Build MACed public key from boringssl EC_KEY by Alice Wang · 2 years ago
- 7b2ab94 [rkp] Generate EC P-256 key pair for the RKP HAL by Alice Wang · 2 years ago
- d80e99e [rkp] Report request processing error from service VM to host by Alice Wang · 2 years ago
- 474c0ee [dice] Retrieve the DICE data range from FDT in service VM by Alice Wang · 2 years ago
- fbdc85b [service-vm] Send shutdown request to exit rialto by Alice Wang · 2 years ago
- 4dbe41c Merge "Dice Policy Aware authentication: Rust library" into main by Shikha Panwar · 2 years ago
- 71b4f83 Dice Policy Aware authentication: Rust library by Shikha Panwar · 2 years ago
- 1d9a587 [refactoring] Add VmType enum to service_vm_comm by Alice Wang · 2 years ago
- 464e473 [rkp] Add request/response for certificate request generation by Alice Wang · 2 years ago