*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> SSL_CTX_sessions (3)              
Title
Content
Arch
Section
 

SSL_CTX_sessions(3)

Contents


NAME    [Toc]    [Back]

       SSL_CTX_sessions - access internal session cache

LIBRARY    [Toc]    [Back]

       libcrypto, -lcrypto

SYNOPSIS    [Toc]    [Back]

        #include <openssl/ssl.h>

        struct lhash_st *SSL_CTX_sessions(SSL_CTX *ctx);

DESCRIPTION    [Toc]    [Back]

       SSL_CTX_sessions() returns a pointer to the lhash
       databases containing the internal session cache for ctx.

NOTES    [Toc]    [Back]

       The sessions in the internal session cache are kept in an
       openssl_lhash(3) type database. It is possible to directly
       access this database e.g. for searching. In parallel, the
       sessions form a linked list which is maintained separately
       from the openssl_lhash(3) operations, so that the database
       must not be modified directly but by using the
       SSL_CTX_add_session(3) family of functions.

SEE ALSO    [Toc]    [Back]

      
      
       ssl(3), openssl_lhash(3), SSL_CTX_add_session(3),
       SSL_CTX_set_session_cache_mode(3)



2001-04-12                    0.9.6g          SSL_CTX_sessions(3)
[ Back ]
 Similar pages
Name OS Title
sphfree IRIX free all internal sphere objects in the Sphere Library's internal cache
SSL_CTX_add_session OpenBSD manipulate session cache
SSL_CTX_remove_session Tru64 Manipulate session cache
SSL_remove_session OpenBSD manipulate session cache
SSL_add_session Tru64 Manipulate session cache
SSL_add_session OpenBSD manipulate session cache
SSL_CTX_add_session NetBSD manipulate session cache
SSL_CTX_remove_session OpenBSD manipulate session cache
SSL_remove_session Tru64 Manipulate session cache
SSL_CTX_add_session Tru64 Manipulate session cache
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service