logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

msv_query - a query to the MSVA

Author

       Generated automatically by Doxygen for libmsv from the source code.

libmsv                                      Thu Oct 24 2024 18:49:48                                msv_query(3)

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

See Also