CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/09 12:12:18
Modified files:
lib/libcrypto/crypto: shlib_version
lib/libssl/src/crypto/evp: digest.c
Log message:
Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.
This functionality was already available (and optional), and used in the
bowels of the ASN.1 code. This exposes it as a public interface, which will
be used by the upcoming GOST code.
Crank libcrypto minor version.
>From Dmitry Eremin-Solenikov.