2024-02-01 22:33:06 +01:00
|
|
|
Bugfix
|
|
|
|
* Fix mbedtls_pk_get_bitlen() for RSA keys whose size is not a
|
2024-02-12 16:58:39 +01:00
|
|
|
multiple of 8. Fixes #868.
|
2024-02-01 22:33:06 +01:00
|
|
|
|
2024-02-01 22:17:44 +01:00
|
|
|
Features
|
|
|
|
* The new function mbedtls_rsa_get_bitlen() returns the length of the modulus
|
|
|
|
in bits, i.e. the key size for an RSA key.
|