CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/24 04:52:51
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Rely on tlsext_parse() to set a decode_error alert
Instead of setting the alert manually in various parse handlers, we can
make use of the fact that tlsext_parse() sets the alert to decode_error
by default. This simplifies the code quite a bit.
ok jsing
