Skip to content

Commit 0d2e1f3

Browse files
tniessendanielleadams
authored andcommitted
doc: improve SSL_OP_PRIORITIZE_CHACHA description
The cipher should be spelled "ChaCha20-Poly1305", i.e., with a hyphen between the encryption and MAC algorithm names. Also change "when client does" to "when the client does." PR-URL: #41866 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 0a75c20 commit 0d2e1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/crypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5707,8 +5707,8 @@ See the [list of SSL OP Flags][] for details.
57075707
</tr>
57085708
<tr>
57095709
<td><code>SSL_OP_PRIORITIZE_CHACHA</code></td>
5710-
<td>Instructs OpenSSL server to prioritize ChaCha20Poly1305
5711-
when client does.
5710+
<td>Instructs OpenSSL server to prioritize ChaCha20-Poly1305
5711+
when the client does.
57125712
This option has no effect if
57135713
<code>SSL_OP_CIPHER_SERVER_PREFERENCE</code>
57145714
is not enabled.</td>

0 commit comments

Comments
 (0)