-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audit-202409 #119
Merged
Merged
Audit-202409 #119
Conversation
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
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
LCP-7: Fix to use `rand::rngs::OsRng` instead Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
LCP-8: Add `panic-logging` feature to `enclave-runtime` crate Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
LCP-1: zeroize `EnclaveKey` and `UnsealedEnclaveKey` after using them Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
LCP-2: Use `Signature::parse_standard_slice()` to parse signature bytes Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
…sealed_data_size` Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
LCP-3: Fix to apply assertions instead of returning `u32::MAX` in `calc_raw_sealed_data_size` Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
S-1: Fix to remove redundant check with `rsgx_raw_is_outside_enclave()` Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
S-{2,3}: Fix audit suggestions Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
* bump git2 version * bump h2 crate to 0.3.26 Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
…or returned from `tls.read_end_to_end()` Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
* bump shlex to v1.3.0 * bump tonic to v0.9 * bump `env_logger` and `clap` versions * bump ouroboros version Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
* bump `tiny-keccak` to v2 * bump sha2 to v0.10.8 Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
LCP-5: Update crate dependencies Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
LCP-5: Bump rustls to v0.23.18 Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.