File tree
5 files changed
+43
-5
lines changed- demos/fleet_provisioning
- fleet_provisioning_keys_cert
- fleet_provisioning_with_csr
- libraries/standard
5 files changed
+43
-5
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
| |||
125 | 128 |
| |
126 | 129 |
| |
127 | 130 |
| |
128 |
| - | |
| 131 | + | |
129 | 132 |
| |
130 | 133 |
| |
131 | 134 |
| |
| |||
605 | 608 |
| |
606 | 609 |
| |
607 | 610 |
| |
608 |
| - | |
| 611 | + | |
609 | 612 |
| |
610 | 613 |
| |
611 | 614 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 |
| |
60 | 63 |
| |
61 | 64 |
| |
|
Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 |
| |
62 | 66 |
| |
63 | 67 |
| |
| |||
777 | 781 |
| |
778 | 782 |
| |
779 | 783 |
| |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
780 | 812 |
| |
781 | 813 |
| |
782 | 814 |
| |
|
Submodule corePKCS11 updated 51 files
- .github/.cSpellWords.txt+85
- .github/CONTRIBUTING.md+1-1
- .github/workflows/ci.yml+79-64
- .github/workflows/formatting.yml+23
- .github/workflows/release.yml+2-2
- MISRA.md+4-4
- README.md+145-54
- cspell.config.yaml+31
- docs/doxygen/include/size_table.md+2-2
- lexicon.txt-378
- manifest.yml+3-10
- source/dependency/3rdparty/mbedtls_utils/mbedtls_utils.c+1-1
- source/dependency/3rdparty/mbedtls_utils/mbedtls_utils.h+1-1
- source/portable/mbedtls/core_pkcs11_mbedtls.c+65-7
- test/cbmc/include/core_pkcs11_config.h+1-1
- test/cbmc/include/mbedtls_config.h+11-11
- test/cbmc/proofs/C_CloseSession/README.md+1-1
- test/cbmc/proofs/C_CreateObject/README.md+1-1
- test/cbmc/proofs/C_DestroyObject/README.md+1-1
- test/cbmc/proofs/C_DigestFinal/README.md+1-1
- test/cbmc/proofs/C_DigestInit/README.md+1-1
- test/cbmc/proofs/C_DigestUpdate/README.md+1-1
- test/cbmc/proofs/C_Finalize/README.md+1-1
- test/cbmc/proofs/C_FindObjects/README.md+1-1
- test/cbmc/proofs/C_FindObjectsFinal/README.md+1-1
- test/cbmc/proofs/C_FindObjectsInit/README.md+1-1
- test/cbmc/proofs/C_GenerateKeyPair/README.md+1-1
- test/cbmc/proofs/C_GenerateRandom/README.md+1-1
- test/cbmc/proofs/C_GetAttributeValue/README.md+1-1
- test/cbmc/proofs/C_GetFunctionList/README.md+1-1
- test/cbmc/proofs/C_GetMechanismInfo/README.md+1-1
- test/cbmc/proofs/C_GetSlotList/README.md+1-1
- test/cbmc/proofs/C_Initialize/README.md+1-1
- test/cbmc/proofs/C_OpenSession/README.md+1-1
- test/cbmc/proofs/C_Sign/README.md+1-1
- test/cbmc/proofs/C_SignInit/README.md+1-1
- test/cbmc/proofs/C_Verify/README.md+1-1
- test/cbmc/proofs/C_VerifyInit/README.md+1-1
- test/cbmc/proofs/PKI_mbedTLSSignatureToPkcs11Signature/README.md+1-1
- test/cbmc/proofs/PKI_pkcs11SignatureTombedTLSSignature/README.md+1-1
- test/cbmc/proofs/vAppendSHA256AlgorithmIdentifierSequence/README.md+1-1
- test/cbmc/proofs/xFindObjectWithLabelAndClass/README.md+1-1
- test/cbmc/proofs/xGetSlotList/README.md+1-1
- test/cbmc/proofs/xInitializePKCS11/README.md+1-1
- test/cbmc/proofs/xInitializePkcs11Session/README.md+1-1
- test/cbmc/proofs/xInitializePkcs11Token/README.md+1-1
- test/include/core_pkcs11_config.h+1-1
- test/mbedtls_integration/core_pkcs11_config.h+1-1
- test/mbedtls_integration/mbedtls_integration_test.c+1-1
- test/pkcs11_mbedtls_utest/core_pkcs11_mbedtls_utest.c+83-4
- tools/uncrustify.cfg-160
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
0 commit comments