X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2FSSL_get_session.pod;h=aff41fb9cf624def4069f9cd2616aeb64aea9ec5;hp=0b3f50af4277469f620e5fe63b94aa1624b0cea4;hb=e31e385ce3d788f0e9e2b6acd24c494a8338ab49;hpb=cc99526db1ee5b948736f6b07958a786fec1240b diff --git a/doc/ssl/SSL_get_session.pod b/doc/ssl/SSL_get_session.pod index 0b3f50af42..aff41fb9cf 100644 --- a/doc/ssl/SSL_get_session.pod +++ b/doc/ssl/SSL_get_session.pod @@ -2,7 +2,7 @@ =head1 NAME -SSL_get_session - Retrieve SSL session data +SSL_get_session - retrieve TLS/SSL session data =head1 SYNOPSIS @@ -14,15 +14,15 @@ SSL_get_session - Retrieve SSL session data =head1 DESCRIPTION -SSL_get_session() returns a pointer to the SSL session actually used in -B. The reference count of the SSL session is not incremented, so +SSL_get_session() returns a pointer to the B actually used in +B. The reference count of the B is not incremented, so that the pointer can become invalid when the B is freed and SSL_SESSION_free() is implicitly called. SSL_get0_session() is the same as SSL_get_session(). SSL_get1_session() is the same as SSL_get_session(), but the reference -count of the SSL session is incremented by one. +count of the B is incremented by one. =head1 RETURN VALUES