Return the transactionID from a CMP PKIHeader.
Synopsis
Declared in <openssl/cmp.h>
ASN1_OCTET_STRING*
OSSL_CMP_HDR_get0_transactionID(OSSL_CMP_PKIHEADER const* hdr);
Return Value
Internal transactionID octet string, or NULL if absent.
Parameters
Name |
Description |
hdr |
PKIHeader to query. |
Created with MrDocs