From: Richard Levitte Date: Sun, 21 Nov 2021 08:48:05 +0000 (+0100) Subject: DOC: OSSL_PARAM_{set,get,construct}_BN() currently only supports nonnegative numbers X-Git-Tag: openssl-3.2.0-alpha1~3299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33fb68a3230b8fc87f6663212ac3ffae0b361c5;p=thirdparty%2Fopenssl.git DOC: OSSL_PARAM_{set,get,construct}_BN() currently only supports nonnegative numbers Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17074) --- diff --git a/doc/man3/OSSL_PARAM_int.pod b/doc/man3/OSSL_PARAM_int.pod index 69b723d3482..9ca725d120e 100644 --- a/doc/man3/OSSL_PARAM_int.pod +++ b/doc/man3/OSSL_PARAM_int.pod @@ -331,6 +331,12 @@ representable by the target type or parameter. Apart from that, the functions must be used appropriately for the expected type of the parameter. +OSSL_PARAM_get_BN() and OSSL_PARAM_set_BN() currently only support +nonnegative Bs, and by consequence, only +B. OSSL_PARAM_construct_BN() currently +constructs an B structure with the data type +B. + For OSSL_PARAM_construct_utf8_ptr() and OSSL_PARAM_consstruct_octet_ptr(), I is not relevant if the purpose is to send the B array to a I, i.e. to get parameter data back.