mirror of https://github.com/wolfSSL/wolfssl.git
update fips-check.sh for cert #4718: remap linuxv5 as an alias for linuxv5.2.1, and add linuxv5-RC12.
parent
27e0df040f
commit
aec0345f90
|
@ -144,8 +144,8 @@ marvell-linux-selftest)
|
||||||
'wolfssl/wolfcrypt/sha512.h:v4.1.0-stable'
|
'wolfssl/wolfcrypt/sha512.h:v4.1.0-stable'
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
linuxv5)
|
linuxv5-RC12)
|
||||||
FIPS_OPTION='v5'
|
FIPS_OPTION='v5-RC12'
|
||||||
FIPS_FILES=(
|
FIPS_FILES=(
|
||||||
'wolfcrypt/src/fips.c:WCv5.2.0.1-RC01'
|
'wolfcrypt/src/fips.c:WCv5.2.0.1-RC01'
|
||||||
'wolfcrypt/src/fips_test.c:WCv5.0-RC12'
|
'wolfcrypt/src/fips_test.c:WCv5.0-RC12'
|
||||||
|
@ -186,7 +186,7 @@ linuxv5)
|
||||||
'wolfssl/wolfcrypt/sha512.h:WCv5.0-RC12'
|
'wolfssl/wolfcrypt/sha512.h:WCv5.0-RC12'
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
linuxv5.2.1)
|
linuxv5|linuxv5.2.1)
|
||||||
FIPS_OPTION='v5'
|
FIPS_OPTION='v5'
|
||||||
FIPS_FILES=(
|
FIPS_FILES=(
|
||||||
'wolfcrypt/src/fips.c:v5.2.1-stable'
|
'wolfcrypt/src/fips.c:v5.2.1-stable'
|
||||||
|
@ -321,7 +321,11 @@ v6.0.0)
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
fips-ready|fips-dev)
|
fips-ready|fips-dev)
|
||||||
FIPS_OPTION='ready'
|
if [ "$FLAVOR" = 'fips-dev' ]; then
|
||||||
|
FIPS_OPTION='dev'
|
||||||
|
else
|
||||||
|
FIPS_OPTION='ready'
|
||||||
|
fi
|
||||||
FIPS_FILES=(
|
FIPS_FILES=(
|
||||||
'wolfcrypt/src/fips.c:master'
|
'wolfcrypt/src/fips.c:master'
|
||||||
'wolfcrypt/src/fips_test.c:master'
|
'wolfcrypt/src/fips_test.c:master'
|
||||||
|
@ -330,7 +334,6 @@ fips-ready|fips-dev)
|
||||||
'wolfssl/wolfcrypt/fips.h:master'
|
'wolfssl/wolfcrypt/fips.h:master'
|
||||||
)
|
)
|
||||||
WOLFCRYPT_FILES=()
|
WOLFCRYPT_FILES=()
|
||||||
if [ "$FLAVOR" = 'fips-dev' ]; then FIPS_OPTION='dev'; fi
|
|
||||||
;;
|
;;
|
||||||
wolfrand)
|
wolfrand)
|
||||||
FIPS_OPTION='rand'
|
FIPS_OPTION='rand'
|
||||||
|
|
Loading…
Reference in New Issue