GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SSL_SESSION_GET0_CIPHER(3) FreeBSD Library Functions Manual SSL_SESSION_GET0_CIPHER(3)

SSL_SESSION_get0_cipherretrieve the SSL cipher associated with a session

#include <openssl/ssl.h>

const SSL_CIPHER *
SSL_SESSION_get0_cipher(const SSL_SESSION *session);

() retrieves the cipher that was used by the connection when the session was created, or NULL if it cannot be determined.

The value returned is a pointer to an object maintained within session and should not be released.

SSL_SESSION_get0_cipher() returns the SSL_CIPHER associated with session or NULL if it cannot be determined.

ssl(3), SSL_CIPHER_get_name(3), SSL_get_current_cipher(3), SSL_get_session(3), SSL_SESSION_new(3)

The SSL_SESSION_get0_cipher() function first appeared in OpenSSL 1.1.0 and has been available since OpenBSD 7.0.

May 12, 2021 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.