Skip to content

Commit 5aa2699

Browse files
committed
Correct link
1 parent b7f8fc6 commit 5aa2699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document/0x05e-Testing-Cryptography.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Keeping up-to-date and patched component is one of security principles. The same
103103

104104
#### Older Android versions
105105

106-
For some applications that support older versions of Android (e.g.: only used versions lower than Android 7.0 (API level 24)), bundling an up-to-date library may be the only option. Conscrypt library is a good choice in this situation to keep the cryptography consistent across the different API levels and avoid having to import [Bouncy Castle](https://www.bouncycastle.org/java.html "Bouncy Castle in Java") which is a heavier library.
106+
For some applications that support older versions of Android (e.g.: only used versions lower than Android 7.0 (API level 24)), bundling an up-to-date library may be the only option. Conscrypt library is a good choice in this situation to keep the cryptography consistent across the different API levels and avoid having to import [Bouncy Castle](https://www.bouncycastle.org/download/bouncy-castle-java/ "Bouncy Castle in Java") which is a heavier library.
107107

108108
[Conscrypt for Android](https://github.com/google/conscrypt#android "Conscrypt - A Java Security Provider") can be imported this way:
109109

0 commit comments

Comments
 (0)