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

chore: Upgrade to OpenSSL 3 for SAM CLI Installer #7328

Merged
merged 2 commits into from
Aug 14, 2024
Merged

Conversation

dkphm
Copy link
Contributor

@dkphm dkphm commented Aug 7, 2024

Which issue(s) does this change fix?

Why is this change necessary?

OpenSSL 1.0 is EOL and we need to upgrade to use OpenSSL 3.

How does it address the issue?

What side effects does this change have?

Mandatory Checklist

PRs will only be reviewed after checklist is complete

  • Add input/output type hints to new functions/methods
  • Write design document if needed (Do I need to write a design document?)
  • Write/update unit tests
  • Write/update integration tests
  • Write/update functional tests if needed
  • make pr passes
  • make update-reproducible-reqs if dependencies were changed
  • Write documentation

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

@github-actions github-actions bot added pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Aug 7, 2024
@@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then
fi

if [ "$openssl_version" = "" ]; then
openssl_version="1.1.1w";
openssl_version="3.3.1";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use 3.0.x instead? This one is the LTS release and is supported for a bit longer than 3.3.x.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sure, will switch to 3.0.14. Thanks!

@dkphm dkphm force-pushed the openssl3 branch 3 times, most recently from eae3db0 to 807bb95 Compare August 14, 2024 18:12
@dkphm dkphm changed the title chore: Upgrade to OpenSSL 3.3.1 for SAM CLI Installer chore: Upgrade to OpenSSL 3 for SAM CLI Installer Aug 14, 2024
@dkphm dkphm marked this pull request as ready for review August 14, 2024 19:27
@dkphm dkphm requested a review from a team as a code owner August 14, 2024 19:27
@dkphm dkphm requested review from mndeveci and hnnasit August 14, 2024 19:27
@dkphm dkphm added this pull request to the merge queue Aug 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 14, 2024
@dkphm dkphm added this pull request to the merge queue Aug 14, 2024
Merged via the queue into aws:develop with commit bcf5657 Aug 14, 2024
55 checks passed
@dkphm dkphm deleted the openssl3 branch August 14, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/internal stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants