ASN1_STRING_length

Return the content length of an ASN.1 string in bytes.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_STRING_length(ASN1_STRING const* x);

Return Value

Number of content octets in x.

Parameters

NameDescription
xString to query.