TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
c90ff44f586aba6e98f64a235fcb712a4b4dcf91
/
.
/
ChangeLog.d
/
fix-crypt_and_hash-decrypt-issue.txt
blob: ded9b2d47b19a49a2bc9659ef05cf4afb7e7ff7d [
file
] [
log
] [
blame
]
Waleed Elmelegy
3bc6fea
2023-06-12 17:37:23 +0100
[
diff
] [
blame
]
1
Bugfix
2
* Fix crypt_and_hash decryption fail when used with a stream cipher
3
mode of operation due to the input not being multiple of block size.
4
Resolves #7417.