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

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

SSL_get_finished(3)

Contents


NAME    [Toc]    [Back]

       SSL_get_finished  - Get the latest "Finished" message sent
       out and return the length of the message.

SYNOPSIS    [Toc]    [Back]

       #include <openssl/ssl.h>

       size_t SSL_get_finished(
               SSL *s,
               SSL *buf,
               size_t count );

DESCRIPTION    [Toc]    [Back]

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

RETURN VALUES    [Toc]    [Back]

       The SSL_get_finished function returns the  length  of  the
       "Finished"  message  sent  out  from  this side (client or
       server) during the SSL handshake.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: SSL_get_peer_finished(3)



                                              SSL_get_finished(3)
[ Back ]
 Similar pages
Name OS Title
SSL_get_peer_finished Tru64 Gets the latest "Finished" message received 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
gss_unwrap HP-UX verify a message with attached message integrity code (MIC) and decrypt message content if necessary
gss_wrap HP-UX attach a message integrity code (MIC) to a message, and optionally encrypt the message content
tt_message_arg_mode HP-UX return the mode of a message argument
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_contexts_count HP-UX return the number of contexts in a message
tt_message_args_count HP-UX return the number of arguments in the message
msgget Tru64 Return (and possibly create) the ID for a message queue
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service