Return the property definition string of a fetched encoder.
Synopsis
Declared in <openssl/encoder.h>
char const*
OSSL_ENCODER_get0_properties(OSSL_ENCODER const* encoder);
Return Value
Property definition string, or NULL if unavailable.
Parameters
Name |
Description |
encoder |
Encoder to query. |
Created with MrDocs