Home | History | Annotate | Download | only in patches

Lines Matching full:ssl_session

5  	SSL_SESSION *session;
39 SSL_SESSION *SSL_SESSION_new(void);
40 const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
42 +const char * SSL_SESSION_get_version(const SSL_SESSION *s);
43 unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s);
45 int SSL_SESSION_print_fp(FILE *fp,const SSL_SESSION *ses);
47 void SSL_SESSION_free(SSL_SESSION *ses);
48 int i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp);
49 int SSL_set_session(SSL *to, SSL_SESSION *session);
51 int SSL_CTX_add_session(SSL_CTX *s, SSL_SESSION *c);
52 int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c);
322 +const char *SSL_SESSION_get_version(const SSL_SESSION *s)
413 SSL_SESSION *ss=NULL;