BouncyCastle 1.8.6.1

.NET Framework 0.0
Install-Package BouncyCastle -Version 1.8.6.1
dotnet add package BouncyCastle --version 1.8.6.1
<PackageReference Include="BouncyCastle" Version="1.8.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BouncyCastle --version 1.8.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BouncyCastle, 1.8.6.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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.6.1

// Install BouncyCastle as a Cake Tool
#tool nuget:?package=BouncyCastle&version=1.8.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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.

Product Versions
.NET Framework net
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on BouncyCastle:

Package Downloads
JetBrains.Rider.RdBackend.Common

JetBrains Rider RdBackend Common Package Version 212.0.20211008.81907

JetBrains.Rider.Rider.Backend

JetBrains Rider Rider Backend Package Version 212.0.20211008.81907

MimeKit

MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET). MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's massive limitations or bugs. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit

Version Downloads Last updated
1.8.6.1 0 06.02.2022
1.8.3.1 0 06.02.2022
1.8.1 0 06.02.2022

Defects Fixed
EdDSA verifiers now reject overly long signatures.
Fixed field reduction for custom secp128r1 curve.
ASN.1: Enforce no leading zeroes in OID branches (longer than 1 character).
Additional Features and Functionality
TLS: BasicTlsPskIdentity now reusable (returns cloned array from GetPsk).
Improved performance for multiple ECDSA verifications using same public key.
Support has been added for ChaCha20-Poly1305 AEAD mode from RFC 7539.
PKCS12: Improved support for certificate-only key stores without password.