ssl_session_st Struct Reference

#include <ssl.h>

Public Member Functions

  STACK_OF (SSL_CIPHER)*ciphers

Data Fields

int  ssl_version
unsigned int  key_arg_length
unsigned char  key_arg [8]
int  master_key_length
unsigned char  master_key [48]
unsigned int  session_id_length
unsigned char  session_id [32]
unsigned int  sid_ctx_length
unsigned char  sid_ctx [32]
unsigned int  krb5_client_princ_len
unsigned char  krb5_client_princ [256]
int  not_resumable
sess_cert_st *  sess_cert
X509 peer
long  verify_result
int  references
long  timeout
long  time
int  compress_meth
SSL_CIPHER cipher
unsigned long  cipher_id
CRYPTO_EX_DATA  ex_data
ssl_session_st prev
ssl_session_st next

Member Function Documentation

ssl_session_st::STACK_OF SSL_CIPHER   ) 
 

Field Documentation

SSL_CIPHER* ssl_session_st::cipher
 
unsigned long ssl_session_st::cipher_id
 
int ssl_session_st::compress_meth
 
CRYPTO_EX_DATA ssl_session_st::ex_data
 
unsigned char ssl_session_st::key_arg[8]
 
unsigned int ssl_session_st::key_arg_length
 
unsigned char ssl_session_st::krb5_client_princ[256]
 
unsigned int ssl_session_st::krb5_client_princ_len
 
unsigned char ssl_session_st::master_key[48]
 
int ssl_session_st::master_key_length
 
struct ssl_session_st * ssl_session_st::next
 
int ssl_session_st::not_resumable
 
X509* ssl_session_st::peer
 
struct ssl_session_st* ssl_session_st::prev
 
int ssl_session_st::references
 
struct sess_cert_st* ssl_session_st::sess_cert
 
unsigned char ssl_session_st::session_id[32]
 
unsigned int ssl_session_st::session_id_length
 
unsigned char ssl_session_st::sid_ctx[32]
 
unsigned int ssl_session_st::sid_ctx_length
 
int ssl_session_st::ssl_version
 
long ssl_session_st::time
 
long ssl_session_st::timeout
 
long ssl_session_st::verify_result
 

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

Copyright © Nokia Corporation 2001-2008
Back to top