blob: 4d5c751fbad8cd9668551db7deac5a41b5049d98 [file] [log] [blame]
Gilles Peskine487bbf62021-05-27 22:17:07 +02001Features
2 * The new functions mbedtls_dhm_get_len() and mbedtls_dhm_get_bitlen()
3 query the size of the modulus in a Diffie-Hellman context.
Gilles Peskine71acc6e2021-05-27 22:50:53 +02004 * The new function mbedtls_dhm_get_value() copy a field out of a
5 Diffie-Hellman context.
Gilles Peskine487bbf62021-05-27 22:17:07 +02006
7API changes
8 * Instead of accessing the len field of a DHM context, which is no longer
9 supported, use the new function mbedtls_dhm_get_len() .