]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/dh/dh_pmeth.c
Use more flexible method of determining output length, by setting &outlen
authorDr. Stephen Henson <steve@openssl.org>
Sat, 15 Apr 2006 18:50:56 +0000 (18:50 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 15 Apr 2006 18:50:56 +0000 (18:50 +0000)
commitb010b7c43478bef11b936475d89b87b4144e7d29
tree110e5c21cae09ad3c2acd795d0e7d839c5129656
parent9dc17a2536759997e1912cd438d20e5c5688a3e5
Use more flexible method of determining output length, by setting &outlen
value of the passed output buffer is NULL.

The old method of using EVP_PKEY_size(pkey) isn't flexible enough to cover all
cases where the output length may depend on the operation or the parameters
associated with it.
apps/pkeyutl.c
crypto/dh/dh_pmeth.c
crypto/dsa/dsa_pmeth.c
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/evp/evp_locl.h
crypto/evp/pmeth_fn.c
crypto/evp/pmeth_lib.c
crypto/rsa/rsa_pmeth.c