Home --> Documentations --> PJLIB Reference
#include <ssl_sock.h>
Definition of secure socket info structure.
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.
Group lock assigned to the ioqueue key.
Last native error returned by the backend.
Describes local address.
Describes active local certificate info.
Describes secure socket protocol being used, see pj_ssl_sock_proto. Use bitwise OR operation to combine the protocol type.
Describes remote address.
Describes active remote certificate info.
Status of peer certificate verification.