Deleted Added
full compact
SSL_get_peer_certificate.pod (68651) SSL_get_peer_certificate.pod (76866)
1=pod
2
3=head1 NAME
4
5SSL_get_peer_certificate - get the X509 certificate of the peer
6
7=head1 SYNOPSIS
8

--- 9 unchanged lines hidden (view full) ---

18=head1 NOTES
19
20That a certificate is returned does not indicate information about the
21verification state, use L<SSL_get_verify_result(3)|SSL_get_verify_result(3)>
22to check the verification state.
23
24The reference count of the X509 object is incremented by one, so that it
25will not be destroyed when the session containing the peer certificate is
1=pod
2
3=head1 NAME
4
5SSL_get_peer_certificate - get the X509 certificate of the peer
6
7=head1 SYNOPSIS
8

--- 9 unchanged lines hidden (view full) ---

18=head1 NOTES
19
20That a certificate is returned does not indicate information about the
21verification state, use L<SSL_get_verify_result(3)|SSL_get_verify_result(3)>
22to check the verification state.
23
24The reference count of the X509 object is incremented by one, so that it
25will not be destroyed when the session containing the peer certificate is
26freed. The X509 object must be explicitely freed using X509_free().
26freed. The X509 object must be explicitly freed using X509_free().
27
28=head1 RETURN VALUES
29
30The following return values can occur:
31
32=over 4
33
34=item NULL

--- 14 unchanged lines hidden ---
27
28=head1 RETURN VALUES
29
30The following return values can occur:
31
32=over 4
33
34=item NULL

--- 14 unchanged lines hidden ---