CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/30 09:37:32
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Correct handling of TLS sigalgs extension for TLSv1.0/TLSv1.1.
When operating as a TLSv1.0 or TLSv1.1 server, we still have to parse the
TLS sigalgs extension if presented by the client (which might be TLSv1.2
capable), rather than treating its presence as an error.
While here, remove future version dependence issues by avoiding explicit
version equality checks.
Issue reported by bluhm@.
ok bluhm@ tb@