mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 09:55:46 +01:00
233f91d5c1
When importing a key, the code that parses the input needs to determine the key size ("bits" attribute). This is specific to import since other key creation methods require the caller to supply a size. Therefore, add an extra output parameter `bits` to the "import_key" entry point for opaque drivers. Likewise, add a `bits` output parameter to the "validate_key" entry point for transparent drivers. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
---|---|---|
.. | ||
Makefile | ||
psa-conditional-inclusion-c.md | ||
psa-driver-developer-guide.md | ||
psa-driver-integration-guide.md | ||
psa-driver-interface.md | ||
README |
The documents in this directory are proposed specifications for Mbed TLS features. They are not implemented yet, or only partially implemented. Please follow activity on the `development` branch of Mbed TLS if you are interested in these features.