mbedtls/include
Andrzej Kurek 08d34b8693 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2
TLS uses it to derive the session secret. The algorithm takes a serialized
point in an uncompressed form, extracts the X coordinate and computes
SHA256 of it. It is only expected to work with P-256.
Fixes #5978.
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
2022-09-14 08:39:26 -04:00
..
mbedtls Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 2022-09-14 08:39:26 -04:00
psa Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 2022-09-14 08:39:26 -04:00
.gitignore Rename include directory to mbedtls 2015-03-10 11:23:56 +00:00
CMakeLists.txt Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00