mbedtls/docs/proposed
Gilles Peskine 233f91d5c1 Add bits output to validate_key and import_key
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>
2020-10-02 18:00:00 +02:00
..
Makefile Pure C configuration of PSA crypto mechanisms 2020-08-31 14:45:51 +02:00
psa-conditional-inclusion-c.md Add a subsection with driver interface terminology 2020-09-07 10:28:38 +02:00
psa-driver-developer-guide.md Update terminology 2020-08-19 21:55:27 +02:00
psa-driver-integration-guide.md Start Mbed TLS guides to PSA drivers 2020-07-13 13:27:45 +02:00
psa-driver-interface.md Add bits output to validate_key and import_key 2020-10-02 18:00:00 +02:00
README Add a directory for proposed specifications 2020-07-13 13:27:42 +02:00

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.