Skip to content

Commit

Permalink
Merge pull request #7589 from IngelaAndin/ingela/ssl/doc-imp
Browse files Browse the repository at this point in the history
ssl: Document enhancement
  • Loading branch information
IngelaAndin authored Aug 25, 2023
2 parents 8d41073 + 63e82c1 commit 9d74808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/ssl/doc/src/ssl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <c>Version</c>.</p>

<p> Example: <c>
<p> Example: </p>
<code>

1&gt; ssl:signature_algs(default, 'tlsv1.3').
[eddsa_ed25519,eddsa_ed448,ecdsa_secp521r1_sha512,
Expand Down Expand Up @@ -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]
</c></p>
</code>

<note><p>Some TLS-1-3 scheme names overlap with TLS-1.2
algorithm-tuple-pair-names and then TLS-1.3 names will be
Expand Down

0 comments on commit 9d74808

Please sign in to comment.