Re: [openssl-users] Behaviour changed between 1.1.0 and 1.1.1

2018-08-17 Thread Nicola
Just created the PR: https://github.com/openssl/openssl/pull/7000 Thanks again for reporting this! Nicola Tuveri On Sat, 18 Aug 2018 at 00:15, Dmitry Belyavsky wrote: > Dear Nicola, > On Fri, Aug 17, 2018 at 11:00 PM Nicola wrote: > >> You just reproduced it :) >>> >>> Output for the file

Re: [openssl-users] Behaviour changed between 1.1.0 and 1.1.1

2018-08-17 Thread Dmitry Belyavsky
Dear Nicola, On Fri, Aug 17, 2018 at 11:00 PM Nicola wrote: > You just reproduced it :) >> >> Output for the file a.pem contains Private key, Public key and Parameter >> set; the one for tmp.pem does not. >> > > You are right, I was expecting some kind of error, and realized that there > was

Re: [openssl-users] Behaviour changed between 1.1.0 and 1.1.1

2018-08-17 Thread Nicola
> > You just reproduced it :) > > Output for the file a.pem contains Private key, Public key and Parameter > set; the one for tmp.pem does not. > You are right, I was expecting some kind of error, and realized that there was something strange just after hitting the Send button, as usual! Anyway,

Re: [openssl-users] Behaviour changed between 1.1.0 and 1.1.1

2018-08-17 Thread Dmitry Belyavsky
Dear Nicola, You just reproduced it :) Output for the file a.pem contains Private key, Public key and Parameter set; the one for tmp.pem does not. On Fri, Aug 17, 2018 at 6:42 PM Nicola wrote: > I can't reproduce the issue, using latest master for both gost and openssl: > > /tmpram/gost >

Re: [openssl-users] Behaviour changed between 1.1.0 and 1.1.1

2018-08-17 Thread Nicola
I can't reproduce the issue, using latest master for both gost and openssl: /tmpram/gost > export OPENSSL_ENGINES=/tmpram/gost/engine/bin /tmpram/gost > /tmpram/openssl-111-pre9-dev/bin/openssl pkey -engine gost -pubout -text -in tmp.pem engine "gost" set. Private key:

[openssl-users] Behaviour changed between 1.1.0 and 1.1.1

2018-08-17 Thread Dmitry Belyavsky
Hello, I use my engine providing gost algorithms ( https://github.com/gost-engine/engine). It seems not to have any relevant changes between 1.1.0 and current master, but the command OPENSSL_CONF=engine.conf openssl pkey -pubout -text -in tmp.pem works ok for 1.1.0 version and does not work for