Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin committed Sep 11, 2024
2 parents 65ec452 + ef10b19 commit 0f48194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ssl/src/ssl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Options common to both client and server side.
Defaults to `tls`.
- **`{handshake_completion, Completion}`** - Possibly pause handshake at hello stage.
- **`{handshake, Completion}`** - Possibly pause handshake at hello stage.
Defaults to `full`. If `hello` is specified the handshake will pause
after the hello message, allowing the user to make decisions based
Expand All @@ -661,7 +661,7 @@ Options common to both client and server side.
Added in OTP 23.2.
- **`{handshake_size, HandshakeSize}`** - Limit the acceptable handshake packet size.
- **`{max_handshake_size, HandshakeSize}`** - Limit the acceptable handshake packet size.
Used to limit the size of valid TLS handshake packets to avoid DoS
attacks.
Expand Down

0 comments on commit 0f48194

Please sign in to comment.