Skip to content
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

improve buildspec for AL2023 kTLS #4989

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

valkarinc
Copy link

Changelog:
Removed redundant yum upgrade -y command, retaining only yum update -y.
Ensured consistent Nix installation by specifying a version.
Enhanced comments for improved readability and maintenance.
Confirmed correct loading of the TLS kernel module.
Standardized command formatting for better readability.

Release Summary:

Resolved issues:

Description of changes:
Describe s2n’s current behavior and how your code changes that behavior. If there are no issues this PR is resolving, explain why this change is necessary.

Call-outs:
Address any potentially confusing code. Is there code added that needs to be cleaned up later? Is there code that is missing because it’s still in development? If a callout is specific to a section of code, it might make more sense to leave a comment on your own PR file diff.

Testing:
Describe the testing methods used (unit tests, fuzz tests, etc.).
Explain any manual testing performed.
Provide verification steps for the reviewer.
Assure reviewers that the PR is safe and effective.
If it's a refactor change, demonstrate that the intended behavior hasn't changed.
Remember:

Include unit tests for any change to the library source code.
Include CBMC proofs for changes to core stuffer or blob methods.

For changes to the CI or tests:
Ensure the test succeeds for valid input.
Ensure the test fails for invalid input (e.g., a test for memory leaks fails when a memory leak is committed).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

- Removed redundant `yum upgrade -y` command, keeping only `yum update -y`.
- Ensured the installation of a specific version of Nix for consistency.
- Improved comments for better readability and maintenance.
- Verified that the TLS kernel module loads correctly.
- Unified command formatting for better readability.
@valkarinc valkarinc requested a review from dougch as a code owner December 23, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant