Gilles Peskine | 487bbf6 | 2021-05-27 22:17:07 +0200 | [diff] [blame] | 1 | Features |
| 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 Peskine | 71acc6e | 2021-05-27 22:50:53 +0200 | [diff] [blame] | 4 | * The new function mbedtls_dhm_get_value() copy a field out of a |
| 5 | Diffie-Hellman context. |
Gilles Peskine | 487bbf6 | 2021-05-27 22:17:07 +0200 | [diff] [blame] | 6 | |
| 7 | API 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() . |