commit | 307e181cfa0ad166728356a45502be168fdf1969 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Mon May 23 18:52:14 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon May 23 18:52:14 2016 +0100 |
tree | 42e455ba8552bef065c58f89833218755b01bb20 | |
parent | 8abaa8b275f44f11a0abde68aacca1f2cb166d23 [diff] |
Fix non compliance SSLv3 in server extension handling. The server code parses the client hello extensions even when the protocol is SSLv3 and this behaviour is non compliant with rfc6101. Also the server sends extensions in the server hello and omitting them may prevent interoperability problems.