mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Merge pull request #1135 from gilles-peskine-arm/psa-buffers-generate-wrappers-introduce-2.28
Backport 2.28: PSA wrappers with buffer poisoning for psa_cipher_encrypt
This commit is contained in:
@ -248,6 +248,7 @@
|
||||
<ClInclude Include="..\..\tests\include\test\psa_exercise_key.h" />
|
||||
<ClInclude Include="..\..\tests\include\test\psa_helpers.h" />
|
||||
<ClInclude Include="..\..\tests\include\test\psa_memory_poisoning_wrappers.h" />
|
||||
<ClInclude Include="..\..\tests\include\test\psa_test_wrappers.h" />
|
||||
<ClInclude Include="..\..\tests\include\test\random.h" />
|
||||
<ClInclude Include="..\..\tests\include\test\ssl_helpers.h" />
|
||||
<ClInclude Include="..\..\tests\include\test\drivers\aead.h" />
|
||||
@ -393,6 +394,7 @@
|
||||
<ClCompile Include="..\..\tests\src\psa_crypto_helpers.c" />
|
||||
<ClCompile Include="..\..\tests\src\psa_exercise_key.c" />
|
||||
<ClCompile Include="..\..\tests\src\psa_memory_poisoning_wrappers.c" />
|
||||
<ClCompile Include="..\..\tests\src\psa_test_wrappers.c" />
|
||||
<ClCompile Include="..\..\tests\src\random.c" />
|
||||
<ClCompile Include="..\..\tests\src\test_memory.c" />
|
||||
<ClCompile Include="..\..\tests\src\threading_helpers.c" />
|
||||
|
Reference in New Issue
Block a user