WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

pj_ssl_sock_info Struct Reference
[Secure socket I/O]

Data Fields

pj_bool_t established
pj_ssl_sock_proto proto
pj_ssl_cipher cipher
pj_sockaddr local_addr
pj_sockaddr remote_addr
pj_ssl_cert_infolocal_cert_info
pj_ssl_cert_inforemote_cert_info
pj_uint32_t verify_status
unsigned long last_native_err

Detailed Description

Definition of secure socket info structure.


Field Documentation

Describes cipher suite being used, this will only be set when connection is established.

Describes whether secure socket connection is established, i.e: TLS/SSL handshaking has been done successfully.

Last native error returned by the backend.

Describes local address.

Describes active local certificate info.

Describes secure socket protocol being used.

Describes remote address.

Describes active remote certificate info.

Status of peer certificate verification.


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

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.