Rename 'buffer' to 'data' in OSSL_PARAM
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Mar 2019 20:51:01 +0000 (21:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Mar 2019 17:56:42 +0000 (18:56 +0100)
commit8c4412ed8fe80a8b92549d7e2db1359012074d65
treec4a9adc8f8029fe3ab35d312dc18f0188bfd7d1c
parenta61b7f2fa6de3bf8d5b1436e66c52d6bf7150ae4
Rename 'buffer' to 'data' in OSSL_PARAM

The OSSL_PARAM attribute names |buffer| and |buffer_size| may lead to
confusion, as they may make some think that the memory pointed at is
an intermediate memory are.  This is not generally the case, so we
rename |buffer| and |buffer_size| to |data| and |data_size|

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8451)
crypto/provider_core.c
doc/man3/OSSL_PARAM.pod
include/openssl/core.h
test/p_test.c
test/provider_internal_test.c
test/provider_test.c