Index Index for
Section 3
Index Alphabetical
listing for S
Bottom of page Bottom of
page

SSL_get_shared_ciphers(3)

NAME

SSL_get_shared_ciphers - Get the shared ciphers from the SSL connection.

SYNOPSIS

#include <openssl/ssl.h> char *SSL_get_shared_ciphers( SSL *s, char *buf, int len );

DESCRIPTION

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

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

Functions: SSL_get_ciphers(3)

Index Index for
Section 3
Index Alphabetical
listing for S
Top of page Top of
page