Skip to content

Commit

Permalink
Remove BouncyCastle source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Pioli committed Oct 19, 2023
1 parent 4c3bb73 commit eea5496
Show file tree
Hide file tree
Showing 1,904 changed files with 5 additions and 305,305 deletions.
7 changes: 0 additions & 7 deletions Certes.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certes.Tests.Integration",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Certes.Func", "test\Certes.Func\Certes.Func.csproj", "{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "crypto", "src\Crypto\crypto.csproj", "{DFBB791F-6C20-4C55-AA71-7102C53798F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -66,10 +64,6 @@ Global
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800}.Release|Any CPU.Build.0 = Release|Any CPU
{DFBB791F-6C20-4C55-AA71-7102C53798F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFBB791F-6C20-4C55-AA71-7102C53798F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFBB791F-6C20-4C55-AA71-7102C53798F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFBB791F-6C20-4C55-AA71-7102C53798F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -80,7 +74,6 @@ Global
{67194186-A678-40D3-BEB2-A5572539C423} = {556F2BFB-DE9B-4673-BADC-63C365DA2A55}
{741DD8E1-DDCB-4D34-9E65-FEE6AC861022} = {556F2BFB-DE9B-4673-BADC-63C365DA2A55}
{DEAFA502-C0AB-4B9D-B6A8-6A04C9851800} = {556F2BFB-DE9B-4673-BADC-63C365DA2A55}
{DFBB791F-6C20-4C55-AA71-7102C53798F9} = {7B11358C-CCDB-4A64-8CAF-9AA29AFD7DE3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E394B03-F0AB-4024-BDCB-334EE482380C}
Expand Down
5 changes: 1 addition & 4 deletions src/Certes/Certes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -57,10 +58,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net462'" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Crypto\crypto.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\Strings.Designer.cs">
<DesignTime>True</DesignTime>
Expand Down
88 changes: 0 additions & 88 deletions src/Crypto/AssemblyInfo.cs

This file was deleted.

Binary file removed src/Crypto/BouncyCastle.snk
Binary file not shown.
29 changes: 0 additions & 29 deletions src/Crypto/asn1/ASN1Generator.cs

This file was deleted.

10 changes: 0 additions & 10 deletions src/Crypto/asn1/ASN1OctetStringParser.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/Crypto/asn1/ASN1SequenceParser.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/Crypto/asn1/ASN1SetParser.cs

This file was deleted.

Loading

0 comments on commit eea5496

Please sign in to comment.