You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.8 KiB
XML
24 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>BouncyCastle</id>
|
|
<version>1.8.5</version>
|
|
<title>Bouncy Castle</title>
|
|
<authors>Bouncy Castle Project Contributors</authors>
|
|
<owners>Teoman Soygul</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<licenseUrl>http://www.bouncycastle.org/licence.html</licenseUrl>
|
|
<projectUrl>http://www.bouncycastle.org/csharp/</projectUrl>
|
|
<description>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.</description>
|
|
<summary>Bouncy Castle is a collection of APIs used in cryptography.</summary>
|
|
<releaseNotes>IMPORTANT
|
|
This is the final feature release with support for legacy .NET platforms. From 1.9.0 we will be targeting more modern .NET frameworks (see https://github.com/bcgit/bc-csharp/pull/68) and updating our build and packaging systems. The 1.8.x series will continue to receive bug fixes, but limited new functionality.
|
|
|
|
Additional Features and Functionality:
|
|
- Supported added for encoding and decoding of GOST3410-2012 keys.
|
|
- Basic support added for CMP (RFC 4210) and CRMF (RFC 4211), including the PKI archive control.</releaseNotes>
|
|
<copyright>Legion of the Bouncy Castle Inc.</copyright>
|
|
<language>en-US</language>
|
|
<tags>bouncycastle cryptography encryption security</tags>
|
|
</metadata>
|
|
</package> |