Set the infoType and infoValue of an ITAV, taking ownership of both pointers.
Synopsis
Declared in <openssl/cmp.h>
void
OSSL_CMP_ITAV_set0(
OSSL_CMP_ITAV* itav,
ASN1_OBJECT* type,
ASN1_TYPE* value);
Parameters
Name |
Description |
itav |
ITAV to update. |
type |
infoType OID; ownership transfers to |
value |
infoValue as a generic ASN1_TYPE; ownership transfers to |
Created with MrDocs