https://github.com/217heidai/openssl_for_android
Automatically compile static OpenSSL library for Android by Github Actions
https://github.com/217heidai/openssl_for_android
android openssl static-library
Last synced: 2 months ago
JSON representation
Automatically compile static OpenSSL library for Android by Github Actions
- Host: GitHub
- URL: https://github.com/217heidai/openssl_for_android
- Owner: 217heidai
- License: apache-2.0
- Created: 2018-12-13T09:35:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-04-08T01:17:27.000Z (2 months ago)
- Last Synced: 2026-04-14T00:03:35.005Z (2 months ago)
- Topics: android, openssl, static-library
- Language: Shell
- Homepage:
- Size: 96.7 KB
- Stars: 135
- Watchers: 3
- Forks: 69
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenSSL for Android
Automatically compile static OpenSSL library for Android by Github Actions.
## Android
`armeabi`、`mips`、`mips64` targets are no longer supported with NDK R17+.
|ABI|API|NDK|
|:-|:-:|:-:|
|armeabi|21|r16b|
|armeabi-v7a|21|r27d|
|arm64-v8a|21|r27d|
|mips|21|r16b|
|mips64|21|r16b|
|riscv64|35|r27d|
|x86|21|r27d|
|x86_64|21|r27d|
## ChangeLog
| Date | Content |
|-----------|----------------------------------------------------------------------|
| 2026.04.15 | OpenSSL 4.0.0 |
| 2026.04.08 | OpenSSL 3.6.2 |
| 2026.01.28 | OpenSSL 3.6.1 |
| 2025.10.09 | OpenSSL 3.6.0 |
| 2025.09.17 | OpenSSL 3.5.3 |
| 2025.08.12 | OpenSSL 3.5.2 |
| 2025.07.02 | OpenSSL 3.5.1 |
| 2025.04.09 | OpenSSL 3.5.0 |
| 2025.02.12 | OpenSSL 3.4.1 |
| 2024.10.23 | OpenSSL 3.4.0 |
| 2024.09.04 | OpenSSL 3.3.2 |
| 2024.06.05 | OpenSSL 3.3.1 |
| 2024.04.10 | OpenSSL 3.3.0 |
| 2024.02.01 | OpenSSL 3.2.1 |
| 2023.11.24 | OpenSSL 3.2.0 |
| 2023.10.25 | OpenSSL 3.1.4 |
| 2023.09.21 | OpenSSL 3.1.3 |
| 2023.08.03 | OpenSSL 3.1.2 |
| 2023.06.05 | OpenSSL 3.1.1 |
| 2023.03.15 | OpenSSL 3.1.0 |
| 2023.02.09 | OpenSSL 3.0.8 |
| 2022.11.07 | OpenSSL 3.0.7 |
| 2022.07.14 | OpenSSL 3.0.5 |
| 2022.06.23 | OpenSSL 3.0.4 |
| 2022.05.19 | OpenSSL 3.0.3 |
| 2022.03.16 | OpenSSL 3.0.2 |
| 2021.12.24 | OpenSSL 3.0.1 |
| 2021.10.12 | OpenSSL 3.0.0 && `*MIPS` targets are no longer supported|
| 2021.09.08 | OpenSSL 1.1.1l |
| 2021.03.29 | OpenSSL 1.1.1k |
| 2021.02.18 | OpenSSL 1.1.1j |
| 2021.01.20 | OpenSSL 1.1.1i |