Gilles Peskine | 28e9d86 | 2023-06-21 20:40:55 +0200 | [diff] [blame] | 1 | Features |
2 | * Add utility functions to manipulate mbedtls_ecp_keypair objects, filling | ||||
3 | gaps made by making its fields private: mbedtls_ecp_set_public_key(), | ||||
4 | mbedtls_ecp_write_public_key(), mbedtls_ecp_keypair_calc_public(), | ||||
5 | mbedtls_ecp_keypair_get_group_id(). Fixes #5017, #5441, #8367, #8652. |