ZitchCode / SecureHttpClient

Cross-platform HttpClientHandler with TLS1.2 and Certificate Pinning
MIT License
33 stars 6 forks source link

Adding multiple hosts on Android #3

Closed reinierkops closed 7 years ago

reinierkops commented 7 years ago

When adding mulitple hosts on Android, only the last added host/pin will be validated. The CertificatePinner class will be recreated each time you add a pin. So only the last add pin will me evaluated.

tranb3r commented 7 years ago

Yes, I agree. I'll do a fix asap. Thanks

tranb3r commented 7 years ago

Fixed in 1.5.1