forked from aws/aws-nitro-enclaves-acm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACM for Nitro Enclaves initial version. Signed-off-by: Alexandru Ciobotaru <[email protected]> Signed-off-by: Alexandru Gheorghe <[email protected]> Signed-off-by: Bogdan Vasile <[email protected]> Signed-off-by: Cristian Done <[email protected]> Signed-off-by: Dan Horobeanu <[email protected]>
- Loading branch information
Showing
104 changed files
with
20,163 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[build] | ||
target-dir = "build/target" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/.ccls-cache | ||
/.ccls | ||
/build |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
[workspace] | ||
members = ["src/vtok_agent", "src/vtok_common", "src/vtok_p11", "src/vtok_rpc", "src/vtok_rand", "src/vtok_srv", "src/vtok_tool", "tests/helpers", "src/vtok_init"] | ||
default-members = ["src/vtok_agent", "src/vtok_common", "src/vtok_p11", "src/vtok_rpc", "src/vtok_rand", "src/vtok_srv", "src/vtok_tool", "src/vtok_init"] | ||
|
||
[profile.release] | ||
codegen-units=1 |
Oops, something went wrong.