Commit a1bd17a
committed
Move pkcs11/tz test to its own module in test-app
+ added m33mu two-runs test for persistent storage coverage1 parent 16dadd6 commit a1bd17a
File tree
7 files changed
+584
-103
lines changed- .github/workflows
- lib
- test-app
7 files changed
+584
-103
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
30 | 71 | | |
31 | 72 | | |
32 | 73 | | |
| |||
- .github/workflows/async.yml+4
- .github/workflows/cmake.yml+1
- .github/workflows/os-check.yml+7-1
- .github/workflows/pq-all.yml+5-1
- .github/workflows/psk.yml+4-4
- .github/workflows/rust-wrapper.yml+32-32
- .github/workflows/wolfboot-integration.yml+262
- .github/workflows/zephyr.yml+1-1
- .gitignore+1
- .wolfssl_known_macro_extras+1-8
- CMakeLists.txt+41-1
- IDE/WIN10/wolfssl-fips.vcxproj+2
- cmake/options.h.in+6
- configure.ac+113-4
- examples/benchmark/tls_bench.c+9-3
- examples/client/client.c+37-15
- examples/server/server.c+41-17
- linuxkm/lkcapi_aes_glue.c+6-9
- src/internal.c+146-66
- src/ssl.c+166-51
- src/tls.c+662-451
- src/tls13.c+77-76
- sslSniffer/sslSnifferTest/snifftest.c+1-1
- tests/api.c+32-4
- tests/api/test_dtls.c+43-1
- tests/api/test_ocsp.c+92
- tests/api/test_ocsp.h+1
- tests/api/test_tls13.c+98-38
- tests/include.am+6-4
- tests/suites.c+71-27
- tests/test-dtls13-pq-hybrid-extra-frag.conf+95
- tests/test-dtls13-pq-hybrid-extra.conf
- tests/test-dtls13-pq-hybrid-frag.conf-96
- tests/test-dtls13-pq-standalone-frag.conf
- tests/test-dtls13-pq-standalone.conf
- tests/test-tls13-pq-hybrid-extra.conf+119
- tests/test-tls13-pq-hybrid.conf-120
- tests/test-tls13-pq-standalone.conf
- wolfcrypt/benchmark/benchmark.c+23-8
- wolfcrypt/src/aes.c+81
- wolfcrypt/src/aes_xts_asm.S+2-3
- wolfcrypt/src/aes_xts_asm.asm+2-3
- wolfcrypt/src/asn.c+103-3
- wolfcrypt/src/cryptocb.c+28-10
- wolfcrypt/src/curve448.c+11
- wolfcrypt/src/des3.c+11
- wolfcrypt/src/dilithium.c+7-7
- wolfcrypt/src/ecc.c+59
- wolfcrypt/src/evp.c+1-1
- wolfcrypt/src/fe_x25519_asm.S+1-1
- wolfcrypt/src/hmac.c+15
- wolfcrypt/src/md5.c+11
- wolfcrypt/src/pkcs7.c+19
- wolfcrypt/src/poly1305.c+8
- wolfcrypt/src/port/arm/armv8-32-aes-asm.S+3-3
- wolfcrypt/src/port/arm/armv8-32-aes-asm_c.c+3-3
- wolfcrypt/src/port/arm/armv8-32-chacha-asm.S+14-14
- wolfcrypt/src/port/arm/armv8-32-chacha-asm_c.c+14-14
- wolfcrypt/src/port/arm/armv8-32-mlkem-asm.S+92-92
- wolfcrypt/src/port/arm/armv8-32-mlkem-asm_c.c+92-92
- wolfcrypt/src/port/arm/armv8-32-sha3-asm.S+8-8
- wolfcrypt/src/port/arm/armv8-32-sha3-asm_c.c+13-13
- wolfcrypt/src/port/arm/armv8-chacha-asm.S+2-2
- wolfcrypt/src/port/arm/armv8-chacha-asm_c.c+2-2
- wolfcrypt/src/port/arm/thumb2-aes-asm.S+3-3
- wolfcrypt/src/port/arm/thumb2-aes-asm_c.c+3-3
- wolfcrypt/src/port/arm/thumb2-chacha-asm.S+3-3
- wolfcrypt/src/port/arm/thumb2-chacha-asm_c.c+5-5
- wolfcrypt/src/port/devcrypto/devcrypto_aes.c+7-1
- wolfcrypt/src/port/nxp/se050_port.c+120-5
- wolfcrypt/src/random.c+74-16
- wolfcrypt/src/rsa.c+72-25
- wolfcrypt/src/sha.c+20
- wolfcrypt/src/sha3.c+19
- wolfcrypt/src/sha512.c+35
- wolfcrypt/src/sha512_asm.S+48-48
- wolfcrypt/src/sp_arm32.c+98-84
- wolfcrypt/src/sp_cortexm.c+75-61
- wolfcrypt/src/sp_x86_64_asm.S+5-5
- wolfcrypt/src/sp_x86_64_asm.asm+5-5
- wolfcrypt/src/wc_port.c+71
- wolfssl/internal.h+3
- wolfssl/wolfcrypt/dilithium.h+2-2
- wolfssl/wolfcrypt/port/Renesas/renesas_fspsm_internal.h+1-1
- wolfssl/wolfcrypt/settings.h+7
- wolfssl/wolfcrypt/wc_lms.h+6
- wolfssl/wolfcrypt/wc_xmss.h+6
- wrapper/rust/include.am+8
- wrapper/rust/wolfssl-wolfcrypt/CHANGELOG.md+8
- wrapper/rust/wolfssl-wolfcrypt/Cargo.lock+1-1
- wrapper/rust/wolfssl-wolfcrypt/Cargo.toml+1-1
- wrapper/rust/wolfssl-wolfcrypt/README.md+3
- wrapper/rust/wolfssl-wolfcrypt/src/dilithium.rs+2-2
- zephyr/Kconfig+5
- zephyr/samples/wolfssl_tls_sock/prj.conf+1
- zephyr/samples/wolfssl_tls_thread/prj.conf+1
- zephyr/user_settings.h+14-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
209 | 212 | | |
| 213 | + | |
210 | 214 | | |
211 | | - | |
212 | 215 | | |
213 | 216 | | |
214 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
250 | 253 | | |
251 | | - | |
| 254 | + | |
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 44 | + | |
50 | 45 | | |
51 | 46 | | |
52 | 47 | | |
| |||
192 | 187 | | |
193 | 188 | | |
194 | 189 | | |
195 | | - | |
196 | | - | |
197 | 190 | | |
198 | 191 | | |
199 | 192 | | |
| |||
837 | 830 | | |
838 | 831 | | |
839 | 832 | | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | | - | |
865 | | - | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | | - | |
881 | | - | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | | - | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
| 833 | + | |
| 834 | + | |
932 | 835 | | |
933 | 836 | | |
934 | 837 | | |
| |||
1377 | 1280 | | |
1378 | 1281 | | |
1379 | 1282 | | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
1380 | 1291 | | |
1381 | 1292 | | |
1382 | 1293 | | |
| |||
0 commit comments