mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
6 lines
309 B
Plaintext
6 lines
309 B
Plaintext
|
Features
|
||
|
* Add utility functions to manipulate mbedtls_ecp_keypair objects, filling
|
||
|
gaps made by making its fields private: mbedtls_ecp_set_public_key(),
|
||
|
mbedtls_ecp_write_public_key(), mbedtls_ecp_keypair_calc_public(),
|
||
|
mbedtls_ecp_keypair_get_group_id(). Fixes #5017, #5441, #8367, #8652.
|