add capability to switch out the public default key for OEMs (#216)

pull/215/head
Thomas Göttgens 2022-10-19 11:28:30 +02:00 zatwierdzone przez GitHub
rodzic 7c83c32dff
commit d0559bfa3c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -10,5 +10,5 @@
*ChannelFile.channels max_count:8
*OEMStore.oem_text max_size:40
*OEMStore.oem_icon_bits max_size:2048
*OEMStore.oem_icon_bits max_size:2048
*OEMStore.oem_aes_key max_size:32

Wyświetl plik

@ -134,4 +134,9 @@ message OEMStore {
* Use this font for the OEM text.
*/
string oem_text = 5;
/*
* The default device encryption key, 16 or 32 byte
*/
bytes oem_aes_key = 6;
}