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

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

SSL_get_peer_finished(3)

Contents


NAME    [Toc]    [Back]

       SSL_get_peer_finished - Gets the latest "Finished" message
       received and return the length of the message.

SYNOPSIS    [Toc]    [Back]

       #include <openssl/ssl.h>

       size_t SSL_get_peer_finished(
               SSL *s,
               void *buf,
               size_t count );

DESCRIPTION    [Toc]    [Back]

       The SSL_get_finished() function copies  the  latest  "Finished"
 message (received on this side) to buf and  returns
       the length of the "Finished" message of the SSL handshake.

RETURN VALUES    [Toc]    [Back]

       This function returns the length of the "Finished" message
       received on this side (client or server)  during  the  SSL
       handshake.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: SSL_get_finished(3)



                                         SSL_get_peer_finished(3)
[ Back ]
 Similar pages
Name OS Title
SSL_get_finished Tru64 Get the latest "Finished" message sent out and return the length of the message.
gss_get_mic HP-UX calculate a cryptographic message integrity code (MIC) for a message and return in a token
XmSetProtocolHooks IRIX A VendorShell function that allows pre and post actions to be executed when a protocol message is received fro
gss_wrap HP-UX attach a message integrity code (MIC) to a message, and optionally encrypt the message content
gss_unwrap HP-UX verify a message with attached message integrity code (MIC) and decrypt message content if necessary
tt_message_args_count HP-UX return the number of arguments in the message
tt_message_contexts_count HP-UX return the number of contexts in a message
tt_message_pattern HP-UX return the pattern matched by a message
tt_message_arg_val HP-UX return a pointer to the value of a message argument
tt_message_arg_mode HP-UX return the mode of a message argument
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service