David Saada
|
200636f59c
|
PSA protected storage: Add encrypt & RB protect flags by default to set.
|
2019-07-03 16:21:03 +03:00 |
Martin Kojtal
|
303d0f0c0c
|
SPE: fix inject entropy macro
Use new TLS macro
|
2019-05-27 11:50:09 +01:00 |
Alexander Zilberkant
|
117e3e82b6
|
Update PSA includes to autogenerated files
|
2019-04-30 14:41:09 +03:00 |
Alexander Zilberkant
|
ab01bea46d
|
Delete autogenerated files
|
2019-04-30 14:10:23 +03:00 |
Oren Cohen
|
f51eb6215a
|
Fix warnings on PSA secure builds
|
2019-04-17 10:37:51 +03:00 |
itayzafrir
|
2b81588664
|
Add message context cleanup helper function
|
2019-03-28 12:53:11 +02:00 |
itayzafrir
|
a446ee63c7
|
Rename internal function destroy_hash_clone to clear_hash_clone
|
2019-03-27 16:13:46 +02:00 |
itayzafrir
|
b26890e62d
|
Do not allocate zero sized buffers - generators
|
2019-03-27 15:43:19 +02:00 |
itayzafrir
|
749b1e30bb
|
Do not allocate zero sized buffers - rng
|
2019-03-27 15:43:18 +02:00 |
itayzafrir
|
abd9c661ce
|
Do not allocate zero sized buffers - entropy
|
2019-03-27 15:43:18 +02:00 |
itayzafrir
|
19b83812d4
|
Do not allocate zero sized buffers - keys
|
2019-03-27 15:43:17 +02:00 |
itayzafrir
|
f3294ef338
|
Do not allocate zero sized buffers - cipher
|
2019-03-27 15:43:16 +02:00 |
itayzafrir
|
19952d990c
|
Do not allocate zero sized buffers - aead
|
2019-03-27 15:43:15 +02:00 |
itayzafrir
|
18feb26ca7
|
Do not allocate zero sized buffers - asymmetric
|
2019-03-27 15:43:14 +02:00 |
itayzafrir
|
979ca1ee55
|
Do not allocate zero sized buffers - hash
|
2019-03-27 15:43:12 +02:00 |
itayzafrir
|
7b35e763dd
|
Do not allocate zero sized buffers - mac
|
2019-03-27 14:29:19 +02:00 |
itayzafrir
|
8044f6d038
|
Fix crypto service abort functionality - generators
|
2019-03-26 15:32:49 +02:00 |
itayzafrir
|
545e669c88
|
Fix crypto service abort functionality - mac
|
2019-03-26 15:32:49 +02:00 |
itayzafrir
|
da999c6946
|
Fix crypto service abort functionality - hash
|
2019-03-26 15:32:49 +02:00 |
itayzafrir
|
1b26e0d5f2
|
Fix crypto service abort functionality - cipher
Also refactor cipher setup function to one common function.
|
2019-03-26 15:32:49 +02:00 |
Nir Sonnenschein
|
ca62922c9f
|
Merge pull request #10036 from itayzafrir/crypto-ipc-refactor
Refactor Crypto Service Proxy
|
2019-03-26 15:20:49 +02:00 |
itayzafrir
|
95b0a18ac5
|
Remove uneeded TODO comment from the code
|
2019-03-18 10:28:21 +02:00 |
itayzafrir
|
c97b90ade1
|
Unify code style
- Use designated initializers for IPC structs
- Unify variables declaration and initialization
|
2019-03-12 14:31:30 +02:00 |
itayzafrir
|
9bc8bcf0d2
|
Unify sections titles/comments & fix typo in comment
|
2019-03-12 11:35:35 +02:00 |
itayzafrir
|
5c48d58389
|
Set handle to PSA_NULL_HANDLE when closing IPC connection
|
2019-03-12 11:35:34 +02:00 |
itayzafrir
|
bf05154461
|
Use PSA_NULL_HANDLE when testing for invalid handles
|
2019-03-12 10:53:13 +02:00 |
itayzafrir
|
caafc34695
|
Use psa prefix for crypto.h include
|
2019-03-12 10:51:31 +02:00 |
itayzafrir
|
7a15865e8b
|
Refactor crypto service proxy
|
2019-03-11 16:21:34 +02:00 |
Alexander Zilberkant
|
661613c998
|
Rename psa_system_reset to mbed_psa_system_reset
add noreturn attributes
update lifecycle service to use psa/error.h
fix doxygen
|
2019-03-11 10:43:19 +02:00 |
Oren Cohen
|
d0021b5de7
|
Fix error codes for psa_attestation_inject_key
|
2019-03-10 10:53:38 +02:00 |
Ryan Morse
|
20c2734e7b
|
Fixed issue with wrong floating point literal
|
2019-03-07 08:40:20 -08:00 |
Cruz Monrreal
|
a87c7c82f3
|
Merge pull request #9312 from kfnta/psa_compliance
PSA compliance tests suite
|
2019-03-07 09:14:58 -06:00 |
Cruz Monrreal
|
63242cfbb4
|
Merge pull request #9939 from kfnta/fix_for_secure_partition
Fix for secure partition
|
2019-03-06 20:00:38 -06:00 |
Moran Peker
|
c0633e56b1
|
Attestation doxygen
|
2019-03-06 15:39:08 +02:00 |
Martin Kojtal
|
bb61ea1433
|
Merge pull request #9917 from kfnta/attest_doxy
Add attestation doxygen
|
2019-03-06 09:14:26 +01:00 |
Nir Sonnenschein
|
95d0c4d38d
|
Define psa_storage_info_t for backward compatibility
|
2019-03-05 17:07:51 +02:00 |
Nir Sonnenschein
|
f106718366
|
indentation fix
|
2019-03-05 15:52:41 +02:00 |
Nir Sonnenschein
|
4412e39a72
|
fix resource leaks
|
2019-03-05 15:07:14 +02:00 |
Alon
|
0d550eeeb6
|
Fix crypto service get key info out params
|
2019-03-05 14:57:24 +02:00 |
Oren Cohen
|
064dc7d154
|
Attestation doxygen
|
2019-03-03 18:46:20 +02:00 |
Oren Cohen
|
cfb60ec955
|
Fixes
* Add #include <stddef.h> to psa/client.h
* Add Attestation service to TFM
* Update FUTURE_SEQUANA_PSA secure binaries
* Remove MBED_SPM from K64F
* Refactor psa_manifest/sid.h
* Increase stackl size in spm-client tests
* Add handling of errors from psa_get in partitions
|
2019-03-03 13:30:58 +02:00 |
Michael Schwarcz
|
b62c48977f
|
Review fixes
|
2019-03-03 10:55:46 +02:00 |
Michael Schwarcz
|
98efb44ea8
|
Remove another psa_identity
|
2019-03-03 10:55:46 +02:00 |
Michael Schwarcz
|
ef76ec83ee
|
Generate psa_manifest/sid.h
|
2019-03-03 10:55:46 +02:00 |
Michael Schwarcz
|
faf5fcf795
|
Fix typo
|
2019-03-03 10:55:45 +02:00 |
Oren Cohen
|
bd9a738473
|
Move SPM_PANIC to psa/service.h
|
2019-03-03 10:55:44 +02:00 |
Oren Cohen
|
306a51f6c0
|
Update psa_get() to return psa_status_t
|
2019-03-03 10:55:44 +02:00 |
Michael Schwarcz
|
f9fbd6ae82
|
Align PSA SPM tests to TF-M
|
2019-03-03 10:55:42 +02:00 |
Oren Cohen
|
483b23c318
|
Fix SPM warnings
|
2019-03-03 10:54:55 +02:00 |
Oren Cohen
|
dfbc7b6b7a
|
Adapt partitons
|
2019-03-03 10:54:54 +02:00 |