Skip to content

Commit d0df5f1

Browse files
committed
Replace internal BouncyCastle with NuGet package
1 parent 70a0a08 commit d0df5f1

File tree

79 files changed

+22
-18133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+22
-18133
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ SSH.NET is a Secure Shell (SSH-2) library for .NET, optimized for parallelism.
88

99
## Introduction
1010
This project was inspired by **Sharp.SSH** library which was ported from java and it seems like was not supported
11-
for quite some time. This library is a complete rewrite, without any third party dependencies, using parallelism
12-
to achieve the best performance possible.
11+
for quite some time. This library is a complete rewrite, using parallelism to achieve the best performance possible.
1312

1413
## Documentation
1514
There is MSDN-style class documentation in a .chm file for each release, which you can find in the Assets section

src/Renci.SshNet/Renci.SshNet.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="[1.0.0,)" />
3535
</ItemGroup>
3636

37+
<ItemGroup>
38+
<PackageReference Include="BouncyCastle.Cryptography" Version="[2.3.0,)" />
39+
</ItemGroup>
40+
3741
<ItemGroup>
3842
<None Include="..\..\images\logo\png\SS-NET-icon-h500.png">
3943
<Pack>True</Pack>

src/Renci.SshNet/Security/BouncyCastle/.editorconfig

-10
This file was deleted.

src/Renci.SshNet/Security/BouncyCastle/asn1/sec/SECNamedCurves.cs

-121
This file was deleted.

src/Renci.SshNet/Security/BouncyCastle/asn1/x9/X9Curve.cs

-40
This file was deleted.

src/Renci.SshNet/Security/BouncyCastle/asn1/x9/X9ECParameters.cs

-93
This file was deleted.

src/Renci.SshNet/Security/BouncyCastle/asn1/x9/X9ECParametersHolder.cs

-25
This file was deleted.

src/Renci.SshNet/Security/BouncyCastle/asn1/x9/X9ECPoint.cs

-57
This file was deleted.

0 commit comments

Comments
 (0)