Added registration.
Currently doesn't return any valid result, hence host believes device failed to register, however, insecure storage of keys does occur.
This commit is contained in:
5
Certificates.hpp
Normal file
5
Certificates.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <cstdint>
|
||||
|
||||
extern uint8_t attestCert[557];
|
||||
extern uint8_t attestPrivKey[32];
|
||||
extern uint8_t attestPubKey[65];
|
||||
Reference in New Issue
Block a user