Set an ASN1_TYPE to an OCTET STRING containing a copy of data.
Synopsis
Declared in <openssl/asn1.h>
int
ASN1_TYPE_set_octetstring(
ASN1_TYPE* a,
unsigned char* data,
int len);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
a |
ANY value to update. |
data |
Octets to store. |
len |
Number of bytes at |
Created with MrDocs