mbedtls/docs
Gilles Peskine a2b41598d6 Draft specification for key derivation
Pass all the initial inputs in a single structure. It's impossible to pass
the inputs as soon as the application makes them available because the core
cannot know which driver to call until it receives the SECRET input.

Do support hiding the key material inside a secure element if the relevant
driver has all the requisite entry points.

Do cooked key derivation (i.e. derivation of non-raw keys) and key agreement
separately.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-01-24 14:52:59 +01:00
..
architecture docs: TLS 1.3: Improve wording 2021-12-10 14:28:13 +01:00
proposed Draft specification for key derivation 2022-01-24 14:52:59 +01:00
.gitignore Remove obsolete specification draft 2021-10-07 19:14:01 +02:00
3.0-migration-guide.md Remove obsolete reference to _ret in migration guide 2021-07-02 12:16:03 +01:00
getting_started.md Fix duplicate variable name in getting_started.md 2021-11-19 13:40:20 +01:00
use-psa-crypto.md Make PSA crypto mandatory for TLS 1.3 2021-12-10 13:22:21 +01:00