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

Name

Description

log

CT log to query.

Created with MrDocs