Commit e3abb6a
File tree
45 files changed
+107
-5859
lines changed- docs/architecture
- scripts
- mbedtls_dev
- tests
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+107
-5859
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
- CONTRIBUTING.md+26
- README.md+7-2
- dco.txt+37
- docs/framework-design.md+138
- psasim/.gitignore+12
- psasim/Makefile+64
- psasim/README.md+60
- psasim/include/psa/client.h+78
- psasim/include/psa/error.h+36
- psasim/include/psa/lifecycle.h+17
- psasim/include/psa/service.h+249
- psasim/include/psasim/init.h+15
- psasim/src/client.c+380
- psasim/src/common.c+23
- psasim/src/common.h+85
- psasim/src/service.c+655
- psasim/test/Makefile+12
- psasim/test/client.c+48
- psasim/test/manifest.json+29
- psasim/test/server.c+105
- psasim/tools/psa_autogen.py+163
- scripts/mbedtls_framework/__init__.py+3
- scripts/mbedtls_framework/asymmetric_key_data.py+237
- scripts/mbedtls_framework/bignum_common.py+406
- scripts/mbedtls_framework/bignum_core.py+896
- scripts/mbedtls_framework/bignum_data.py+159
- scripts/mbedtls_framework/bignum_mod.py+102
- scripts/mbedtls_framework/bignum_mod_raw.py+242
- scripts/mbedtls_framework/build_tree.py+120
- scripts/mbedtls_framework/c_build_helper.py+162
- scripts/mbedtls_framework/c_parsing_helper.py+131
- scripts/mbedtls_framework/c_wrapper_generator.py+473
- scripts/mbedtls_framework/crypto_data_tests.py+112
- scripts/mbedtls_framework/crypto_knowledge.py+568
- scripts/mbedtls_framework/ecp.py+875
- scripts/mbedtls_framework/logging_util.py+46
- scripts/mbedtls_framework/macro_collector.py+539
- scripts/mbedtls_framework/psa_information.py+161
- scripts/mbedtls_framework/psa_storage.py+206
- scripts/mbedtls_framework/test_case.py+91
- scripts/mbedtls_framework/test_data_generation.py+224
- scripts/mbedtls_framework/typing_util.py+28
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments