msv_query - a query to the MSVA
Contents
Detailed Description
a query to the MSVA
Field Documentation
constchar*msv_query::context
certificate use context, such as 'https', 'ssh', or 'ike'
constchar*msv_query::peername
name of peer, such as 'web.monkeysphere.info'
constchar*msv_query::peertype
type of peer on remote side, such as 'client', 'server', or 'peer'
constchar*msv_query::pkcdata
public key carrier data encoded in the format specified by pkctypeconstchar*msv_query::pkctype
format of public key carrier data, such as 'x509der', 'x509pem', or 'opensshpubkey'
Name
msv_query - a query to the MSVA
Synopsis
#include <msv.h>
DataFields
const char * context
const char * peertype
const char * peername
const char * pkctype
const char * pkcdata