BouncyCastle 1.8.3

Details
Advisory: https://github.com/advisories/GHSA-6xx3-rg99-gc3p Severity: moderate
There is a newer version of this package available.
See the version list below for details.
dotnet add package BouncyCastle --version 1.8.3
NuGet\Install-Package BouncyCastle -Version 1.8.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BouncyCastle" Version="1.8.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BouncyCastle --version 1.8.3
#r "nuget: BouncyCastle, 1.8.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BouncyCastle as a Cake Addin
#addin nuget:?package=BouncyCastle&version=1.8.3

// Install BouncyCastle as a Cake Tool
#tool nuget:?package=BouncyCastle&version=1.8.3

The Bouncy Castle Crypto package is a C\# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org/](http://www.bouncycastle.org/). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BouncyCastle:

Package Downloads
MySql.Data

MySql.Data.MySqlClient .Net Core Class Library

GitHub repositories (71)

Showing the top 5 popular GitHub repositories that depend on BouncyCastle:

Repository Stars
canton7/SyncTrayzor
Windows tray utility / filesystem watcher / launcher for Syncthing
hitchao/Jvedio
Jvedio 是本地视频管理软件,支持扫描本地视频并导入软件,建立视频库, 提取出视频的 唯一识别码,自动分类视频, 添加标签管理视频,使用人工智能识别演员,支持翻译信息, 基于 FFmpeg 截取视频图片,Window 桌面端流畅美观的应用软件
Nethereum/Nethereum
Ethereum .Net cross platform integration library
NYAN-x-CAT/AsyncRAT-C-Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Dec0ne/KrbRelayUp
KrbRelayUp - a universal no-fix local privilege escalation in windows domain environments where LDAP signing is not enforced (the default settings).
Version Downloads Last updated
1.8.9 0 3/8/2021
1.8.6.1 0 3/8/2021
1.8.6 0 3/8/2021
1.8.5 68 3/8/2021
1.8.4 1 3/8/2021
1.8.3.1 32,941 3/8/2021
1.8.3 0 3/8/2021
1.8.2 1 3/8/2021
1.8.1 119 3/8/2021
1.7.0 173,146 4/30/2011

IMPORTANT
In this release, the TLS library has moved to a whitelisting approach for client-side validation of server-presented Diffie-Hellman (DH) parameters. In the default configuration, if a ciphersuite using ephemeral DH is selected by the server, the client will abort the handshake if the proposed DH group is not one of those specified in RFC 3526 or RFC 7919, or if the DH prime is < 2048 bits. The client therefore no longer offers DH ciphersuites by default.

Additional Features and Functionality
Further work has been done on improving SHA-3 performance.
EC key generation and signing now use cache-timing resistant table lookups.
RFC 7748: Added low-level implementations of X25519 and X448.
RFC 8032: Added low-level implementations of Ed25519 and Ed448.