Yubico / yubikit-ios

Yubico Mobile iOS SDK - YubiKit
Apache License 2.0
195 stars 43 forks source link

Replace TKBERTLVRecord from CryptoTokenKit with own BERTLV implementation #89

Closed jensutbult closed 2 years ago

jensutbult commented 2 years ago

Using the TKBERTLVRecord from CryptoTokenKit causes issues with older versions of iOS. Although the TKBERTLVRecord class is available from iOS 10 CryptoTokenKit is only available from iOS 13. The YKFTLVRecord is a drop-in-replacement for the TKBERTLVRecord class supplied in CryptoTokenKit.