Skip to content

Commit 0a8995d

Browse files
tniessenruyadorno
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 1c62eb6 commit 0a8995d

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
@@ -5751,8 +5751,8 @@ See the [list of SSL OP Flags][] for details.
57515751
</tr>
57525752
<tr>
57535753
<td><code>SSL_OP_PRIORITIZE_CHACHA</code></td>
5754-
<td>Instructs OpenSSL server to prioritize ChaCha20Poly1305
5755-
when client does.
5754+
<td>Instructs OpenSSL server to prioritize ChaCha20-Poly1305
5755+
when the client does.
57565756
This option has no effect if
57575757
<code>SSL_OP_CIPHER_SERVER_PREFERENCE</code>
57585758
is not enabled.</td>

0 commit comments

Comments
 (0)