Skip to content

Commit 91f6022

Browse files
authored
Update README.md
1 parent 4735c3e commit 91f6022

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Android Key Attestation Test App
33

44
This app supports generating, saving, loading, parsing and verifying Android [key and ID attestation](https://source.android.com/docs/security/features/keystore/attestation) data.
55

6-
The app is used for self-testing, so it has no network permission **(NOTE: This fork need network permissions to check online the Revocation List, see** **[8b9d92f](https://github.com/VisionR1/KeyAttestation/commit/8b9d92f25af4d97f660dc8e46132f34b53972de5))**. The certificate revocation data is embedded in the apk and will not be updated online. If the system is compromised, parsing and verifying is not safe, you should save the data to a file and then load the file on another device to verify it.
6+
The app is used for self-testing, so it has no network permission. The certificate revocation data is embedded in the apk and will not be updated online. If the system is compromised, parsing and verifying is not safe, you should save the data to a file and then load the file on another device to verify it.
77

88
This app also supports loading certificate chain generated by other software.
99

@@ -17,6 +17,8 @@ This app also supports loading certificate chain generated by other software.
1717

1818
- **Add support to parse revoked certificates list from remote server**
1919

20+
**NOTE: This fork need network permissions to check online the Revocation List, see** **[8b9d92f](https://github.com/VisionR1/KeyAttestation/commit/8b9d92f25af4d97f660dc8e46132f34b53972de5)**
21+
2022
Useful links
2123
---
2224

0 commit comments

Comments
 (0)