Skip to content

Commit

Permalink
CI: Re-enable AES-GCM job
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 23, 2024
1 parent 0718836 commit 3cdc32f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SAW/scripts/x86_64/release_jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ saw proof/SHA512/verify-SHA384-x86.saw
saw proof/SHA512/verify-SHA512-x86.saw
saw proof/HMAC/verify-HMAC.saw
saw proof/KDF/verify-HKDF.saw
# The proof for aesni_gcm_en[de]crypt requires having more than 6 function arguments.
# Disabling the following proof due to lack of support of such a scenario in SAW.
# The existing proof works on AWS-LC commit 7bdae64
# (https://github.com/aws/aws-lc/commit/7bdae649ee6a723a5197e27ec3770c37f6a64e85) and before
# cd proof/AES && go run AES-GCM-check-entrypoint.go
cd proof/AES && go run AES-GCM-check-entrypoint.go
saw proof/AES_KW/verify-AES_KW.saw
saw proof/AES_KW/verify-AES_KWP.saw
saw proof/EC/verify-P384.saw
Expand Down

0 comments on commit 3cdc32f

Please sign in to comment.