CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/04 11:21:24
Modified files:
lib/libssl : s3_lib.c
Log message:
Use a valid curve when constructing an EC_KEY that looks like X25519.
The recent EC group cofactor change results in stricter validation,
which causes the EC_GROUP_set_generator() call to fail.
Issue reported and fix tested by rsadowski@
ok tb@
