@@ -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
@@ -1841,7 +1840,7 @@ Certificate related options for a server.
18411840 ` true ` , the server fails if the client does not have a certificate to send, that
18421841 is, sends an empty certificate. If set to ` false ` , it fails only if the client
18431842 sends an invalid certificate (an empty certificate is considered valid).
1844- Defaults to ` true ` , the default value was changed in OTP- 26.0.
1843+ Defaults to ` true ` , the default value was changed in OTP 26.0.
18451844
18461845- ** ` {certificate_authorities, ServerCertAuth} ` ** - Inter-operate hint option
18471846
@@ -3157,7 +3156,7 @@ eccs(Other) ->
31573156- doc """
31583157Returns all supported groups in TLS 1.3.
31593158
3160- Existed since OTP 22.0; documented as of OTP 27.
3159+ Existed since OTP 22.0; documented as of OTP 27.0.
31613160""" .
31623161- spec groups () -> [group ()].
31633162% %--------------------------------------------------------------------
@@ -3172,7 +3171,7 @@ groups() ->
31723171- doc """
31733172Returns default supported groups in TLS 1.3.
31743173
3175- Existed since OTP 22.0; documented as of OTP 27.
3174+ Existed since OTP 22.0; documented as of OTP 27.0.
31763175""" .
31773176
31783177% %--------------------------------------------------------------------
0 commit comments