Convert an ASN1_BIT_STRING into named CONF_VALUE entries using method bit names.
Synopsis
Declared in <openssl/x509v3.h>
stack_st_CONF_VALUE*
i2v_ASN1_BIT_STRING(
X509V3_EXT_METHOD* method,
ASN1_BIT_STRING* bits,
stack_st_CONF_VALUE* extlist);
Return Value
Stack of CONF_VALUE entries, or NULL on error.
Parameters
Name |
Description |
method |
Extension method whose |
bits |
Bit string to convert. |
extlist |
Existing stack to append to, or NULL to allocate a new one. |
Created with MrDocs