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 71bac70

Browse filesBrowse files
tniessentargos
authored andcommitted
doc: ref OpenSSL legacy provider from crypto docs
This adds a link to the --openssl-legacy-provider flag to the "Support for weak or compromised algorithms" section. PR-URL: #40593 Refs: #40478 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
1 parent 8f41022 commit 71bac70
Copy full SHA for 71bac70

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -5378,6 +5378,10 @@ Based on the recommendations of [NIST SP 800-131A][]:
53785378

53795379
See the reference for other recommendations and details.
53805380

5381+
Some algorithms that have known weaknesses and are of little relevance in
5382+
practice are only available through the [legacy provider][], which is not
5383+
enabled by default.
5384+
53815385
### CCM mode
53825386

53835387
CCM is one of the supported [AEAD algorithms][]. Applications which use this
@@ -5912,6 +5916,7 @@ See the [list of SSL OP Flags][] for details.
59125916
[certificate object]: tls.md#certificate-object
59135917
[encoding]: buffer.md#buffers-and-character-encodings
59145918
[initialization vector]: https://en.wikipedia.org/wiki/Initialization_vector
5919+
[legacy provider]: cli.md#--openssl-legacy-provider
59155920
[list of SSL OP Flags]: https://wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
59165921
[modulo bias]: https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias
59175922
[safe integers]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.