#include <stdapis/openssl/ssl.h>
| struct ssl_session_st |
| Public Attributes | |
|---|---|
| SSL_CIPHER * | cipher |
| unsigned long | cipher_id |
| STACK * | ciphers |
| int | compress_meth |
| CRYPTO_EX_DATA | ex_data |
| unsigned char | key_arg |
| unsigned int | key_arg_length |
| unsigned char | master_key |
| int | master_key_length |
| struct ssl_session_st * | next |
| int | not_resumable |
| X509 * | peer |
| struct ssl_session_st * | prev |
| int | references |
| struct sess_cert_st * | sess_cert |
| unsigned char | session_id |
| unsigned int | session_id_length |
| unsigned char | sid_ctx |
| unsigned int | sid_ctx_length |
| int | ssl_version |
| long | time |
| long | timeout |
| long | verify_result |