Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 386 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 386 Bytes

CURL-Android-with-verify-peer

Sample implementation of CURL using TLS1.2 ,openSSL 1.01t,curl versio 7.40.0 with verify peer ,verify hostname option

Built with ndk 10e , supporting from android platform 8.

Certificate authority bundle added to assets . Application reads the file from assets folder for CA_INFO_PATH for curl

Thanks to https://github.com/gcesarmza/curl-android-ios