diff options
author | Ingela Anderton Andin <[email protected]> | 2017-01-17 10:13:38 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-01-17 10:13:38 +0100 |
commit | 268fa11bc6904809643a4f99cb6f7c35edabf5dd (patch) | |
tree | f423c458cece590d7b8f41a6e47c56ac2e832cfb /lib/ssl/doc | |
parent | 3046ab2d72fe1a5b450640d776446b373a22c168 (diff) | |
parent | a44947369f44cb334ca45dbecca2e3f878af8229 (diff) | |
download | otp-268fa11bc6904809643a4f99cb6f7c35edabf5dd.tar.gz otp-268fa11bc6904809643a4f99cb6f7c35edabf5dd.tar.bz2 otp-268fa11bc6904809643a4f99cb6f7c35edabf5dd.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index edc7e0d8b2..916b41742e 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -424,6 +424,14 @@ marker="public_key:public_key#pkix_path_validation-3">public_key:pkix_path_valid </taglist> </item> + + <tag><c>max_handshake_size</c></tag> + <item> + <p>Integer (24 bits unsigned). Used to limit the size of + valid TLS handshake packets to avoid DoS attacks. + Defaults to 256*1024.</p> + </item> + </taglist> </item> |