platform_system_security/provisioner
Max Bires f60987eab4 Adding the factory extraction binary
This binary gets added to the system image under
/bin/rkp_factory_extraction_tool. The purpose of this tool is to query
every IRemotelyProvisionedComponent interface in the device manifest and
print out a CertificateRequest to stdout for each interface.

The CertificateRequest will contain no keys to sign and a semantically
useless challenge, since this tool is just for key upload. The items of
value will be the DeviceInfo CBOR blob which will get associated with
the encrypted device public key once it is uploaded to the backing
servers and decrypted.

The tool will fail if it is unable to successfully query an
IRemotelyProvisionedComponent interface that is specified in the device
manifest file.

Test: Build and run
Change-Id: Ia82787749be5963567019f6523075100208aa101
2021-04-20 17:05:39 -07:00
..
binder/android/security/provisioner Add provisioner CLI and its interface. 2020-11-12 15:21:12 +00:00
src/com/android/commands/provisioner Add provisioner CLI and its interface. 2020-11-12 15:21:12 +00:00
Android.bp Adding the factory extraction binary 2021-04-20 17:05:39 -07:00
provisioner_cli Add provisioner CLI and its interface. 2020-11-12 15:21:12 +00:00
rkp_factory_extraction_tool.cpp Adding the factory extraction binary 2021-04-20 17:05:39 -07:00