DBTransitEncryption
DBTransitEncryption copied to clipboard
SecCertificateCreateWithData Return nil in ios 10 and above
SecCertificateCreateWithData(kCFAllocatorDefault, ( __bridge CFDataRef) publicKeyContents);
Return nil in ios 10 and above where publicKeyContents is bace64Data of public key provided by server using PACS#1
@ankits47b I am no longer maintaining this repository, please feel free to open a pull request and I am happy to review and merge.
Thanks!