Commit f6594f6
committed
CI-tests: STM32L4 and STM32WB using CubeMX SDK
1 parent 5ea3de1 commit f6594f6
File tree
3 files changed
+119
-13
lines changed- .github/workflows
- lib
3 files changed
+119
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 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 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
445 | 446 | | |
446 | 447 | | |
447 | 448 | | |
| |||
- .github/workflows/async.yml+1-1
- .gitignore-10
- .wolfssl_known_macro_extras+25-16
- Makefile.am+1
- README-async.md+558
- SCRIPTS-LIST-2
- async-check.sh-104
- autogen.sh+2-10
- configure.ac+11-15
- doc/dox_comments/header_files/rsa.h+2-2
- examples/async/README.md+1-4
- linuxkm/Kbuild+7-1
- linuxkm/linuxkm_memory.c+1-1
- linuxkm/linuxkm_wc_port.h+35-25
- linuxkm/lkcapi_sha_glue.c+3
- linuxkm/module_exports.c.template+3
- linuxkm/module_hooks.c+27-15
- linuxkm/pie_redirect_table.c+6-2
- scripts/include.am+1
- scripts/rsapss.test+92
- src/include.am+11
- src/internal.c+459-711
- src/ssl.c+1-1
- src/ssl_load.c+8
- src/tls.c+3-3
- src/tls13.c+31-16
- tests/api/test_rsa.c-4
- wolfcrypt/benchmark/benchmark.c-3
- wolfcrypt/src/aes.c+293-162
- wolfcrypt/src/async.c+1.2k
- wolfcrypt/src/error.c+3
- wolfcrypt/src/evp.c+14-8
- wolfcrypt/src/pkcs7.c+8
- wolfcrypt/src/port/cavium/README.md+263-2
- wolfcrypt/src/port/cavium/README_Octeon.md+234-2
- wolfcrypt/src/port/cavium/cavium_nitrox.c+1.2k
- wolfcrypt/src/port/cypress/README.md+81-23
- wolfcrypt/src/port/cypress/psoc6_crypto.c+1.0k-10
- wolfcrypt/src/port/intel/README.md+409-1
- wolfcrypt/src/port/intel/quickassist.c+5.1k
- wolfcrypt/src/port/intel/quickassist_mem.c+1.1k
- wolfcrypt/src/port/st/stm32.c+2-2
- wolfcrypt/src/random.c+7-880
- wolfcrypt/src/sha256.c+1-1
- wolfcrypt/src/sha512.c+1-1
- wolfcrypt/src/sp_arm32.c+2-53
- wolfcrypt/src/sp_cortexm.c+2-58
- wolfcrypt/src/wc_mlkem.c+8
- wolfcrypt/src/wc_port.c+6-6
- wolfcrypt/src/wolfentropy.c+906
- wolfcrypt/test/test.c+28-16
- wolfssl/internal.h+10-1
- wolfssl/wolfcrypt/aes.h+9
- wolfssl/wolfcrypt/async.h+442
- wolfssl/wolfcrypt/error-crypt.h+4-2
- wolfssl/wolfcrypt/include.am+1
- wolfssl/wolfcrypt/port/cavium/cavium_nitrox.h+217
- wolfssl/wolfcrypt/port/cypress/psoc6_crypto.h+84-7
- wolfssl/wolfcrypt/port/intel/quickassist.h+520
- wolfssl/wolfcrypt/port/intel/quickassist_mem.h+64
- wolfssl/wolfcrypt/port/st/stm32.h+2
- wolfssl/wolfcrypt/random.h-13
- wolfssl/wolfcrypt/settings.h+9-1
- wolfssl/wolfcrypt/wc_port.h+6-6
- wolfssl/wolfcrypt/wolfentropy.h+72
- wrapper/rust/wolfssl/Makefile+1
- wrapper/rust/wolfssl/build.rs+5-5
- wrapper/rust/wolfssl/src/wolfcrypt.rs+44
- wrapper/rust/wolfssl/src/wolfcrypt/aes.rs+227-275
- wrapper/rust/wolfssl/src/wolfcrypt/ecc.rs+1
- wrapper/rust/wolfssl/src/wolfcrypt/kdf.rs+4-5
- wrapper/rust/wolfssl/src/wolfcrypt/random.rs+168-12
- wrapper/rust/wolfssl/src/wolfcrypt/rsa.rs+30-49
- wrapper/rust/wolfssl/src/wolfcrypt/sha.rs+2-2
- wrapper/rust/wolfssl/tests/test_random.rs+25
- wrapper/rust/wolfssl/tests/test_wolfcrypt.rs+11
0 commit comments