CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/11 09:55:28
Modified files:
lib/libssl/src/crypto/bn: bn_gf2m.c
Log message:
Avoid an infinite loop that can be triggered by parsing an ASN.1
ECParameters structure that has a specially malformed binary polynomial
field.
Issue reported by Joseph Barr-Pixton and fix based on OpenSSL.
Fixes CVE-2015-1788.
ok doug@ miod@
