commit | 57457783331aa05634453f6ce0d27ee129cb06de | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Jun 09 15:30:29 2017 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Fri Jun 09 15:30:29 2017 +0100 |
tree | 2f7cbb7215dece53a39d8efa66e88100171bf768 | |
parent | ca3ff06cea1edd34594846ea09ef68643d59980b [diff] |
Don't parse or write extensions in SSLv3 In mbed TLS 1.3 a check went missing disabling the use of extensions in SERVER_HELLO for SSLv3, causing the "SSLv3 with extensions" test case from ssl-opt.sh to fail. This commit fixes that and adds a dump of all extensions present in the client hello that the same test case also checks for.