2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
|
- .github/workflows/release_new_version.yml+121
- .gitlab-ci.yml+58-4
- CHANGELOG.md+41
- README.md+33-24
- docs/new_release.md+8
- examples/conf.yml+1
- examples/example_04_mac_and_destroy.py+71
- model_configs/example_config/example_config.yml
- model_configs/example_config/tropic01_ese_certificate_1.pem
- model_configs/example_config/tropic01_ese_private_key_1.pem
- model_configs/example_config/tropic01_ese_public_key_1.pem
- pyproject.toml+1-1
- scripts/gen_cert_store.py+58
- scripts/parse_changelog.py+46
- tests/test_model/conftest.py+19-16
- tests/test_model/test_l3_api/test_ecc_key_erase.py+1-1
- tests/test_model/test_l3_api/test_ecc_key_generate.py+1-1
- tests/test_model/test_l3_api/test_ecc_key_read.py+1-1
- tests/test_model/test_l3_api/test_ecc_key_store.py+1-1
- tests/test_model/test_l3_api/test_ecdsa_sign.py+1-1
- tests/test_model/test_l3_api/test_eddsa_sign.py+1-1
- tests/test_model/test_l3_api/test_mac_and_destroy.py-11
- tests/test_model/test_l3_api/test_mac_and_destroy/macandd_test_vectors.json+66.3k
- tests/test_model/test_l3_api/test_mac_and_destroy/test_mac_and_destroy_cmd.py+92
- tests/test_model/test_l3_api/test_r_mem_data_erase.py+1-1
- tests/test_model/test_l3_api/test_r_mem_data_read.py+1-1
- tests/test_model/test_l3_api/test_r_mem_data_write.py+1-1
- tests/test_model_internal/test_ecc_keys.py+4-4
- tests/test_model_internal/test_mac_and_destroy.py+264
- tvl/api/l2_api.py+8-6
- tvl/api/l3_api.py+6-11
- tvl/configuration_file_model.py+2
- tvl/configuration_object_generator/internal.py+2-4
- tvl/configuration_object_generator/templates/configuration_object_impl.py.j2+1-1
- tvl/constants.py+11
- tvl/crypto/encrypted_session.py+3-3
- tvl/crypto/keccak.py+1-1
- tvl/host/host.py+30-30
- tvl/host/low_level_communication.py+84-12
- tvl/logging_utils.py+11-1
- tvl/messages/datafield.py+21-5
- tvl/messages/endianness.py+2-2
- tvl/messages/exceptions.py+4
- tvl/messages/l2_messages.py+17-24
- tvl/messages/l3_messages.py+12-21
- tvl/messages/message.py+49-42
- tvl/protocols.py+7
- tvl/server/configuration.py+122-42
- tvl/server/internal.py+37-22
- tvl/server/logging_utils.py+16-7
- tvl/server/serial_connection.py+3-1
- tvl/server/server.py+17-7
- tvl/server/tcp_connection.py+3-1
- tvl/targets/model/base_model.py+36-31
- tvl/targets/model/internal/ecc_keys.py+4-4
- tvl/targets/model/internal/mac_and_destroy.py+152
- tvl/targets/model/internal/spi_fsm.py+21-23
- tvl/targets/model/meta_model.py+45-46
- tvl/targets/model/tropic01_l2_api_impl.py+14-14
- tvl/targets/model/tropic01_l3_api_impl.py+101-55
0 commit comments