commit | 661d72504400c9fc2bc89ef1d1330e389ff68f93 | [log] [tgz] |
---|---|---|
author | Sébastien Duquette <ekse.0x@gmail.com> | Sun Jun 23 17:45:26 2019 -0400 |
committer | Sébastien Duquette <ekse.0x@gmail.com> | Mon Jun 24 09:17:18 2019 -0400 |
tree | 92c5db8e7521b70184cc54a4c2ccf170b15a1ebb | |
parent | 66b7edb10865809a972362ce362c62820075ade3 [diff] [blame] |
Deref pointer when using sizeof in x509_get_other_name Fix for #2716.
diff --git a/ChangeLog b/ChangeLog index a461008..23b62b4 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -74,6 +74,7 @@ irwir. * Enable Suite B with subset of ECP curves. Make sure the code compiles even if some curves are not defined. Fixes #1591 reported by dbedev. + * Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716. API Changes * Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,