Skip to content

Commit

Permalink
Fix AWS-LC PR 1628
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyannn committed Jun 12, 2024
1 parent a48d3d9 commit 6b5e373
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "src"]
path = src
branch = main
url = https://github.com/aws/aws-lc.git
branch = CryptoAlg-2220
url = https://github.com/justsmth/aws-lc.git
[submodule "cryptol-specs"]
path = cryptol-specs
branch = sha-imperative
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS LibCrypto Formal Verification
# AWS LibCrypto Formal Verification test1

[![.github/workflows/main.yml](https://github.com/awslabs/aws-lc-verification/actions/workflows/main.yml/badge.svg)](https://github.com/awslabs/aws-lc-verification/actions/workflows/main.yml)

Expand Down
5 changes: 5 additions & 0 deletions SAW/scripts/x86_64/entrypoint_check_aes_gcm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,9 @@ apply_patch "noinline_ec_GFp_simple_is_at_infinity"
./scripts/x86_64/build_x86.sh "Release"
./scripts/x86_64/build_llvm.sh "Release"
./scripts/x86_64/post_build.sh

# llvm-dis build/llvm_x86/crypto/crypto_test.bc
objdump -d build/llvm_x86/crypto/crypto_test | grep "endbr64"


./scripts/x86_64/run_checks_aes_gcm.sh
2 changes: 1 addition & 1 deletion src
Submodule src updated 186 files

0 comments on commit 6b5e373

Please sign in to comment.