CVSROOT: /cvs Module name: src Changes by: inogu...@cvs.openbsd.org 2018/03/12 07:14:21
Modified files: lib/libcrypto/ec: ec_ameth.c ec_asn1.c Log message: Fix for processing of EC public key Prevents segmentation fault while reading EC private key without public key. Generates missing EC public key when reading EC private key. Refer to these OpenSSL commits: 1f2b943254ce590867717375e4f364860a9b7154 2083f7c465d07867dd9867b8742bb71c03d1f203 Reported on GitHub https://github.com/libressl-portable/portable/issues/395 by Anton Bukov (@k06a) . ok beck@