CTLOG_get0_public_key

Get the public key of a CT log.

Synopsis

Declared in <openssl/ct.h>

EVP_PKEY*
CTLOG_get0_public_key(CTLOG const* log);

Return Value

Public key, owned by the log.

Parameters

NameDescription
logCT log to query.