diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_set_max_send_fragment.3')
-rw-r--r-- | src/lib/libssl/man/SSL_set_max_send_fragment.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_set_max_send_fragment.3 b/src/lib/libssl/man/SSL_set_max_send_fragment.3 index 1e1dbf4222..a78016b99e 100644 --- a/src/lib/libssl/man/SSL_set_max_send_fragment.3 +++ b/src/lib/libssl/man/SSL_set_max_send_fragment.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_set_max_send_fragment.3,v 1.1 2016/12/01 19:40:05 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_set_max_send_fragment.3,v 1.2 2016/12/16 15:39:08 jmc Exp $ |
2 | .\" OpenSSL doc/man3/SSL_CTX_set_split_send_fragment.pod | 2 | .\" OpenSSL doc/man3/SSL_CTX_set_split_send_fragment.pod |
3 | .\" OpenSSL 6782e5fd Oct 21 16:16:20 2016 +0100 | 3 | .\" OpenSSL 6782e5fd Oct 21 16:16:20 2016 +0100 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 1 2016 $ | 52 | .Dd $Mdocdate: December 16 2016 $ |
53 | .Dt SSL_SET_MAX_SEND_FRAGMENT 3 | 53 | .Dt SSL_SET_MAX_SEND_FRAGMENT 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -77,8 +77,8 @@ set the | |||
77 | parameter for SSL_CTX and SSL objects respectively. | 77 | parameter for SSL_CTX and SSL objects respectively. |
78 | This value restricts the amount of plaintext bytes that will be sent in | 78 | This value restricts the amount of plaintext bytes that will be sent in |
79 | any one SSL/TLS record. | 79 | any one SSL/TLS record. |
80 | By default its value is SSL3_RT_MAX_PLAIN_LENGTH (16384). These | 80 | By default its value is SSL3_RT_MAX_PLAIN_LENGTH (16384). |
81 | functions will only accept a value in the range 512 - | 81 | These functions will only accept a value in the range 512 - |
82 | SSL3_RT_MAX_PLAIN_LENGTH. | 82 | SSL3_RT_MAX_PLAIN_LENGTH. |
83 | .Pp | 83 | .Pp |
84 | These functions are implemented using macros. | 84 | These functions are implemented using macros. |