From: Vitaly Chikunov Date: Tue, 12 May 2020 09:26:01 +0000 (+0300) Subject: gost_crypt: Add some sanity checking to GOST_init_cipher X-Git-Tag: v3.0.0~103 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=c6b44c8eaf68bf045805163a8825e5440632653e;hp=c6b44c8eaf68bf045805163a8825e5440632653e;p=openssl-gost%2Fengine.git gost_crypt: Add some sanity checking to GOST_init_cipher - Stream cipher should have block_size 1, other should not. - Stream cipher should not have padding. - If IV is specified Custom IV flag should be set. ---