OSSL_CMP_HDR_get0_transactionID(3) | OpenSSL | OSSL_CMP_HDR_get0_transactionID(3) |
#include <openssl/cmp.h> ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_transactionID(const OSSL_CMP_PKIHEADER *hdr); ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
OSSL_CMP_HDR_get0_recipNonce returns the recipient nonce of the given PKIHeader.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
2023-05-07 | 3.0.12 |