diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 4fda1a316131..57fb68ab5f78 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -2186,7 +2186,8 @@ fun(srp, Username :: binary(), UserState :: term()) -> range of protocols from (D)TLS-1.2, the first version to support configuration of the signature algorithms, to Version.

-

Example: +

Example:

+ 1> ssl:signature_algs(default, 'tlsv1.3'). [eddsa_ed25519,eddsa_ed448,ecdsa_secp521r1_sha512, @@ -2217,7 +2218,7 @@ fun(srp, Username :: binary(), UserState :: term()) -> ecdsa_secp384r1_sha384,ecdsa_secp256r1_sha256, rsa_pss_pss_sha512,rsa_pss_pss_sha384,rsa_pss_pss_sha256, rsa_pss_rsae_sha512,rsa_pss_rsae_sha384,rsa_pss_rsae_sha256] -

+

Some TLS-1-3 scheme names overlap with TLS-1.2 algorithm-tuple-pair-names and then TLS-1.3 names will be