Write a NUL-terminated UTF-8 string into an OSSL_PARAM destination.
Declared in <openssl/params.h>
int
OSSL_PARAM_set_utf8_string(
OSSL_PARAM* p,
char const* val);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| p | Parameter locating a writable UTF-8 string buffer. |
| val | String to copy (may be truncated to the parameter's size). |