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
Name |
Description |
x |
String to query. |
Created with MrDocs