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 13, 2024
1 parent 7d839cf commit 5f4cdca
Show file tree
Hide file tree
Showing 3 changed files with 4 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 SAW/scripts/x86_64/docker_install_aes_gcm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -ex

Z3_URL='https://github.com/Z3Prover/z3/releases/download/z3-4.8.14/z3-4.8.14-x64-glibc-2.31.zip'
Z3_URL='https://github.com/Z3Prover/z3/releases/download/z3-4.13.0/z3-4.13.0-x64-glibc-2.31.zip'
YICES_URL='https://yices.csl.sri.com/releases/2.6.2/yices-2.6.2-x86_64-pc-linux-gnu-static-gmp.tar.gz'

mkdir -p /bin /deps
Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated 82 files
+1 −0 crypto/chacha/asm/chacha-x86_64.pl
+17 −0 crypto/cipher_extra/asm/aes128gcmsiv-x86_64.pl
+2 −0 crypto/cipher_extra/asm/chacha20_poly1305_x86_64.pl
+9 −0 crypto/fipsmodule/aes/asm/aesni-x86_64.pl
+6 −0 crypto/fipsmodule/aes/asm/vpaes-x86_64.pl
+6 −0 crypto/fipsmodule/bn/asm/rsaz-avx2.pl
+1 −0 crypto/fipsmodule/bn/asm/x86_64-mont.pl
+6 −0 crypto/fipsmodule/bn/asm/x86_64-mont5.pl
+12 −0 crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl
+1 −0 crypto/fipsmodule/ec/asm/p256_beeu-x86_64-asm.pl
+1 −0 crypto/fipsmodule/md5/asm/md5-x86_64.pl
+4 −0 crypto/fipsmodule/modes/asm/aesni-gcm-x86_64.pl
+2 −0 crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl
+6 −0 crypto/fipsmodule/modes/asm/ghash-x86_64.pl
+2 −0 crypto/fipsmodule/rand/asm/rdrand-x86_64.pl
+1 −0 crypto/fipsmodule/sha/asm/sha1-x86_64.pl
+1 −0 crypto/fipsmodule/sha/asm/sha512-x86_64.pl
+1 −0 crypto/hrss/asm/poly_rq_mul.S
+1 −0 crypto/perlasm/x86_64-xlate.pl
+7 −0 crypto/test/asm/trampoline-x86_64.pl
+1 −0 generated-src/linux-x86_64/crypto/chacha/chacha-x86_64.S
+18 −0 generated-src/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
+2 −0 generated-src/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
+2 −0 generated-src/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
+9 −0 generated-src/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S
+2 −0 generated-src/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S
+6 −0 generated-src/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S
+1 −0 generated-src/linux-x86_64/crypto/fipsmodule/md5-x86_64.S
+11 −0 generated-src/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
+1 −0 generated-src/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S
+2 −0 generated-src/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S
+6 −0 generated-src/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S
+1 −0 generated-src/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S
+1 −0 generated-src/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S
+1 −0 generated-src/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S
+6 −0 generated-src/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S
+1 −0 generated-src/linux-x86_64/crypto/fipsmodule/x86_64-mont.S
+6 −0 generated-src/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S
+36 −0 generated-src/linux-x86_64/crypto/test/trampoline-x86_64.S
+1 −0 generated-src/mac-x86_64/crypto/chacha/chacha-x86_64.S
+18 −0 generated-src/mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
+2 −0 generated-src/mac-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
+2 −0 generated-src/mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
+9 −0 generated-src/mac-x86_64/crypto/fipsmodule/aesni-x86_64.S
+2 −0 generated-src/mac-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S
+6 −0 generated-src/mac-x86_64/crypto/fipsmodule/ghash-x86_64.S
+1 −0 generated-src/mac-x86_64/crypto/fipsmodule/md5-x86_64.S
+11 −0 generated-src/mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
+1 −0 generated-src/mac-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S
+2 −0 generated-src/mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S
+6 −0 generated-src/mac-x86_64/crypto/fipsmodule/rsaz-avx2.S
+1 −0 generated-src/mac-x86_64/crypto/fipsmodule/sha1-x86_64.S
+1 −0 generated-src/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
+1 −0 generated-src/mac-x86_64/crypto/fipsmodule/sha512-x86_64.S
+6 −0 generated-src/mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S
+1 −0 generated-src/mac-x86_64/crypto/fipsmodule/x86_64-mont.S
+6 −0 generated-src/mac-x86_64/crypto/fipsmodule/x86_64-mont5.S
+36 −0 generated-src/mac-x86_64/crypto/test/trampoline-x86_64.S
+2 −0 generated-src/win-x86_64/crypto/chacha/chacha-x86_64.asm
+19 −0 generated-src/win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm
+1 −0 generated-src/win-x86_64/crypto/cipher_extra/aesni-sha1-x86_64.asm
+1 −0 generated-src/win-x86_64/crypto/cipher_extra/aesni-sha256-x86_64.asm
+3 −0 generated-src/win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm
+1 −0 generated-src/win-x86_64/crypto/fipsmodule/aesni-gcm-avx512.asm
+3 −0 generated-src/win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm
+10 −0 generated-src/win-x86_64/crypto/fipsmodule/aesni-x86_64.asm
+1 −0 generated-src/win-x86_64/crypto/fipsmodule/aesni-xts-avx512.asm
+3 −0 generated-src/win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm
+7 −0 generated-src/win-x86_64/crypto/fipsmodule/ghash-x86_64.asm
+2 −0 generated-src/win-x86_64/crypto/fipsmodule/md5-x86_64.asm
+12 −0 generated-src/win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm
+2 −0 generated-src/win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.asm
+3 −0 generated-src/win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm
+7 −0 generated-src/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
+2 −0 generated-src/win-x86_64/crypto/fipsmodule/sha1-x86_64.asm
+2 −0 generated-src/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm
+2 −0 generated-src/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm
+7 −0 generated-src/win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm
+2 −0 generated-src/win-x86_64/crypto/fipsmodule/x86_64-mont.asm
+7 −0 generated-src/win-x86_64/crypto/fipsmodule/x86_64-mont5.asm
+37 −0 generated-src/win-x86_64/crypto/test/trampoline-x86_64.asm
+19 −0 include/openssl/asm_base.h

0 comments on commit 5f4cdca

Please sign in to comment.