1 file changed
+1
-1
lines changed- .travis.yml+1-1
- docs/architecture/.gitignore+2
- docs/architecture/Makefile+19
- docs/architecture/mbed-crypto-storage-specification.md+161
- include/mbedtls/config.h+15
- include/psa/crypto.h+49-34
- include/psa/crypto_extra.h+23-1
- include/psa/crypto_platform.h+49
- include/psa/crypto_se_driver.h+1-1
- include/psa/crypto_types.h+12
- include/psa/crypto_values.h+31-45
- library/cipher.c+1-1
- library/psa_crypto.c+88-89
- library/psa_crypto_core.h+1-1
- library/psa_crypto_service_integration.h+40
- library/psa_crypto_slot_management.c+34-30
- library/psa_crypto_storage.c+3-2
- library/psa_crypto_storage.h+6-6
- library/psa_crypto_storage_backend.h+6-6
- library/psa_crypto_storage_file.c+8-8
- library/psa_crypto_storage_its.c+51-70
- library/ssl_tls.c+3-3
- library/version_features.c+3
- library/x509_crt.c+1-1
- library/x509write_csr.c+1-1
- programs/psa/crypto_examples.c+2-2
- scripts/config.pl+1
- scripts/generate_psa_constants.py+10
- tests/scripts/test_psa_constant_names.py+7-2
- tests/suites/test_suite_psa_crypto.data+112-7
- tests/suites/test_suite_psa_crypto.function+443-55
- tests/suites/test_suite_psa_crypto_entropy.function+8-10
- tests/suites/test_suite_psa_crypto_persistent_key.function+1-1
- tests/suites/test_suite_psa_crypto_slot_management.data+1-1
- tests/suites/test_suite_psa_crypto_slot_management.function+5-5
- tests/suites/test_suite_psa_crypto_storage_file.data+2-2
- visualc/VS2010/mbedTLS.vcxproj+1
0 commit comments