Commit dd263ab
Client-side TLS 1.3 support on OSX (#117428)
* Native Interop Layer
* Native Layer Compilation fix for Mono + NativeAOT + templates
* First shape of new native + interop
* Newlines at the end of files
* Default constructor ownsHandle to true
* Delete couple of unsafe keyword in Interop
* Update src/native/libs/System.Net.Security.Native.Apple/pal_networkframework.m
Co-authored-by: Copilot <[email protected]>
* Fix PlatformManifestFileEntry
* Review feedback
* Apply suggestions from code review
Co-authored-by: Stephen Toub <[email protected]>
* Update src/libraries/Common/src/Interop/OSX/Interop.Network.Tls.cs
Co-authored-by: Radek Zikmund <[email protected]>
* Review feedbacks
* Further review feedback
* Add new library name to nativeaot build target file
* Merge System.Net.Security.Native.Apple with System.Security.Cryptography.Native.Apple
* fixup! Merge System.Net.Security.Native.Apple with System.Security.Cryptography.Native.Apple
* Shared OSStatus
* Correctly release some handles
* Remove printf
* Add comments
* Fix build
* Copy of initial changes
* Fix build
* WIP
* WIP
* more WIP
* Minimal example is working
* Fix concurrent read/write calls
* ALPN fix
* Certificate validation
* Report remote alerts
* CipherSuitesPolicy support
* Fix IDNA
* Zero-bytes read support
* fixup! ALPN fix
* Attach correct cancellation token to exceptions
* Fix framer lifetime
* fixup! CipherSuitesPolicy support
* Cleanup some unwanted changes
* Some more cleanup
* Fix ALPN reading
* ClientCertificates + CertificateContext + CertSelectionDelegate implementation
* Correctly pass remote certificate + acceptableIssuers to selection callback
* Disable Ciphersuite tests for NW
* Fix formatting
* Fix some test scenarios
* Delete unused ResettableTaskSource
* Fix build
* Unify certificate validation code
* TARGET_OSX to TARGET_APPLE
* Small changes
* Fix build of other platforms
* Disable known edge-case for now
* Some test fixes
* Disable EventSource order test for NW
* Add TCS for completion on transportStream Write and propagate exceptions
* Propagate exception for handshake + write tcs from transport read task
* Missing write part of propagation exception for transport read task
* App read optimization
* fixup! App read optimization
* Fix hanging pending read after read cancellation
* Unify local cert selection
* Improve thisHandle lifetime management
* Introduce specific exception for NetworkFramework + properly propagate error messages and error domain
* Refactor NetworkFramework error handling to use enum for error domains
* Refactor error extraction in NetworkFramework to return CFStringRef for better memory management
* Enhance cancellation support in SafeDeleteNwContext by throwing on cancellation requests and linking tokens for graceful shutdowns
* Typo fix
* Switch to Network.framework tests on CI
* Fix memory leaks, introduce CancellationAction for ResettableValueTaskSource objects to avoid deadlock on disposal
* Reverting back running nw tests on ci, as some apis requires at least 12.3 version
* A bit cleanup
* Use more appropriate names in nw shim functions
* Centralized gchandle management in native code
* Fix correct cancellation token when throwing
* Fix hang, remove try-catches in completion callbacks
* Revert unwanted changes
* Fix comment
* Logging improvements
* Apply suggestion from @liveans
Co-authored-by: Ahmet Ibrahim Aksoy <[email protected]>
* Update src/libraries/System.Net.Security/src/System/Net/Security/Pal.OSX/SafeDeleteNwContext.cs
Co-authored-by: Ahmet Ibrahim Aksoy <[email protected]>
* Code review feecback
* Remove duplicate void* state argument in native functions
* Update src/native/libs/System.Security.Cryptography.Native.Apple/pal_networkframework.m
Co-authored-by: Adeel Mujahid <[email protected]>
---------
Co-authored-by: Ahmet İbrahim Aksoy <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Stephen Toub <[email protected]>
Co-authored-by: Adeel Mujahid <[email protected]>1 parent 3fb34b2 commit dd263ab
File tree
35 files changed
+2082
-62
lines changed- src
- coreclr/nativeaot/BuildIntegration
- libraries
- Common
- src
- Interop/OSX
- System.Security.Cryptography.Native.Apple
- System/Net
- tests/TestUtilities
- System
- System.Net.Security
- src
- System/Net
- Security
- Pal.Managed
- Pal.OSX
- tests/FunctionalTests
- mono/msbuild/apple/build
- native/libs/System.Security.Cryptography.Native.Apple
- tasks
- AppleAppBuilder/Templates
- LibraryBuilder/Templates
35 files changed
+2082
-62
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
Lines changed: 88 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
Lines changed: 85 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
src/libraries/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/Interop.OSStatus.cs
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
60 | 75 | | |
61 | 76 | | |
Lines changed: 30 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
572 | | - | |
| 572 | + | |
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
| 583 | + | |
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
| 600 | + | |
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
| 605 | + | |
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
668 | 693 | | |
669 | 694 | | |
670 | 695 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
440 | 441 | | |
441 | 442 | | |
442 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
443 | 450 | | |
444 | 451 | | |
445 | 452 | | |
446 | 453 | | |
447 | 454 | | |
448 | 455 | | |
449 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
450 | 460 | | |
451 | 461 | | |
452 | 462 | | |
| |||
0 commit comments