]> granicus.if.org Git - openssl/commit
EVP_CIPHER_CTX_key_length() should return the set key length in the
authorDr. Stephen Henson <steve@openssl.org>
Tue, 27 Feb 2007 18:42:52 +0000 (18:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 27 Feb 2007 18:42:52 +0000 (18:42 +0000)
commit392a0345ded83e84771a339baae49bd6783a960c
treecebd397e3242eadb4a04e70610adfa99e1a4628d
parent5c2fc73e7bcd564cbf0faa3515a0a327d5368f51
EVP_CIPHER_CTX_key_length() should return the set key length in the
EVP_CIPHER_CTX structure which may not be the same as the underlying
cipher key length for variable length ciphers.
crypto/evp/evp_lib.c