Write a two‐octet ASN.1 end‐of‐contents (0x00 0x00) marker and advance pp.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_put_eoc(unsigned char** pp);

Return Value

2 (number of bytes written).

Parameters

Name

Description

pp

Address of the output cursor; updated past the written EOC.

Created with MrDocs