Deleted Added
full compact
SSL_write.pod (89837) SSL_write.pod (100936)
1=pod
2
3=head1 NAME
4
5SSL_write - write bytes to a TLS/SSL connection.
6
7=head1 SYNOPSIS
8

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

6016kB for SSLv3/TLSv1.
61
62=head1 WARNING
63
64When an SSL_write() operation has to be repeated because of
65B<SSL_ERROR_WANT_READ> or B<SSL_ERROR_WANT_WRITE>, it must be repeated
66with the same arguments.
67
1=pod
2
3=head1 NAME
4
5SSL_write - write bytes to a TLS/SSL connection.
6
7=head1 SYNOPSIS
8

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

6016kB for SSLv3/TLSv1.
61
62=head1 WARNING
63
64When an SSL_write() operation has to be repeated because of
65B<SSL_ERROR_WANT_READ> or B<SSL_ERROR_WANT_WRITE>, it must be repeated
66with the same arguments.
67
68When calling SSL_write() with num=0 bytes to be sent the behaviour is
69undefined.
70
68=head1 RETURN VALUES
69
70The following return values can occur:
71
72=over 4
73
74=item E<gt>0
75

--- 31 unchanged lines hidden ---
71=head1 RETURN VALUES
72
73The following return values can occur:
74
75=over 4
76
77=item E<gt>0
78

--- 31 unchanged lines hidden ---