Skip to content

Commit 8fbff48

Browse files
committed
Pickup asm changes since 5.7.4 release
1 parent 6791d3f commit 8fbff48

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

fips-check.sh

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ linuxv5.2.1)
231231
v6.0.0)
232232
WOLF_REPO_TAG='WCv6.0.0-RC1'
233233
FIPS_REPO_TAG='WCv6.0.0-RC1'
234+
ASM_PICKUPS_TAG='WCv6.0.0-RC2'
234235
FIPS_OPTION='v6'
235236
FIPS_FILES=(
236237
"wolfcrypt/src/fips.c:${FIPS_REPO_TAG}"
@@ -246,21 +247,21 @@ v6.0.0)
246247
"wolfcrypt/src/aes_gcm_x86_asm.S:${WOLF_REPO_TAG}"
247248
"wolfcrypt/src/aes_xts_asm.S:${WOLF_REPO_TAG}"
248249
"wolfcrypt/src/aes.c:${WOLF_REPO_TAG}"
249-
"wolfcrypt/src/port/arm/armv8-32-aes-asm_c.c:${WOLF_REPO_TAG}"
250+
"wolfcrypt/src/port/arm/armv8-32-aes-asm_c.c:${ASM_PICKUPS_TAG}"
250251
"wolfcrypt/src/port/arm/armv8-32-aes-asm.S:${WOLF_REPO_TAG}"
251-
"wolfcrypt/src/port/arm/armv8-32-curve25519_c.c:${WOLF_REPO_TAG}"
252+
"wolfcrypt/src/port/arm/armv8-32-curve25519_c.c:${ASM_PICKUPS_TAG}"
252253
"wolfcrypt/src/port/arm/armv8-32-curve25519.S:${WOLF_REPO_TAG}"
253-
"wolfcrypt/src/port/arm/armv8-32-sha256-asm_c.c:${WOLF_REPO_TAG}"
254+
"wolfcrypt/src/port/arm/armv8-32-sha256-asm_c.c:${ASM_PICKUPS_TAG}"
254255
"wolfcrypt/src/port/arm/armv8-32-sha256-asm.S:${WOLF_REPO_TAG}"
255-
"wolfcrypt/src/port/arm/armv8-32-sha512-asm_c.c:${WOLF_REPO_TAG}"
256+
"wolfcrypt/src/port/arm/armv8-32-sha512-asm_c.c:${ASM_PICKUPS_TAG}"
256257
"wolfcrypt/src/port/arm/armv8-32-sha512-asm.S:${WOLF_REPO_TAG}"
257-
"wolfcrypt/src/port/arm/armv8-aes.c:${WOLF_REPO_TAG}"
258-
"wolfcrypt/src/port/arm/armv8-curve25519_c.c:${WOLF_REPO_TAG}"
258+
"wolfcrypt/src/port/arm/armv8-aes.c:${ASM_PICKUPS_TAG}"
259+
"wolfcrypt/src/port/arm/armv8-curve25519_c.c:${ASM_PICKUPS_TAG}"
259260
"wolfcrypt/src/port/arm/armv8-curve25519.S:${WOLF_REPO_TAG}"
260261
"wolfcrypt/src/port/arm/armv8-sha256.c:${WOLF_REPO_TAG}"
261-
"wolfcrypt/src/port/arm/armv8-sha3-asm_c.c:${WOLF_REPO_TAG}"
262-
"wolfcrypt/src/port/arm/armv8-sha3-asm.S:${WOLF_REPO_TAG}"
263-
"wolfcrypt/src/port/arm/armv8-sha512-asm_c.c:${WOLF_REPO_TAG}"
262+
"wolfcrypt/src/port/arm/armv8-sha3-asm_c.c:${ASM_PICKUPS_TAG}"
263+
"wolfcrypt/src/port/arm/armv8-sha3-asm.S:${ASM_PICKUPS_TAG}"
264+
"wolfcrypt/src/port/arm/armv8-sha512-asm_c.c:${ASM_PICKUPS_TAG}"
264265
"wolfcrypt/src/port/arm/armv8-sha512-asm.S:${WOLF_REPO_TAG}"
265266
"wolfcrypt/src/port/arm/armv8-sha512.c:${WOLF_REPO_TAG}"
266267
"wolfcrypt/src/cmac.c:${WOLF_REPO_TAG}"
@@ -282,15 +283,15 @@ v6.0.0)
282283
"wolfcrypt/src/sha3_asm.S:${WOLF_REPO_TAG}"
283284
"wolfcrypt/src/sha512_asm.S:${WOLF_REPO_TAG}"
284285
"wolfcrypt/src/sha512.c:${WOLF_REPO_TAG}"
285-
"wolfcrypt/src/sp_arm32.c:${WOLF_REPO_TAG}"
286-
"wolfcrypt/src/sp_arm64.c:${WOLF_REPO_TAG}"
287-
"wolfcrypt/src/sp_armthumb.c:${WOLF_REPO_TAG}"
288-
"wolfcrypt/src/sp_c32.c:${WOLF_REPO_TAG}"
289-
"wolfcrypt/src/sp_c64.c:${WOLF_REPO_TAG}"
290-
"wolfcrypt/src/sp_cortexm.c:${WOLF_REPO_TAG}"
286+
"wolfcrypt/src/sp_arm32.c:${ASM_PICKUPS_TAG}"
287+
"wolfcrypt/src/sp_arm64.c:${ASM_PICKUPS_TAG}"
288+
"wolfcrypt/src/sp_armthumb.c:${ASM_PICKUPS_TAG}"
289+
"wolfcrypt/src/sp_c32.c:${ASM_PICKUPS_TAG}"
290+
"wolfcrypt/src/sp_c64.c:${ASM_PICKUPS_TAG}"
291+
"wolfcrypt/src/sp_cortexm.c:${ASM_PICKUPS_TAG}"
291292
"wolfcrypt/src/sp_x86_64_asm.asm:${WOLF_REPO_TAG}"
292293
"wolfcrypt/src/sp_x86_64_asm.S:${WOLF_REPO_TAG}"
293-
"wolfcrypt/src/sp_x86_64.c:${WOLF_REPO_TAG}"
294+
"wolfcrypt/src/sp_x86_64.c:${ASM_PICKUPS_TAG}"
294295
"wolfcrypt/src/port/arm/thumb2-aes-asm_c.c:${WOLF_REPO_TAG}"
295296
"wolfcrypt/src/port/arm/thumb2-aes-asm.S:${WOLF_REPO_TAG}"
296297
"wolfcrypt/src/port/arm/thumb2-curve25519_c.c:${WOLF_REPO_TAG}"

0 commit comments

Comments
 (0)