-
Notifications
You must be signed in to change notification settings - Fork 69
macOS dispatch queue and secitem #758
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
Open
sbSteveK
wants to merge
33
commits into
main
Choose a base branch
from
macos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1ac0057
initial stab at using strictly dispatch queue and secitem
sbSteveK 6e0dbcf
restore AWS_USE_SECITEM as s_is_use_secitem is used in platform share…
sbSteveK 1c64851
fix apple cmakelists
sbSteveK 1cf7161
comment out non-supported tests
sbSteveK c0bf582
Merge branch 'main' into macos
sbSteveK 9b051cf
always do the s_dipatch_queue_sleep
sbSteveK 064ff77
flip order of private key and cert import to keychain
sbSteveK ab66af8
restore order of cert then key to keychain
sbSteveK d7f8e78
try not importing into keychain
sbSteveK d9cd5fb
add log for sec_identity_t creation
sbSteveK c53e636
hack together generation of pkcs12 from provided cert and key
sbSteveK 54b8d10
fix
sbSteveK c27742e
_
sbSteveK 41b9609
fix
sbSteveK 0e0a6d8
don't redifine status
sbSteveK d3e1c46
define items
sbSteveK bd4ab33
forgot to comment out previous stuff
sbSteveK 46c23e8
define OSStatus
sbSteveK 67422b8
alt pkcs12 creation
sbSteveK d5985d5
comment out unused funcs during pkcs12 testing
sbSteveK 59ca8b0
wip
sbSteveK df57906
uncomment functions
sbSteveK cf50c47
remove test pkcs12 creation
sbSteveK 4b4d728
Merge branch 'main' into macos
sfod 781c159
Fix format
sfodagain 39fdfca
Fix cmake config
sfodagain 19474f8
Disable tls_server_hangup_during_negotiation
sfodagain 8447886
Keep dispatch_queue
sfodagain 006f7d6
Simplify find library
sfodagain 635dc3b
Disable test_duplicate_cert_import
sfodagain c3cf8c5
Enable tests that interact with keychain
sfodagain e4d25e0
Remove dispatch_queue from CI
sfodagain d86880e
Sleep on dispatch queue only
sfodagain 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
Some comments aren't visible on the classic Files Changed page.
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
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.
Uh oh!
There was an error while loading. Please reload this page.