File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ wolfssl-gnutls-wrapper/libgnutls-wolfssl-wrapper.*
55wolfssl-gnutls-wrapper /src /* .o
66gnutls
77wolfssl *
8- fips-v5-checkout
8+ fips- *
99/wolfssl-gnutls-wrapper /.cache /
1010/wolfssl-gnutls-wrapper /compile_commands.json
1111/wolfssl-gnutls-wrapper /tidy-fixes.yaml
Original file line number Diff line number Diff line change @@ -78,12 +78,17 @@ if [ $FIPS_MODE -eq 1 ]; then
7878 # Fresh checkout & FIPS helper
7979 rm -rf wolfssl/ fips-v5-checkout/
8080
81+ echo " Cloning fips-src"
82+ git clone git@github.com:wolfSSL/fips-src.git
83+
8184 echo " Cloning wolfSSL repository for FIPS-ready build..."
8285 git clone https://github.com/wolfssl/wolfssl.git
8386 cd wolfssl
8487
85- echo " Running FIPS-ready preparation..."
86- ./fips-check.sh linuxv5.2.1 keep
88+ echo " Running FIPS-v5.2.4 preparation..."
89+ cp ../fips-src/fips-check-PILOT.sh .
90+ chmod +x fips-check-PILOT.sh
91+ ./fips-check-PILOT.sh v5.2.4 keep
8792
8893 echo " Moving FIPS directory XXX-fips-test to ../fips-v5-checkout"
8994 mv XXX-fips-test ../fips-v5-checkout
You can’t perform that action at this time.
0 commit comments