Sets the name of the property query associated with the "mgf1-digest" algorithm.
NULL is used if this optional value is not set.
-=item "pss-saltlen" (B<OSSL_SIGNATURE_PARAM_PSS_SALTLEN>) <UTF8 string>
+=item "saltlen" (B<OSSL_SIGNATURE_PARAM_PSS_SALTLEN>) <integer> or <UTF8 string>
-Set or get the "pss" mode minimum salt length. The value can either be a string
-value representing a number or one of the following:
+The "pss" mode minimum salt length. The value can either be an integer,
+a string value representing a number or one of the following string values:
=over 4
=item "mgf1-digest" (B<OSSL_SIGNATURE_PARAM_MGF1_DIGEST>) <UTF8 string>
+=item "saltlen" (B<OSSL_SIGNATURE_PARAM_PSS_SALTLEN>) <integer> or <UTF8 string>
+
These parameters are as described above.
=back