From: Dmitry Belyavskiy Date: Sat, 6 Feb 2021 16:34:18 +0000 (+0100) Subject: Adjust printing options as we print pubkey only X-Git-Tag: v3.0.0~46 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=72add73e70c00f13e33db4c84a683d31dbbe21ab;p=openssl-gost%2Fengine.git Adjust printing options as we print pubkey only --- diff --git a/test/04-pkey.t b/test/04-pkey.t index b4897e9..78f070e 100644 --- a/test/04-pkey.t +++ b/test/04-pkey.t @@ -133,10 +133,10 @@ ENjS+gA= print $F $pubkey; close $F; #3. Прочитать публичный и напечать его в виде текста - is(`openssl pkey -pubin -noout -in tmp.pem -text`,$pubtext, + is(`openssl pkey -pubin -noout -in tmp.pem -text_pub`,$pubtext, "Read and print public key $alg:$paramset"); } - unlink "tmp.pem"; + #unlink "tmp.pem"; }; #4. Сгенерировать ключ два раза (для всех алгоритов и параметров).