cp_socket

Section: cp_client (3)
Updated: MARCH 2006
Index Return to Main Contents
 

NAME

cp_client_get_server_certificate - return the certificate pesented by the server for an ssl connection  

SYNOPSIS

#include <cprops/client.h>

X509 *cp_client_get_server_certificate(cp_client *client);  

DESCRIPTION

cp_client_get_server_certificate may be called on cp_client sockets created with cp_client_create_ssl and successfully connected with cp_client_connect to retrieve a descriptor of the certificate presented by the server during the ssl handshake.  

RETURN VALUE

The server certificate if available or NULL otherwise.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 14:33:55 GMT, March 14, 2006
SourceForge.net Logo