CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/23 09:39:38
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Work around bug in F5's handling of the supported elliptic curves extension.
RFC 4492 only defines elliptic_curves for ClientHello. However, F5 is
sending it in ServerHello. We need to skip over it since our TLS extension
parsing code is now more strict.
Thanks to Armin Wolfermann and WJ Liu for reporting the issue.
input + ok jsing@
