Skip to content

Commit c7bae97

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 5cd38a4 commit c7bae97

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
@@ -5692,8 +5692,8 @@ See the [list of SSL OP Flags][] for details.
56925692
</tr>
56935693
<tr>
56945694
<td><code>SSL_OP_PRIORITIZE_CHACHA</code></td>
5695-
<td>Instructs OpenSSL server to prioritize ChaCha20Poly1305
5696-
when client does.
5695+
<td>Instructs OpenSSL server to prioritize ChaCha20-Poly1305
5696+
when the client does.
56975697
This option has no effect if
56985698
<code>SSL_OP_CIPHER_SERVER_PREFERENCE</code>
56995699
is not enabled.</td>

0 commit comments

Comments
 (0)