Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using private CommonCrypto APIs on iOS #170

Merged
merged 1 commit into from Oct 30, 2023
Merged

Stop using private CommonCrypto APIs on iOS #170

merged 1 commit into from Oct 30, 2023

Conversation

graebm
Copy link
Contributor

@graebm graebm commented Oct 30, 2023

Issue:
App Store submissions are being rejected due to use of non-public CommonCrypto functions for doing AES GCM:

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

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@graebm graebm merged commit 5bc0d63 into main Oct 30, 2023
37 checks passed
@graebm graebm deleted the appstore-no-spi branch October 30, 2023 21:34
graebm added a commit to awslabs/aws-crt-swift that referenced this pull request Oct 30, 2023
Update all submodules to latest, the fix comes from: awslabs/aws-c-cal#170

aws-c-auth         v0.7.4 -> v0.7.5
aws-c-cal          v0.6.7 -> v0.6.8
aws-c-common       v0.9.4 -> v0.9.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants