CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/08 11:22:00
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Adjust alert for ECPF without uncompressed point format
According to RFC 8422, we must send an illegal_parameter alert on
receiving an ECPF extension that doesn't include the uncompressed
format, not a decode_error.
Reported via GitHub issue #675.
ok jsing
