/*++ /* NAME /* tls_session /* SUMMARY /* TLS client and server session routines /* SYNOPSIS /* #include <tls.h> /* /* void tls_session_stop(ctx, stream, timeout, failure, TLScontext) /* TLS_APPL_STATE *ctx; /* VSTREAM *stream; /* int timeout; /* int failure; /* TLS_SESS_STATE *TLScontext; /* /* VSTRING *tls_session_passivate(session) /* SSL_SESSION *session; /* /* SSL_SESSION *tls_session_activate(session_data, session_data_len) /* char *session_data; /* int session_data_len; /* DESCRIPTION /* tls_session_stop() implements the tls_server_shutdown() /* and the tls_client_shutdown() routines. /* /* tls_session_passivate() converts an SSL_SESSION object to /* VSTRING. The result is a null pointer in case of problems, /* otherwise it should be disposed of with vstring_free(). /* /* tls_session_activate() reanimates a passivated SSL_SESSION object. /* The result is a null pointer in case of problems, /* otherwise it should be disposed of with SSL_SESSION_free(). /* LICENSE /* .ad /* .fi /* This software is free. You can do with it whatever you want. /* The original author kindly requests that you acknowledge /* the use of his software. /* AUTHOR(S) /* Originally written by: /* Lutz Jaenicke /* BTU Cottbus /* Allgemeine Elektrotechnik /* Universitaetsplatz 3-4 /* D-03044 Cottbus, Germany /* /* Updated by: /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA /* /* Victor Duchovni /* Morgan Stanley
/*--*/
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.1Bemerkung:
(vorverarbeitet am 2026-08-09)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.