diff options
Diffstat (limited to 'Portable.BouncyCastle.nuspec')
-rw-r--r-- | Portable.BouncyCastle.nuspec | 132 |
1 files changed, 39 insertions, 93 deletions
diff --git a/Portable.BouncyCastle.nuspec b/Portable.BouncyCastle.nuspec index c58a23a80..0afe0c250 100644 --- a/Portable.BouncyCastle.nuspec +++ b/Portable.BouncyCastle.nuspec @@ -1,109 +1,55 @@ <?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> - <metadata> + <metadata minClientVersion="2.12"> <id>Portable.BouncyCastle</id> - <version>1.8.0-rc3</version> + <version>1.8.1.1</version> <title>Bouncy Castle PCL</title> <authors>Oren Novotny</authors> <owners>onovotny</owners> - <projectUrl>https://github.com/onovotny/BouncyCastle-PCL</projectUrl> + <projectUrl>https://github.com/onovotny/bc-csharp</projectUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>BouncyCastle.Crypto is a cryptography API providing: - -Generation and parsing of PKCS#12 files. - -X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates. - -PBE algorithms supported by PBEUtil: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and PBEwithHmacRIPEMD256. - -Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, MD5withRSA, RIPEMD128withRSA, RIPEMD160withRSA, RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA. - -Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, DESede, DES, GOST28147, HC-128, HC-256, IDEA, NaccacheStern, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, Serpent, Skipjack, TEA/XTEA, Twofish, and VMPC. - -Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). - -Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS#5/7, TBC, X.923, and Zero Byte. - -Asymmetric key algorithms: RSA (with blinding), ElGamal, DSA, ECDSA. - -Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS#1. - -Digests: GOST3411, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, and Whirlpool. - -Signer mechanisms: DSA, ECDSA, ECGOST3410, GOST3410, ISO9796d2, PSS, RSA. - -Key Agreement: Diffie-Hellman and EC-DH. - -Macs: CBCBlockCipher, CFBBlockCipher, GOST28147, HMac, and ISO9797 Alg. 3. - -PBE generators: PKCS#12, and PKCS#5 - schemes 1 and 2. - -OpenPGP (RFC 2440) - -Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. - -Online Certificate Status Protocol (OCSP, RFC 2560). - -Time Stamp Protocol (TSP, RFC 3161). - -TLS/SSL Client with support for client side authentication. - - Support for .NET 4, Windows Phone 8, Windows Phone App 8.1, Windows 8, MonoTouch, MonoAndroid, Xamarin.iOS, Core CLR - </description> + <description> + Support for .NET 4, WP 8 SL, WP 8.1, Windows 8, MonoTouch, MonoAndroid, Xamarin.iOS, Core CLR + + IMPORTANT: The Serpent cipher as of 1.8.0 is incompatible with the behaviour of Serpent in earlier releases; it has been modified to conform to the standard byte-order interpretation for blocks (and keys). The previous behaviour is available from 1.8.0 as the "Tnepres" cipher. See BMA-52 for more information if this may affect you. + + Crypto features: + - Generation and parsing of PKCS-12 files. + - X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates. + - PBE algorithms supported by PbeUtilities: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and PBEwithHmacRIPEMD256. + - Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, MD5withRSA, RIPEMD128withRSA, RIPEMD160withECDSA, RIPEMD160withRSA, RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA. + - Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, ChaCha, DES, DESede, GOST28147, HC-128, HC-256, IDEA, ISAAC, Noekeon, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, Salsa20, SEED, Serpent, Skipjack, TEA/XTEA, Threefish, Tnepres, Twofish, VMPC and XSalsa20. + - Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). + - Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS-5/7, TBC, X.923, and Zero Byte. + - Asymmetric key algorithms: ElGamal, DSA, ECDSA, NaccacheStern and RSA (with blinding). + - Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS-1. + - AEAD block cipher modes: CCM, EAX, GCM and OCB. + - Digests: GOST3411, Keccak, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3, Tiger, and Whirlpool. + - XOFs: SHAKE. + - Signer mechanisms: DSA, ECDSA, ECGOST3410, ECNR, GOST3410, ISO9796d2, PSS, RSA, X9.31-1998. + - Key Agreement: Diffie-Hellman, EC-DH, EC-MQV, J-PAKE, SRP-6a. + - Macs: CBCBlockCipher, CFBBlockCipher, CMAC, GMAC, GOST28147, HMac, ISO9797 Alg. 3, Poly1305, SipHash, SkeinMac, VMPCMAC. + - PBE generators: PKCS-12, and PKCS-5 - schemes 1 and 2. + - OpenPGP (RFC 4880) + - Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. + - Online Certificate Status Protocol (OCSP, RFC 2560). + - Time Stamp Protocol (TSP, RFC 3161). + - TLS/DTLS client/server up to version 1.2, with support for the most common ciphersuites and extensions, and many less common ones. Non-blocking API available. + - Elliptic Curve Cryptography: support for generic F2m and Fp curves, high-performance custom implementations for many standardized curves. + - Reading/writing of PEM files, including RSA and DSA keys, with a variety of encryptions. + - PKIX certificate path validation + </description> <language>en-US</language> - <tags>bouncycastle, cryptography, encryption, security, PCL, wp8, wpa81, coreclr, dotnet, dnx, uwp, sl5, monotouch, monoandroid, xamarin, xamarin.ios</tags> + <tags>bouncycastle, cryptography, encryption, security, PCL, wp8, wpa81, coreclr, netstandard, dnx, uwp, sl5, monotouch, monoandroid, xamarin, xamarin.ios</tags> <dependencies> - <group targetFramework="dotnet"> - <dependency id="System.Collections" version="4.0.10" /> - <dependency id="System.Diagnostics.Debug" version="4.0.10" /> - <dependency id="System.Globalization" version="4.0.10" /> - <dependency id="System.IO" version="4.0.10" /> - <dependency id="System.IO.FileSystem" version="4.0.0" /> - <dependency id="System.IO.FileSystem.Primitives" version="4.0.0" /> - <dependency id="System.Linq" version="4.0.0" /> - <dependency id="System.Reflection" version="4.0.10" /> - <dependency id="System.Reflection.Extensions" version="4.0.0" /> - <dependency id="System.Runtime" version="4.0.20" /> - <dependency id="System.Runtime.Extensions" version="4.0.10" /> - <dependency id="System.Text.Encoding" version="4.0.10" /> - <dependency id="System.Threading" version="4.0.10" /> - <dependency id="System.Threading.Tasks" version="4.0.10" /> + <group targetFramework="netstandard1.0"> + <dependency id="NETStandard.Library" version="1.6.1" /> </group> - <group targetFramework="uap10.0"> - <dependency id="System.Collections" version="4.0.10" /> - <dependency id="System.Diagnostics.Debug" version="4.0.10" /> - <dependency id="System.Globalization" version="4.0.10" /> - <dependency id="System.IO" version="4.0.10" /> - <dependency id="System.IO.FileSystem" version="4.0.0" /> - <dependency id="System.IO.FileSystem.Primitives" version="4.0.0" /> - <dependency id="System.Linq" version="4.0.0" /> - <dependency id="System.Reflection" version="4.0.10" /> - <dependency id="System.Reflection.Extensions" version="4.0.0" /> - <dependency id="System.Runtime" version="4.0.20" /> - <dependency id="System.Runtime.Extensions" version="4.0.10" /> - <dependency id="System.Text.Encoding" version="4.0.10" /> - <dependency id="System.Threading" version="4.0.10" /> - <dependency id="System.Threading.Tasks" version="4.0.10" /> - </group> - <group targetFramework="net46"> - <dependency id="System.Collections" version="4.0.10" /> - <dependency id="System.Diagnostics.Debug" version="4.0.10" /> - <dependency id="System.Globalization" version="4.0.10" /> - <dependency id="System.IO" version="4.0.10" /> - <dependency id="System.IO.FileSystem" version="4.0.0" /> - <dependency id="System.IO.FileSystem.Primitives" version="4.0.0" /> - <dependency id="System.Linq" version="4.0.0" /> - <dependency id="System.Reflection" version="4.0.10" /> - <dependency id="System.Reflection.Extensions" version="4.0.0" /> - <dependency id="System.Runtime" version="4.0.20" /> - <dependency id="System.Runtime.Extensions" version="4.0.10" /> - <dependency id="System.Text.Encoding" version="4.0.10" /> - <dependency id="System.Threading" version="4.0.10" /> - <dependency id="System.Threading.Tasks" version="4.0.10" /> - </group> - <group targetFramework="net45" /> - <group targetFramework="win8" /> - <group targetFramework="wpa81" /> - <group targetFramework="MonoTouch" /> - <group targetFramework="MonoAndroid" /> - <group targetFramework="XamarinMac" /> - <group targetFramework="XamarinIos" /> + <group targetFramework="net4" /> </dependencies> </metadata> <files> <file src="Crypto\Readme.html" target="Readme.html" /> - <file src="Crypto\bin\pcl\Release\crypto.*" exclude="**\*.srcsrv" target="lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\portable-net45+win8+wpa81+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\net45" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\win8" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\wpa81" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\MonoTouch" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\MonoAndroid" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\XamarinMac" /> - <file src="Crypto\bin\pcl2\Release\crypto.*" exclude="**\*.srcsrv" target="lib\XamarinIos" /> - <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srcsrv" target="lib\dotnet" /> - <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srcsrv" target="lib\uap10.0" /> - <file src="Crypto\bin\dotnet\Release\crypto.*" exclude="**\*.srcsrv" target="lib\net46" /> + <file src="Crypto\src\bin\Release\**\*.*" exclude="**\*.srcsrv" target="lib\" /> </files> </package> \ No newline at end of file |