<div dir="ltr">Hello,<div><br></div><div>I use my engine providing gost algorithms (<a href="https://github.com/gost-engine/engine">https://github.com/gost-engine/engine</a>). It seems not to have any relevant changes between 1.1.0 and current master, but the command </div><div><br></div><div><div>OPENSSL_CONF=engine.conf openssl pkey -pubout -text -in tmp.pem<br></div><div><br></div><div>works ok for 1.1.0 version and does not work for current master.</div><div>For the file a.pem both versions provide similar output.</div><div><br></div><div>engine.conf is minimal conf to load gost engine:</div><div>=============</div><div><div>openssl_conf = openssl_def</div><div>[openssl_def]</div><div>engines = engine_section</div><div><br></div><div>[engine_section]</div><div>gost = gost_section</div><div><br></div><div>[gost_section]</div><div>engine_id = gost</div><div>dynamic_path = /path/to/libgost.so</div><div>default_algorithms = ALL</div><div>CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet</div></div><div>===============</div><div><div><br></div><div>I've found out that behavior of the function EC_POINT_get_affine_coordinates_GFp has changed between versions 1.1.0 and current master. </div><br class="gmail-Apple-interchange-newline"></div><div>Also I found that pkey command ignores result of the calls to EVP_PKEY_print_public and EVP_PKEY_print_private.</div><div><br></div><div>Could you please clarify whether it's a bug in my engine or something  incompatible in openssl code?</div><div><br></div><div>Thank you!</div>-- <br><div dir="ltr" class="gmail_signature">SY, Dmitry Belyavsky</div></div></div>