Skip to content

Commit 37cb165

Browse files
authored
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 b8d994a commit 37cb165

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
@@ -5826,8 +5826,8 @@ See the [list of SSL OP Flags][] for details.
58265826
</tr>
58275827
<tr>
58285828
<td><code>SSL_OP_PRIORITIZE_CHACHA</code></td>
5829-
<td>Instructs OpenSSL server to prioritize ChaCha20Poly1305
5830-
when client does.
5829+
<td>Instructs OpenSSL server to prioritize ChaCha20-Poly1305
5830+
when the client does.
58315831
This option has no effect if
58325832
<code>SSL_OP_CIPHER_SERVER_PREFERENCE</code>
58335833
is not enabled.</td>

0 commit comments

Comments
 (0)