]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Get ASN.1 IV using public functions
authorRichard Levitte <richard@levitte.org>
Wed, 17 Feb 2016 11:32:16 +0000 (12:32 +0100)
committerRichard Levitte <richard@levitte.org>
Wed, 17 Feb 2016 11:32:16 +0000 (12:32 +0100)
commitd0e97865ae0499feb63e751b4cb2478c44d93247
tree3bd21d2d41bc275f8e7e2cf755c0990167543b26
parent4d14d0eb5555adec369d797cd4968c01c1e25cee
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.
gost_crypt.c