CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/22 07:10:31
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Remove redundant length checks in parse functions
The main parsing function already checks that the entire extension data
was consumed, so the length checks inside some of the parse handlers are
redundant. They were also not done everywhere, so this makes the parse
handlers more consistent.
Similar diff was sent by jsing a long while back
ok jsing
