Deleted Added
full compact
SSL_connect.pod (68651) SSL_connect.pod (72613)
1=pod
2
3=head1 NAME
4
5SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
6
7=head1 SYNOPSIS
8

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

46established.
47
48=item 0
49
50The TLS/SSL handshake was not successful but was shut down controlled and
51by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
52return value B<ret> to find out the reason.
53
1=pod
2
3=head1 NAME
4
5SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
6
7=head1 SYNOPSIS
8

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

46established.
47
48=item 0
49
50The TLS/SSL handshake was not successful but was shut down controlled and
51by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
52return value B<ret> to find out the reason.
53
54=item -1
54=item E<lt>0
55
56The TLS/SSL handshake was not successful, because a fatal error occurred either
57at the protocol level or a connection failure occurred. The shutdown was
58not clean. It can also occur of action is need to continue the operation
59for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
60to find out the reason.
61
62=back
63
64=head1 SEE ALSO
65
66L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
55
56The TLS/SSL handshake was not successful, because a fatal error occurred either
57at the protocol level or a connection failure occurred. The shutdown was
58not clean. It can also occur of action is need to continue the operation
59for non-blocking BIOs. Call SSL_get_error() with the return value B<ret>
60to find out the reason.
61
62=back
63
64=head1 SEE ALSO
65
66L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_accept(3)|SSL_accept(3)>,
67L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>
67L, L, L
68
69=cut
68
69=cut