CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/06 06:28:56
Modified files:
lib/libssl/src/ssl: t1_lib.c
Log message:
Ensure that the client specified EC curve list length is a multiple of two.
The EC curve handling code assumes this to be the case and will read one
byte off the end of the curve list during processing, in the case where it
is not.
ok miod@
