Deref pointer when using sizeof in x509_get_other_name

Fix for #2716.
This commit is contained in:
Sébastien Duquette
2019-06-24 09:17:18 -04:00
parent 66b7edb108
commit 661d725044
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -74,6 +74,7 @@ Bugfix
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,