Skip to content

Commit

Permalink
ACM for Nitro Enclaves
Browse files Browse the repository at this point in the history
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
dhrgit committed Oct 28, 2020
1 parent 9dcbb4d commit 922ff1b
Show file tree
Hide file tree
Showing 104 changed files with 20,163 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
target-dir = "build/target"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.ccls-cache
/.ccls
/build
245 changes: 245 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Cargo.toml
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
Loading

0 comments on commit 922ff1b

Please sign in to comment.