From: Richard Levitte Date: Wed, 17 Feb 2016 11:32:16 +0000 (+0100) Subject: Get ASN.1 IV using public functions X-Git-Tag: v1.1.0.2~29^2~1 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=d0e97865ae0499feb63e751b4cb2478c44d93247;hp=d0e97865ae0499feb63e751b4cb2478c44d93247;p=openssl-gost%2Fengine.git Get ASN.1 IV using public functions The function EVP_CIPHER_get_asn1_iv(), which is the default get_asn1_params implementation, can be used to set the "original IV". No need to reach into the inside of EVP_CIPHER_CTX, which makes it much more future proof. ---