Subversion
Data Fields
svn_auth_ssl_server_cert_info_t Struct Reference

SSL server certificate information used by SVN_AUTH_CRED_SSL_SERVER_TRUST providers. More...

#include <svn_auth.h>

Data Fields

const char * hostname
 Primary CN.
 
const char * fingerprint
 ASCII fingerprint.
 
const char * valid_from
 ASCII date from which the certificate is valid.
 
const char * valid_until
 ASCII date until which the certificate is valid.
 
const char * issuer_dname
 DN of the certificate issuer.
 
const char * ascii_cert
 Base-64 encoded DER certificate representation.
 

Detailed Description

SSL server certificate information used by SVN_AUTH_CRED_SSL_SERVER_TRUST providers.

Definition at line 305 of file svn_auth.h.


The documentation for this struct was generated from the following file: