*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: SSL_set_max_send_fragment | Section: 3 | Source: OpenBSD | File: SSL_set_max_send_fragment.3
SSL_SET_MAX_SEND_FRAGMENT(3) FreeBSD Library Functions Manual NAME SSL_CTX_set_max_send_fragment, SSL_set_max_send_fragment - control fragment sizes SYNOPSIS #include <openssl/ssl.h> long SSL_CTX_set_max_send_fragment(SSL_CTX *ctx, long m); long SSL_set_max_send_fragment(SSL *ssl, long m); DESCRIPTION SSL_CTX_set_max_send_fragment() and SSL_set_max_send_fragment() set the max_send_fragment parameter for SSL_CTX and SSL objects respectively. This value restricts the amount of plaintext bytes that will be sent in any one SSL/TLS record. By default its value is SSL3_RT_MAX_PLAIN_LENGTH (16384). These functions will only accept a value in the range 512 - SSL3_RT_MAX_PLAIN_LENGTH. These functions are implemented using macros. RETURN VALUES These functions return 1 on success or 0 on failure. SEE ALSO ssl(3), SSL_ctrl(3), SSL_CTX_set_read_ahead(3), SSL_pending(3) HISTORY SSL_CTX_set_max_send_fragment() and SSL_set_max_send_fragment() first appeared in OpenSSL 1.0.0 and have been available since OpenBSD 4.9. FreeBSD 14.1-RELEASE-p8 June 12, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options