forked from wolfSSL/wolfssl
Merge pull request #4512 from douzzer/fips-check-linuxv5-uses-tag-WCv5.0-RC9
fips-check.sh update for WCv5.0-RC9 tags
This commit is contained in:
@ -293,17 +293,15 @@ linuxv5-RC8)
|
|||||||
COPY_DIRECT=( wolfcrypt/src/aes_asm.S wolfcrypt/src/aes_asm.asm
|
COPY_DIRECT=( wolfcrypt/src/aes_asm.S wolfcrypt/src/aes_asm.asm
|
||||||
wolfcrypt/src/sha256_asm.S wolfcrypt/src/sha512_asm.S )
|
wolfcrypt/src/sha256_asm.S wolfcrypt/src/sha512_asm.S )
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# temporary values during transition
|
|
||||||
linuxv5|linuxv5-RC9)
|
linuxv5|linuxv5-RC9)
|
||||||
FIPS_REPO="git@github.com:wolfSSL/fips.git"
|
FIPS_REPO="git@github.com:wolfSSL/fips.git"
|
||||||
FIPS_VERSION="master"
|
FIPS_VERSION="WCv5.0-RC9"
|
||||||
CRYPT_REPO="git@github.com:douzzer/wolfssl.git"
|
CRYPT_REPO="git@github.com:wolfSSL/wolfssl.git"
|
||||||
CRYPT_VERSION="fipsv3-rebased"
|
CRYPT_VERSION="WCv5.0-RC9"
|
||||||
CRYPT_INC_PATH="wolfssl/wolfcrypt"
|
CRYPT_INC_PATH="wolfssl/wolfcrypt"
|
||||||
CRYPT_SRC_PATH="wolfcrypt/src"
|
CRYPT_SRC_PATH="wolfcrypt/src"
|
||||||
WC_MODS=( aes sha sha256 sha512 rsa hmac random cmac dh ecc sha3 kdf )
|
WC_MODS=( aes sha sha256 sha512 rsa hmac random cmac dh ecc sha3 kdf )
|
||||||
RNG_VERSION="fipsv3-rebased"
|
RNG_VERSION="WCv5.0-RC9"
|
||||||
FIPS_SRCS=( fips.c fips_test.c wolfcrypt_first.c wolfcrypt_last.c )
|
FIPS_SRCS=( fips.c fips_test.c wolfcrypt_first.c wolfcrypt_last.c )
|
||||||
FIPS_INCS=( fips.h )
|
FIPS_INCS=( fips.h )
|
||||||
FIPS_OPTION="v5-RC9"
|
FIPS_OPTION="v5-RC9"
|
||||||
|
Reference in New Issue
Block a user