Thomas Prückl 10243938db MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord"
Low footprint client machines may not have enough memory to download a
complete 16KB TLS record at once. With the new option the maximum
record size can be defined on the server side.

Note: Before limiting the the record size on the server side, a client should
consider using the TLS Maximum Fragment Length Negotiation Extension defined
in RFC6066.

This patch fixes GitHub issue #1679.
2022-04-27 16:53:43 +02:00
..
2006-06-15 21:48:13 +02:00
2021-11-23 15:50:11 +01:00
2006-06-15 21:48:13 +02:00
2022-04-16 12:15:47 +02:00