*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: SSL_SESSION_print | Section: 3 | Source: OpenBSD | File: SSL_SESSION_print.3
SSL_SESSION_PRINT(3) FreeBSD Library Functions Manual SSL_SESSION_PRINT(3) NAME SSL_SESSION_print, SSL_SESSION_print_fp - print some properties of an SSL_SESSION object SYNOPSIS #include <openssl/ssl.h> int SSL_SESSION_print(BIO *bp, const SSL_SESSION *session); int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *session); DESCRIPTION SSL_SESSION_print() prints some properties of session in a human-readable format to the BIO *bp, including protocol version, cipher name, session ID, session ID context, master key, session ticket lifetime hint, session ticket, start time, timeout, and verify return code. SSL_SESSION_print_fp() does the same as SSL_SESSION_print() except that it prints to the FILE *fp. RETURN VALUES SSL_SESSION_print() and SSL_SESSION_print_fp() return 1 for success or 0 for failure. In some cases, the reason for failure can be determined with ERR_get_error(3). SEE ALSO d2i_SSL_SESSION(3), PEM_read_SSL_SESSION(3), ssl(3), SSL_get_session(3), SSL_SESSION_free(3), SSL_SESSION_get_ex_new_index(3), SSL_SESSION_get_time(3), SSL_SESSION_new(3) HISTORY SSL_SESSION_print() first appeared in SSLeay 0.5.2. SSL_SESSION_print_fp() first appeared in SSLeay 0.6.0. Both functions have been available since OpenBSD 2.4. FreeBSD 14.1-RELEASE-p8 June 12, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options