Commit e1c7385
committed
wolfcrypt/test/test.c:
* in pbkdf2_test(), pwdbased_test(), and pkcs12_test(), add missing FIPS v7+
gates around stanzas that use wc_PBKDF_max_iterations_set() and
wc_PBKDF_max_iterations_get() or depend on erroring for excessive PBKDF
iterations (fixes wolfSSL#10050);
* in ecc_test_buffers(), omit new corrupt HMAC tag test on FIPS <v6 (fixes
8f2a3f9).
tests/api/test_dtls.c: add FIPS v7+ gate to test_dtls13_frag_ch2_with_ch1_rtx().
wolfssl/wolfcrypt/memory.h: #include "../../linuxkm/linuxkm_memory.h" rather than "linuxkm/linuxkm_memory.h", following pattern in wc_port.h.1 parent dc4796b commit e1c7385
3 files changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1932 | 1932 | | |
1933 | 1933 | | |
1934 | 1934 | | |
1935 | | - | |
1936 | | - | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
1937 | 1938 | | |
1938 | 1939 | | |
1939 | 1940 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34317 | 34317 | | |
34318 | 34318 | | |
34319 | 34319 | | |
| 34320 | + | |
| 34321 | + | |
34320 | 34322 | | |
34321 | 34323 | | |
34322 | 34324 | | |
| |||
34340 | 34342 | | |
34341 | 34343 | | |
34342 | 34344 | | |
| 34345 | + | |
34343 | 34346 | | |
34344 | 34347 | | |
34345 | | - | |
34346 | 34348 | | |
34347 | 34349 | | |
34348 | 34350 | | |
| |||
34397 | 34399 | | |
34398 | 34400 | | |
34399 | 34401 | | |
34400 | | - | |
| 34402 | + | |
| 34403 | + | |
34401 | 34404 | | |
34402 | 34405 | | |
34403 | 34406 | | |
| |||
34445 | 34448 | | |
34446 | 34449 | | |
34447 | 34450 | | |
34448 | | - | |
| 34451 | + | |
| 34452 | + | |
34449 | 34453 | | |
34450 | 34454 | | |
34451 | 34455 | | |
| |||
34543 | 34547 | | |
34544 | 34548 | | |
34545 | 34549 | | |
| 34550 | + | |
34546 | 34551 | | |
34547 | 34552 | | |
34548 | 34553 | | |
| |||
34587 | 34592 | | |
34588 | 34593 | | |
34589 | 34594 | | |
| 34595 | + | |
34590 | 34596 | | |
34591 | 34597 | | |
34592 | 34598 | | |
| |||
43255 | 43261 | | |
43256 | 43262 | | |
43257 | 43263 | | |
| 43264 | + | |
| 43265 | + | |
43258 | 43266 | | |
43259 | 43267 | | |
43260 | 43268 | | |
43261 | 43269 | | |
43262 | 43270 | | |
43263 | 43271 | | |
43264 | 43272 | | |
| 43273 | + | |
43265 | 43274 | | |
43266 | 43275 | | |
43267 | 43276 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
0 commit comments