@@ -693,8 +693,7 @@ Options common to both client and server side.
693693 Used to limit the size of valid TLS handshake packets to avoid DoS
694694 attacks.
695695
696- Integer (24 bits, unsigned). Defaults to ` 256*1024 ` before OTP-26 or if SLH-DSA algorithms
697- are configured, otherwise the default is ` 256*1024 ` /2.
696+ Integer (24 bits, unsigned). Defaults to ` 262144 ` since OTP 29.0
698697
699698- ** ` {hibernate_after, HibernateTimeout} ` ** - Hibernate inactive connection processes.
700699
@@ -751,7 +750,7 @@ Common certificate related options to both client and server.
751750 connection will be selected.
752751
753752 The different signature algorithms are prioritized in the following
754- order: ` mldsa ` , ` slh-dsa ` , ` eddsa ` , ` ecdsa ` , ` rsa_pss_pss ` , ` rsa ` , and ` dsa ` . If more
753+ order: ` mldsa ` , ` slhdsa ` , ` eddsa ` , ` ecdsa ` , ` rsa_pss_pss ` , ` rsa ` , and ` dsa ` . If more
755754 than one key is supplied for the same signature algorithm, they will
756755 be prioritized by strength (except for _ engine keys_ ; see the next
757756 paragraph). This offers flexibility to, for instance, configure a
@@ -1392,7 +1391,7 @@ The following options are specific to the client side, or have
13921391different semantics for the client and server:
13931392
13941393- ** ` {psk_groups, Groups} ` ** - key exchange groups that the client
1395- will send pre share keys for, defaults to first group in
1394+ will send pre shared keys for, defaults to the first group in
13961395supported_groups. Must be a subset of supported_groups and will
13971396be sent in the same order as they appear in supported_groups.
13981397
@@ -1445,7 +1444,7 @@ different semantics for the client and server.
14451444 > #### Change {: .info }
14461445 >
14471446 > The default for ` Verify ` was changed to ` verify_peer ` in
1448- > Erlang/OTP 26.
1447+ > Erlang/OTP 26.0.
14491448
14501449- ** ` {cacerts, CACerts} ` ** - Trusted certificates
14511450
@@ -1864,7 +1863,7 @@ Certificate related options for a server.
18641863 `true`, the server fails if the client does not have a certificate to send, that
18651864 is, sends an empty certificate. If set to `false`, it fails only if the client
18661865 sends an invalid certificate (an empty certificate is considered valid).
1867- Defaults to `true`, the default value was changed in OTP- 26.0.
1866+ Defaults to `true`, the default value was changed in OTP 26.0.
18681867
18691868- **`{certificate_authorities, ServerCertAuth}`** - Inter-operate hint option
18701869
@@ -3180,7 +3179,7 @@ eccs(Other) ->
31803179- doc """
31813180Returns all supported groups in TLS 1.3.
31823181
3183- Existed since OTP 22.0; documented as of OTP 27.
3182+ Existed since OTP 22.0; documented as of OTP 27.0.
31843183""" .
31853184- spec groups () -> [group ()].
31863185% %--------------------------------------------------------------------
@@ -3195,7 +3194,7 @@ groups() ->
31953194- doc """
31963195Returns default supported groups in TLS 1.3.
31973196
3198- Existed since OTP 22.0; documented as of OTP 27.
3197+ Existed since OTP 22.0; documented as of OTP 27.0.
31993198""" .
32003199
32013200% %--------------------------------------------------------------------
0 commit comments