doc: note that get_params and set_params calls should return true if the param array...
[openssl.git] / doc / man7 / provider-storemgmt.pod
index 2e5bddc5ec6f4cee1683fb4adc1d71b3c4ed39d7..8b4c7dbe71e35951050140654eedb6f424fa169d 100644 (file)
@@ -89,6 +89,7 @@ OSSL_FUNC_store_set_ctx_params() should set additional parameters, such as what
 kind of data to expect, search criteria, and so on.  More on those below, in
 L</Load Parameters>.  Whether unrecognised parameters are an error or simply
 ignored is at the implementation's discretion.
+Passing NULL for I<params> should return true.
 
 OSSL_FUNC_store_load() loads the next object from the URI opened by
 OSSL_FUNC_store_open(), creates an object abstraction for it (see