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
Application using SwCrypt crashing on ref = CCDHCreate!(kCCDHRFC3526Group5!)
In the following Code
"fileprivate static let kCCDHRFC3526Group5M: kCCDHRFC3526Group5TM? =
getFunc(dl!, f: "kCCDHRFC3526Group5")
fileprivate static let kCCDHRFC3526Group5 = kCCDHRFC3526Group5M?.pointee"
kCCDHRFC3526Group5M value is nil on iPadOS 15.4 and 15.4.1
value is correctly calculated in iPadOS 14.x
The text was updated successfully, but these errors were encountered:
Application using SwCrypt crashing on ref = CCDHCreate!(kCCDHRFC3526Group5!)
In the following Code
"fileprivate static let kCCDHRFC3526Group5M: kCCDHRFC3526Group5TM? =
getFunc(dl!, f: "kCCDHRFC3526Group5")
fileprivate static let kCCDHRFC3526Group5 = kCCDHRFC3526Group5M?.pointee"
kCCDHRFC3526Group5M value is nil on iPadOS 15.4 and 15.4.1
value is correctly calculated in iPadOS 14.x
The text was updated successfully, but these errors were encountered: