billp / TermiNetwork

🌏 A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.
https://billp.github.io/TermiNetwork
MIT License
99 stars 8 forks source link

Implement HPKP (HTTP Public Key Pinning) #20

Closed billp closed 2 years ago

billp commented 3 years ago

Until now, only certificate pinning is supported by TermiNetwork. We need to support HPKP as well.

billp commented 2 years ago

Public key pinning is natively supported by Apple: https://developer.apple.com/news/?id=g9ejcf8y

This issue is considered closed