Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c7bae97

Browse filesBrowse 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 <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 5cd38a4 commit c7bae97
Copy full SHA for c7bae97

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.