commit | 4e03439e6a915bdafcd2adc6596f98a2e834f315 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Thu Apr 21 23:37:09 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Apr 22 09:59:00 2016 +0100 |
tree | 86a87af255e8491204e90bb3d07f68f15ea541cb | |
parent | 7ddc2cdfce7322f73b97375ba67b6de7c0cb55ae [diff] |
Fix bug in ssl_write_supported_elliptic_curves_ext Passing invalid curves to mbedtls_ssl_conf_curves potentially could caused a crash later in ssl_write_supported_elliptic_curves_ext. #373