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

  man pages->Tru64 Unix man pages -> SSL_SESSION_print_fp (3)              
Title
Content
Arch
Section
 

SSL_SESSION_print(3)

Contents


NAME    [Toc]    [Back]

       SSL_SESSION_print,  SSL_SESSION_print_fp  -  Write data in
       the SSL_SESSION structure to the BIO or to an  I/O  stream
       specified by the file pointer

SYNOPSIS    [Toc]    [Back]

       #include <openssl/ssl.h>

       int SSL_SESSION_print(
               BIO *bp,
               SSL_SESSION *x ); int SSL_SESSION_print_fp(
               FILE *fp,
               SSL_SESSION *x );

DESCRIPTION    [Toc]    [Back]

       The  SSL_SESSION_print()  writes  SSL_SESSION  information
       (including protocol type, cipher types, session  id,   and
       master  key)  into the BIO.  If this function succeeds, it
       returns 1.

       The SSL_SESSION_print_fp() writes SSL_SESSION  information
       (including  protocol  type, cipher types, session id,  and
       master key) into the FILE fp.  If this function  succeeds,
       it returns 1.

RETURN VALUES    [Toc]    [Back]

       Both  SSL_SESSION_print() and SSL_SESSION_print_fp() functions
 return 1 on success and 0 on write errors.

SEE ALSO    [Toc]    [Back]

      
      
       Functions:    SSL_SESSION_free(3),     SSL_get_session(3),
       SSL_set_session(3)



                                             SSL_SESSION_print(3)
[ Back ]
 Similar pages
Name OS Title
AFreadmisc IRIX read from / write to / move logical read/write pointer for data in a miscellaneous chunk in an audio file
tell IRIX return the read/write file pointer
lseek IRIX move read/write file pointer
lseek HP-UX move read/write file pointer; seek
fileno Tru64 Map a stream pointer to a file descriptor
ftello Tru64 Reposition the file pointer of a stream
fsetpos IRIX reposition a file pointer in a stream
fgetpos Tru64 Reposition the file pointer of a stream
ftell Tru64 Reposition the file pointer of a stream
rewind Tru64 Reposition the file pointer of a stream
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service