└── README.md /README.md: -------------------------------------------------------------------------------- 1 | This OpenSSL repository is unmaintained 2 | ======================================= 3 | 4 | Android no longer uses OpenSSL and has instead moved to BoringSSL. As a result 5 | this repository is unmaintained. It should not be used. 6 | 7 | Most applications can move to using BoringSSL as long as they are not 8 | using deprecated APIs. For more information about BoringSSL, see these 9 | references: 10 | 11 | * [Upstream BoringSSL repository](https://boringssl.googlesource.com/boringssl/): The 12 | official BoringSSL repository. 13 | * [Android's BoringSSL project](https://android.googlesource.com/platform/external/boringssl/): 14 | Android's copy of BoringSSL. 15 | --------------------------------------------------------------------------------