TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/gh-readonly-queue/development/pr-8691-59d63b21065c5bf4f7edc112d1b2bd86cff5a53c
/
.
/
ChangeLog.d
/
rsa-bitlen.txt
blob: bcd185fa3095fb2115eade557c03ef2252b04a8a [
file
] [
log
] [
blame
]
Bugfix
*
Fix
mbedtls_pk_get_bitlen
()
for
RSA keys whose size
is
not
a
multiple of
8.
Fixes
#868.
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
.