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

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

SSL_get_shared_ciphers(3)

Contents


NAME    [Toc]    [Back]

       SSL_get_shared_ciphers  -  Get the shared ciphers from the
       SSL connection.

SYNOPSIS    [Toc]    [Back]

       #include <openssl/ssl.h>

       char *SSL_get_shared_ciphers(
               SSL *s,
               char *buf,
               int len );

DESCRIPTION    [Toc]    [Back]

       The SSL_get_shared_ciphers() function returns a pointer to
       a buffer (*buf) containing a list of shared ciphers.

       The  function  can  be  used only for SSLv2 connection. It
       does not work for SSLv3 and TLSv1.

RETURN VALUES    [Toc]    [Back]

       The SSL_get_shared_ciphers() function returns a pointer to
       the  buffer  (*buf)  containing a list of  shared ciphers.
       This return value (pointer to characters) is the  same  as
       "char *buf", the second argument  of this function.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: SSL_get_ciphers(3)



                                        SSL_get_shared_ciphers(3)
[ Back ]
 Similar pages
Name OS Title
shm_open IRIX establishes a connection between a shared memory object and a file descriptor
shm_open FreeBSD open or create a shared memory object shm_unlink -- remove a shared memory object
pthread_rwlockattr_setpshared OpenBSD set the process shared attribute
pthread_rwlockattr_setpshared FreeBSD set the process shared attribute
pthread_rwlockattr_getpshared FreeBSD get the process shared attribute
shmat NetBSD map/unmap shared memory
shmx Tru64 shared memory exerciser
shmop HP-UX shared memory operations
shmdt HP-UX shared memory operations
pthread_rwlockattr_getpshared OpenBSD get the process shared attribute
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service