Skip to content

Commit

Permalink
Simplify language related to deprecated/experimental crypto.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
msporny and dlongley committed Sep 16, 2024
1 parent d89da80 commit 3af0e87
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2527,11 +2527,10 @@ <h3>Protecting Application Developers</h3>
</li>
<li>
Cryptographic library implementers can provide deprecated and experimental
cryptographic functionality, but are advised to do so in a way where the
libraries do not enable such functionality unless explicitly requested by the
developer, such as via a library option, and if enabled, the library produces
warnings that deprecated or experimental cryptography has been enabled for the
application.
cryptographic functionality, but are advised to only do so when explicitly
requested by the developer, such as through a library option, and such that the
library produces warnings that deprecated or experimental cryptography has
been enabled for the application.
</li>
<li>
Application developers are advised to choose from a number of pre-set
Expand Down

0 comments on commit 3af0e87

Please sign in to comment.