workflow - BouncyCastle 1.8.6.1
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. 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.
PM> Install-Package BouncyCastle -Version 1.8.6.1 -Source https://www.myget.org/F/workflow/api/v3/index.json
> nuget.exe install BouncyCastle -Version 1.8.6.1 -Source https://www.myget.org/F/workflow/api/v3/index.json
> dotnet add package BouncyCastle --version 1.8.6.1 --source https://www.myget.org/F/workflow/api/v3/index.json
source https://www.myget.org/F/workflow/api/v3/index.json
nuget BouncyCastle ~> 1.8.6.1
Copy to clipboard
> choco install BouncyCastle --version 1.8.6.1 --source https://www.myget.org/F/workflow/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "BouncyCastle" -RequiredVersion "1.8.6.1" -Repository "workflow"
Copy to clipboard
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.
OwnersToma Bogdan flaviusm catalin |
AuthorsBouncy Castle Project Contributors |
Project URLhttp://www.bouncycastle.org/csharp/ |
LicenseMIT |
Tagsbouncycastle cryptography encryption security |
Info925629 total downloads |
| 24587 downloads for version 1.8.6.1 |
| Download (861.42 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.8.6.1 | 861.42 KB | Tue, 13 Oct 2020 06:55:53 GMT | 24587 |
|
||
|
|
1.8.5 | 842.83 KB | Thu, 08 Oct 2020 21:05:39 GMT | 255142 |
|
||
|
|
1.8.1 | 735.32 KB | Tue, 13 Oct 2020 06:53:52 GMT | 645334 |
|
||
|
|
1.7.0 | 3.09 MB | Thu, 19 Aug 2021 11:13:36 GMT | 566 |
|