-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
21 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
#define DEFAULT_FIRST_APP_NAME "firstApp" | ||
#define DEFAULT_FIRST_DEVICE_NAME "firstDevice" | ||
#define AES_256_KEY_BYTES 32 | ||
#define RSA_2048_PRIVKEY_BYTES 1300 // in PKCS#8 format includes padding | ||
#define ATAUTH_DEFAULT_FIRST_APP_NAME "firstApp" | ||
#define ATAUTH_DEFAULT_FIRST_DEVICE_NAME "firstDevice" | ||
#define ATAUTH_AES_256_KEY_BYTES 32 | ||
#define ATAUTH_RSA_2048_PRIVKEY_BYTES 1300 // in PKCS#8 format includes padding | ||
|
||
#define DEFAULT_APKAM_RETRY_INTERVAL 10 // seconds | ||
#define MAX_APKAM_AUTH_RETRY_ATTMEPTS 10 | ||
#define ENROLLMENT_DENIED_ERR_CODE "error:AT0025" | ||
#define ENROLLMENT_PENDING_ERR_CODE "error:AT0026" | ||
#define ATAUTH_DEFAULT_APKAM_RETRY_INTERVAL 10 // seconds | ||
#define ATAUTH_MAX_APKAM_AUTH_RETRY_ATTMEPTS 10 | ||
#define ATAUTH_ENROLLMENT_DENIED_ERR_CODE "error:AT0025" | ||
#define ATAUTH_ENROLLMENT_PENDING_ERR_CODE "error:AT0026" | ||
|
||
|
||
#define ENCRYPTED_DEFAULT_ENC_PRIVKEY_NAME "default_enc_private_key" | ||
#define ENCRYPTED_SELF_ENC_KEY_NAME "default_self_enc_key" | ||
#define ATAUTH_ENCRYPTED_DEFAULT_ENC_PRIVKEY_NAME "default_enc_private_key" | ||
#define ATAUTH_ENCRYPTED_SELF_ENC_KEY_NAME "default_self_enc_key" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.