1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-22 14:40:58 +03:00
Files
mbedtls/library
Janos Follath f61e486179 ECDH: Add mbedtls_ecdh_setup()
In the future we want to support alternative ECDH implementations. We
can't make assumptions about the structure of the context they might
use, and therefore shouldn't access the members of
`mbedtls_ecdh_context`.

Currently the lifecycle of the context can't be done without direct
manipulation. This commit adds `mbedtls_ecdh_setup()` to complete
covering the context lifecycle with functions.
2018-11-30 14:09:57 +00:00
..
2018-08-13 13:49:52 +03:00
2018-06-18 10:30:30 +02:00
2018-07-23 18:18:32 +01:00
2018-07-23 18:18:35 +01:00
2017-09-06 17:51:14 +03:00
2018-11-30 14:09:57 +00:00
2018-05-15 09:21:57 +01:00
2018-11-30 14:09:57 +00:00
2018-11-09 13:57:37 +00:00
2018-11-09 15:01:07 +00:00
2018-07-24 16:43:20 +01:00
2018-10-16 10:41:31 +02:00
2018-05-25 14:54:14 +01:00
2017-10-29 17:53:52 +02:00