Skip to content

Commit

Permalink
Update AWS-LC and S2N to versions with ML-KEM support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexw91 committed Jan 23, 2025
1 parent 25331ea commit 6114326
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions codebuild/cd/test-fips-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ cd ./crt/aws-lc || exit 1
# Get the current commit hash
current_commit=$(git rev-parse HEAD)

# Check if the current commit is from the "fips-2022-11-02" branch
if git merge-base --is-ancestor "$current_commit" "origin/fips-2022-11-02"; then
echo "Current aws-lc commit is from the 'fips-2022-11-02' branch"
# Check if the current commit is from the "fips-2024-09-27" branch
if git merge-base --is-ancestor "$current_commit" "origin/fips-2024-09-27"; then
echo "Current aws-lc commit is from the 'fips-2024-09-27' branch"
status=0
else
echo "Error: Current aws-lc commit is not from the 'fips-2022-11-02' branch"
echo "Error: Current aws-lc commit is not from the 'fips-2024-09-27' branch"
status=1
fi

Expand Down
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 2e79e7 to 6cc9f5

0 comments on commit 6114326

Please sign in to comment.