|
520 | 520 | Link="Common\Microsoft\Win32\SafeHandles\SafeCreateHandle.OSX.cs" />
|
521 | 521 | <Compile Include="$(CommonPath)Microsoft\Win32\SafeHandles\SafeHandleCache.cs"
|
522 | 522 | Link="Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs" />
|
523 |
| - <Compile Include="$(CommonPath)System\Security\Cryptography\DSASecurityTransforms.cs" |
524 |
| - Link="Common\System\Security\Cryptography\DSASecurityTransforms.cs" /> |
525 | 523 | <Compile Include="$(CommonPath)System\Security\Cryptography\EccSecurityTransforms.cs"
|
526 | 524 | Link="Common\System\Security\Cryptography\EccSecurityTransforms.cs" />
|
527 | 525 | <Compile Include="$(CommonPath)System\Security\Cryptography\ECDiffieHellmanSecurityTransforms.cs"
|
|
546 | 544 | Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.Pbkdf2.cs" />
|
547 | 545 | <Compile Include="$(CommonPath)Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.macOS.cs"
|
548 | 546 | Link="Common\Interop\OSX\System.Security.Cryptography.Native.Apple\Interop.SecKeyRef.macOS.cs" />
|
| 547 | + <Compile Include="$(CommonPath)System\Security\Cryptography\DSASecurityTransforms.cs" |
| 548 | + Link="Common\System\Security\Cryptography\DSASecurityTransforms.cs" /> |
549 | 549 | <Compile Include="$(CommonPath)System\Security\Cryptography\DSASecurityTransforms.macOS.cs"
|
550 | 550 | Link="Common\System\Security\Cryptography\DSASecurityTransforms.macOS.cs" />
|
551 | 551 | <Compile Include="$(CommonPath)System\Security\Cryptography\EccSecurityTransforms.macOS.cs"
|
|
555 | 555 | <Compile Include="Internal\Cryptography\Pbkdf2Implementation.OSX.cs" />
|
556 | 556 | </ItemGroup>
|
557 | 557 | <ItemGroup Condition="'$(UseAppleCrypto)' == 'true' AND '$(TargetsOSX)' != 'true'">
|
558 |
| - <Compile Include="$(CommonPath)System\Security\Cryptography\DSASecurityTransforms.iOS.cs" |
559 |
| - Link="Common\System\Security\Cryptography\DSASecurityTransforms.iOS.cs" /> |
560 | 558 | <Compile Include="$(CommonPath)System\Security\Cryptography\EccSecurityTransforms.iOS.cs"
|
561 | 559 | Link="Common\System\Security\Cryptography\EccSecurityTransforms.iOS.cs" />
|
562 | 560 | <Compile Include="$(CommonPath)System\Security\Cryptography\RSASecurityTransforms.iOS.cs"
|
563 | 561 | Link="Common\System\Security\Cryptography\RSASecurityTransforms.iOS.cs" />
|
564 | 562 | <Compile Include="Internal\Cryptography\Pbkdf2Implementation.Managed.cs" />
|
| 563 | + <Compile Include="System\Security\Cryptography\AesCcm.NotSupported.cs" /> |
| 564 | + <Compile Include="System\Security\Cryptography\AesGcm.NotSupported.cs" /> |
| 565 | + <Compile Include="System\Security\Cryptography\ChaCha20Poly1305.NotSupported.cs" /> |
| 566 | + <Compile Include="System\Security\Cryptography\DSA.Create.NotSupported.cs" /> |
565 | 567 | </ItemGroup>
|
566 | 568 | <ItemGroup Condition=" '$(TargetsUnix)' == 'true'">
|
567 | 569 | <Compile Include="$(CommonPath)Interop\Unix\Interop.Libraries.cs"
|
568 | 570 | Link="Common\Interop\Unix\Interop.Libraries.cs" />
|
569 | 571 | <Compile Include="$(CommonPath)Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs"
|
570 | 572 | Link="Common\Internal\Cryptography\AsymmetricAlgorithmHelpers.Hash.cs" />
|
571 |
| - <Compile Include="$(CommonPath)Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs" |
572 |
| - Link="Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs" /> |
573 | 573 | <Compile Include="$(CommonPath)System\Security\Cryptography\ECDiffieHellmanDerivation.cs"
|
574 | 574 | Link="Common\System\Security\Cryptography\ECDiffieHellmanDerivation.cs" />
|
575 | 575 | </ItemGroup>
|
576 |
| - <ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(UseAndroidCrypto)' != 'true'"> |
| 576 | + <ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(UseAndroidCrypto)' != 'true' and '$(TargetsiOS)' != 'true' and '$(TargetstvOS)' != 'true'"> |
| 577 | + <Compile Include="$(CommonPath)Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs" |
| 578 | + Link="Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs" /> |
577 | 579 | <Compile Include="$(CommonPath)Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslAvailable.cs"
|
578 | 580 | Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSslAvailable.cs" />
|
579 | 581 | <Compile Include="$(CommonPath)Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.Cipher.cs"
|
|
582 | 584 | Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.ERR.cs" />
|
583 | 585 | <Compile Include="$(CommonPath)Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs"
|
584 | 586 | Link="Common\Interop\Unix\System.Security.Cryptography.Native\Interop.Initialization.cs" />
|
| 587 | + <Compile Include="System\Security\Cryptography\ChaCha20Poly1305.Unix.cs" /> |
585 | 588 | <Compile Include="System\Security\Cryptography\AesCcm.Unix.cs" />
|
586 | 589 | <Compile Include="System\Security\Cryptography\AesGcm.Unix.cs" />
|
587 |
| - <Compile Include="System\Security\Cryptography\ChaCha20Poly1305.Unix.cs" /> |
588 | 590 | </ItemGroup>
|
589 | 591 | <ItemGroup Condition="'$(TargetsUnix)' == 'true' and '$(UseAndroidCrypto)' != 'true' and '$(UseAppleCrypto)' != 'true'">
|
590 | 592 | <Compile Include="Internal\Cryptography\DesImplementation.Unix.cs" />
|
|
676 | 678 | Link="Common\Interop\Android\System.Security.Cryptography.Native.Android\Interop.Rsa.cs" />
|
677 | 679 | <Compile Include="$(CommonPath)Interop\Android\System.Security.Cryptography.Native.Android\SafeKeyHandle.cs"
|
678 | 680 | Link="Common\Interop\Android\System.Security.Cryptography.Native.Android\SafeKeyHandle.cs" />
|
| 681 | + <Compile Include="$(CommonPath)Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs" |
| 682 | + Link="Common\Microsoft\Win32\SafeHandles\SafeEvpCipherCtxHandle.Unix.cs" /> |
679 | 683 | <Compile Include="$(CommonPath)System\Security\Cryptography\DSAAndroid.cs"
|
680 | 684 | Link="Common\System\Security\Cryptography\DSAAndroid.cs" />
|
681 | 685 | <Compile Include="System\Security\Cryptography\DSA.Create.Android.cs" />
|
|
0 commit comments