-
Notifications
You must be signed in to change notification settings - Fork 197
Catch-up merge main into wwdc25 branch #403
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
46eca5f
Fix typo in documentation for RSA private key constructors (#362)
YourMJK dbb4559
Make EllipticCurvePoint and ArbitraryPrecisionInteger Sendable (#366)
Lukasa 6214426
Add static SDK CI workflow (#340)
rnro 7416764
Enable Windows CI on main (#371)
Lukasa 4ce1b9b
Add a PKCS#8 DER property to private keys (#372)
josephnoir 9fb2fd8
Remove security backend (#373)
josephnoir 93a2ebf
Add API for ARC(P-256) and deprecate ARC(P-384) (#374)
simonjbeaumont af6be72
CMake: Declare ASN1 dependency (#376)
etcwilde 871f95d
Typealias CryptoKitError (#285)
0xTim e5f10a7
Mention Windows in README (#378)
gjcairo 75475b8
Back out changes post-quantum changes for release (#379)
glbrntt 9934678
build: Make swift-crypto build on Windows (#370)
Steelskin 88b9c9b
Work around Swift compiler issue with consuming and TSAN (#384)
Lukasa 84b1d49
Add a few more inlinability annotation (#383)
glbrntt 64a4de0
Add some benchmarks for EC key agreement (#390)
Lukasa 176abc2
Cache curves to avoid repeatedly reallocating state (#391)
Lukasa 8c9d27a
Enable release mode builds in CI (#388)
josephnoir c68a7a7
Add Sequence conformance to AES._CBC.IV (#389) (#392)
wnagrodzki 334e682
Add AES CMAC support (#394)
Lukasa 2347f20
Use Thread.threadDictionary instead of TaskLocal for thread-local (#395)
simonjbeaumont c066b05
Improve vendor-boringssl.sh script to make it work better (#396)
xtremekforever b7c303d
Use Swift SDKs to generate symbols for Linux targets and armv7 (using…
xtremekforever d1c6b70
Avoid TSAN issue in _CryptoExtras/AES/CMAC (#402)
aryan-25 143c896
Catch-up merge main into wwdc25 branch
Lukasa 2b7be8b
Fix merge error
Lukasa c462502
Move away from Foundation.Thread (#404)
Lukasa 0e02512
Merge remote-tracking branch 'origin/main' into cb-catchup-merge-2025…
Lukasa a519b5d
Re-add accidentally deleted files
Lukasa 9552067
Fix script path in PR template (#408)
0xTim 141f5b4
Make the tests Swift 6 ready. (#409)
Lukasa 2e6518c
Merge remote-tracking branch 'origin/main' into cb-catchup-merge-2025…
Lukasa 0717f67
Speculative fix to get Sendable warnings solved in Xcode 16.2
Lukasa 6e36370
Appease the formatter
Lukasa 0bb59c8
Formatter finally appeased
Lukasa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think some find-replace went a little off here.