Created Unassigned: XmlDsigXPathWithNamespacesTransform is not preserving...
When using the provided XmlDsigXPathWithNamespacesTransform class to verify a signature, the whitespace is stripped out of the document when loading into a XmlDocument before canonicalization.This...
View ArticleNew Post: NuGet Package
I agree, this should be wrapped in a nuget package. Anyone know if it has been published as such yet?
View ArticleNew Post: FIPS Validation ?
I want to use this code, but I am not a cryptographer. Is this on a FIPS validation path? Access to the source code does me know good, as I am not up to the task of vetting this. Thoughts?
View ArticleCreated Unassigned: CreateSelfSignedCertificate on any non-RSA key fails with...
This vague error occurs for all CngAlgorithms except RSA: using (var key = CngKey.Create(CngAlgorithm.ECDsaP521, null, new CngKeyCreationParameters { ExportPolicy = CngExportPolicies.AllowExport,...
View ArticleCreated Unassigned: 1.7.2 version is 1.7.1 in dll [11061]
I have just downloaded 1.7.2 zip package and looks like dll have file version 1.7.1Probably it should be equal to release number. It makes confusion when improting dll to project.
View ArticleCreated Unassigned: NuGet package [11062]
Please build NuGet package for this library. It will be easy to integrate it to modern project structure.
View ArticleNew Post: Migrate to Github
If project alive why not migrate it to new Microsoft Open Source accounts to github and git.Not so much people familiar with Codeplex pipeline.It will be easy to contribute for MS employees and...
View ArticleNew Post: Migrate to Github
This project is/was partially an incubation ground for new features. Right now the efforts are in taking the lessons learned here and moving the components into the .NET Framework. This project has...
View ArticleNew Post: MSFT: What is the roadmap / future of this project ?
This project doesn't have a clear roadmap because right now the focus is getting functionality from this project into the .NET Framework. GCM support is definitely on the radar for .NET Framework....
View ArticleNew Post: FIPS Validation ?
Depending on what you mean, either yes or no :). This library won't be submitted for FIPS validation; but this library doesn't provide any cryptographic implementations. It just defers into the Windows...
View ArticleNew Post: NuGet Package
The current focus for the tech in this library is to migrate it into the .NET Framework. As such, it does not feel like having this library available on nuget.org is the correct thing at this time....
View ArticleNew Post: CLR Security on Linux with .NET opensourced?
As you surmised, this project won't work on Linux. However, tech and lessons learned from this project are the basis for feature work in the .NET Framework 4.6; and the main implementations of...
View ArticleNew Post: Public CngKey from an X509Certificate2 in the CertStore
In the .NET Framework 4.6.1 we have GetECDsaPublicKey() and GetECDsaPrivateKey(). If what you're after is ECDH, though; it's a little trickier. You can do something like the following: ECDsa ecdsa =...
View ArticleNew Post: CLR Security on Linux with .NET opensourced?
Thanks Barton. It's still a bit confusing since we have the followinga) .NET Framework vs b) .NET Corea) Windows vs b) Linux a) Security.Cryptography (CLR Security) vs b) System.Security.Cryptography...
View ArticleNew Post: CLR Security on Linux with .NET opensourced?
Good questions. On Linux the only offering is .NET Core. As far as cryptography is concerned, Linux and Windows are almost equivalent provided that you are talking about "algorithms", vs...
View ArticleUpdated Wiki: Home
IntroductionWelcome to the CLR security team's Codeplex site. On this site you'll find a set of projects that extend the security APIs shipped with the .NET framework to provide additional...
View ArticleCreated Unassigned: Add support for signing XML files [11073]
It'd be nice if some supported was added to sign XML files. We were using Mage.exe with our old certificates to sign ClickOnce and VSTO files. With the new certificates, Mage.exe doesn't work and I...
View ArticleCommented Unassigned: Add support for signing XML files [11073]
It'd be nice if some supported was added to sign XML files. We were using Mage.exe with our old certificates to sign ClickOnce and VSTO files. With the new certificates, Mage.exe doesn't work and I...
View ArticleReviewed: Security.Cryptography 1.6 (Jul 14, 2016)
Rated 4 Stars (out of 5) - I would like to have a cryptic blockchain so it can put out the limit of bitcoins so that I can make a fortune accepting and donating bitcoins for all of mankind.
View Article