New 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