You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for secp384r1 certificates (kTSKAlgorithmEcDsaSecp384r1).
Added the ability to specify an expiration date for a domain's pinning policy (kTSKExpirationDate). This will help prevent connectivity issues in Apps which do not get updates to their pins, such as when the user disables App updates.
A backup pin is no longer required when pinning validation is not enforced (ie. when kTSKEnforcePinning is set to NO).
Fixed a bug causing random unicode characters to be displayed in the date-time field of pinning failure reports sent by devices with non-standard time settings.
Improved the documentation and switched to jazzy for generating it.