]> git.ipfire.org Git - thirdparty/openssl.git/commit
params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`
authorDaiki Ueno <dueno@redhat.com>
Sun, 24 Jan 2021 16:45:57 +0000 (17:45 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 Jan 2021 14:57:24 +0000 (15:57 +0100)
commit1395a84e48e1369939ff47ca54163a210a0de4e8
tree1057360f0561f2093d95a8115d36a88b855ae387
parentdf7858989350e600b81aeb7178a55ea3ac3ead41
params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`

Since the pointer can be later be modified, the caller should have the
responsibility to supply the address of that.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13951)
doc/man3/OSSL_PARAM_int.pod
include/openssl/params.h
providers/fips/fipsprov.c