Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ SSL_get_finished(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

SSL_get_peer_finished(3)

SSL_get_finished(3)  —  Subroutines

NAME

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

SYNOPSIS

#include <openssl/ssl.h>
size_t SSL_get_finished(
        SSL ∗s,
        SSL ∗buf,
        size_t count );

DESCRIPTION

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

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

Functions: SSL_get_peer_finished(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026