From: Vitaly Chikunov Date: Sun, 22 Jul 2018 23:25:08 +0000 (+0300) Subject: test_grasshopper: ctr test 2 and ofb with truncated iv tests X-Git-Tag: v3.0.0~407 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=d40efde88e6c6589d9d4f5128ec92178776c518a;hp=d40efde88e6c6589d9d4f5128ec92178776c518a;p=openssl-gost%2Fengine.git test_grasshopper: ctr test 2 and ofb with truncated iv tests Full test of OFB to match GOST R 34.13-2015 test vectors is impossible, due to test IVs are having size (256-bits) over the maximum openssl can allow (128-bits). I generated new test vectors from canonical implementation from `PR_GOSTR_bch_v9.zip` (revision of 2016-10-28) by truncating test IVs in half. ---