Skip to content

Commit 3af0e87

Browse files
mspornydlongley
andcommitted
Simplify language related to deprecated/experimental crypto.
Co-authored-by: Dave Longley <dlongley@digitalbazaar.com>
1 parent d89da80 commit 3af0e87

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,11 +2527,10 @@ <h3>Protecting Application Developers</h3>
25272527
</li>
25282528
<li>
25292529
Cryptographic library implementers can provide deprecated and experimental
2530-
cryptographic functionality, but are advised to do so in a way where the
2531-
libraries do not enable such functionality unless explicitly requested by the
2532-
developer, such as via a library option, and if enabled, the library produces
2533-
warnings that deprecated or experimental cryptography has been enabled for the
2534-
application.
2530+
cryptographic functionality, but are advised to only do so when explicitly
2531+
requested by the developer, such as through a library option, and such that the
2532+
library produces warnings that deprecated or experimental cryptography has
2533+
been enabled for the application.
25352534
</li>
25362535
<li>
25372536
Application developers are advised to choose from a number of pre-set

0 commit comments

Comments
 (0)