koush / ion

Android Asynchronous Networking and Image Loading
Other
6.29k stars 1.03k forks source link

SSL Pinning #834

Open declanmarks opened 7 years ago

declanmarks commented 7 years ago

Please add ssl pinning support. All other networking libraries on android support SSL Pinning. This feature is a must have feature in my opinion

koush commented 7 years ago

I agree. I'll see what I can do.

declanmarks commented 7 years ago

Thank you. I doing a very tedious method at the moment. Which doesn't always work. I am taking the public key from the certificate and comparing it to the actual key.

amkilian commented 6 years ago

Any progress on adding SSL Pinning?