mbedtls/include
Gilles Peskine 4ce2a9dcbf Check unused attributes in import and copy
In psa_import_key and psa_copy_key, some information comes from the
key data (input buffer or source key) rather than from the attributes:
key size for import, key size and type and domain parameters for copy.
If an unused attribute is nonzero in the attribute structure, check
that it matches the correct value. This protects against application
errors.
2019-05-03 16:57:15 +02:00
..
mbedtls Merge remote-tracking branch 'tls/development' into development 2019-03-28 16:02:25 +00:00
psa Check unused attributes in import and copy 2019-05-03 16:57:15 +02:00
.gitignore
CMakeLists.txt Remove tests that depend on TLS or X.509 2019-03-11 16:49:26 +00:00