certificatepinner icon indicating copy to clipboard operation
certificatepinner copied to clipboard

A Swift implementation of certificate pinning which works with NSUrlSession and NSUrlConnection

Results 4 certificatepinner issues
Sort by recently updated
recently updated
newest added

I encountered couple of deprecation warnings after updating to Swift 5. Have attached image below for reference.

I added a function to hash a local certificate file in DER format. This is very useful when you have not deployed your certificate, yet, or just for debugging. Accordingly,...

Replaced sample code in ReadMe with test project's Swift 3 code. also updated URLRequest sample code to be more Swifty by removing unnecessary type cast