-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using private CommonCrypto APIs on iOS (#170)
**Issue:** App Store submissions are being rejected due to use of non-public CommonCrypto functions for doing AES GCM: - awslabs/aws-crt-swift#206 - aws-amplify/amplify-swift#3324 There are no public APIs for doing AES GCM via CommonCrypto **Description of changes:** Remove the code for doing AES GCM (via non-public CommonCrypto functions) on iOS, watchOS, etc
- Loading branch information
Showing
1 changed file
with
48 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters